RSS 2.0 Feed

» Welcome Guest Log In :: Register

Pages: (919) < ... 248 249 250 251 252 [253] 254 255 256 257 258 ... >   
  Topic: Joe G.'s Tardgasm, How long can it last?< Next Oldest | Next Newest >  
Quack



Posts: 1961
Joined: May 2007

(Permalink) Posted: Sep. 05 2014,10:38   

[quote=Joe G,Sep. 02 2014,10:32]          
Quote (Wesley R. Elsberry @ Sep. 02 2014,09:45)
Rich Hughes pointed out commentary by Joe G. on genetic algorithms. It seems obvious that Joe G. is not aware that I answered his objection (#5) back in 1999; he's just shy of being fifteen years late to the party.

Seems to me
this entry at Sandwalk
answers Joe G's worries about GA's being inefficient - just finding what we already know?

Edited by Quack on Sep. 06 2014,09:44

--------------
Rocks have no biology.
              Robert Byers.

  
midwifetoad



Posts: 4003
Joined: Mar. 2008

(Permalink) Posted: Sep. 05 2014,13:44   

I'm not sure I understand this.

It is possible to write a perfectly coherent GA that does not have a target, and it is possible to write a GA that finds targets that are not known to the programmer.

What a GA requires that involves design, is a criterion for differentially reproducing variants.

Where that leads does not have to be known or specified.

--------------
Any version of ID consistent with all the evidence is indistinguishable from evolution.

  
Wesley R. Elsberry



Posts: 4991
Joined: May 2002

(Permalink) Posted: Sep. 06 2014,04:42   

Quote (Joe G @ Sep. 02 2014,10:32)
       
Quote (Wesley R. Elsberry @ Sep. 02 2014,09:45)
Rich Hughes pointed out commentary by Joe G. on genetic algorithms. It seems obvious that Joe G. is not aware that I answered his objection (#5) back in 1999; he's just shy of being fifteen years late to the party.

The evaluation function = artificial selection, Wesley. And natural selection is a process of elimination not selection.

Natural selection is not a search heuristic and GAs are- GA s actively search for a solution to a problem, all the while guided towards that solution. Natural selection isn't like that at all.

All the information to find the solution is programmed into the GA. GAs would not find solutions if the correct evaluation function was not included in that GA. Therefor evaluation functions are one way of sneaking an intelligent agency into a GA as there isn't any difference between a evaluation function selecting and a human selecting based on the same criteria (except for the speed). The evaluation function is the artificial selection part of the GA. The only part of a GA that could be considered Darwinian or neo-Darwinian, is the mutation process. And even that is debatable.

Joe G. apparently has no familiarity with actual genetic algorithm software.

The evaluation function is not itself artificial selection, nor does it perform selection.

Let's take the first example for Python's PyEvolve package as an example. They give the entire evaluation function as the following:

Code Sample

# This function is the evaluation function, we want
# to give high score to more zero'ed chromosomes
def eval_func(chromosome):
  score = 0.0

  # iterate over the chromosome elements (items)
  for value in chromosome:
     if value==0:
        score += 1.0

  return score


There is no selection of any sort going on there. This indicates a fairly wide gap between Joe G.'s blithering and reality. The PyEvolve package includes about five selectors, different selection techniques that the user can choose among. These are part of the evolutionary computation software, and are not part of the evaluation function. Evolutionary computation packages exist and can be examined; why is Joe G. asserting false things that can so easily be shown to be false?

As I put it in the 1999 article that Joe G. is still ignoring:

     
Quote

The purpose of the evaluation function is to provide a metric by which the bit-strings can be ranked. The critical point to be grasped is that neither the operations of the GA nor those of the evaluation function need information about the pattern of the end solution. The GA's operations are completely generic; there are a variety of GA shell tools available for use, including plug-ins for MS Excel spreadsheets. Since the same GA tool may be used for job-shop scheduling in one instance, and oilfield pipeline layout in another, the objection that the intelligence of the GA programmer informed the specific designs that result from its application quite soon appear ludicrous. That a programmer might code a generic GA shell and also happen to somehow infuse it with just the right information to optimize PCB drilling movements might be possible, but to insist that the same programmer managed to infuse specific domain knowledge for each and every application to which his tool is put stretches credulity.

Now, let's eliminate the evaluation function as a source of domain-specific information. Obviously the evaluation function does give information to the GA, but that information does not give a direction for adaptive change for each bit-string evaluated, but rather just how well each bit-string performed when evaluated. The result passed back to the GA does not give the GA insights like "Toggle bit 9 and swap 20-23 with 49-52". It merely passes back a scalar number, which when compared to other scalar numbers, forms a ranking of the bit strings. The evaluation function can require very little in the way of domain-specific knowledge. For the PCB drilling application mentioned above, the evaluation function can very simply be instantiated as "return closed path length of the route represented by the input bit-string", which says nothing at all about what the path looks like, and works for any set of hole coordinates. Because the evaluation function can be generic over cases, again we have the argument that domain-specific information is unavailable here on the same grounds as for the GA operations. While we might be able to conceive of an evaluation function that somehow encapsulated information about a particular solution, for problems like the PCB routing one mentioned it is highly unreasonable to credit that information about all possible PCB route configurations has somehow been instilled into the code.


Of course programs solving problems must have the information needed to solve the problem. Banality is not a viable objection. The issue is not whether information to solve problems is provided, it is whether the particular information of a derived solution state is somehow part of the system. And other than evolutionary computation done for pedagogy, I know of no instances where this is true. Intelligent agents asked to solve a particular problem but denied the data that defines it will likewise fail to solve that problem. See, this is more about the definition of a problem than it is an objection to evolutionary computation. Knowing the basic data of a problem does not entail that a solution or all solutions are then known.

Joe G. objects to an analogy between artificial selection and natural selection. This is a commonplace since Darwin's Origin of Species hit the bookshelves. And I also addressed the particular application of it to evolutionary computation back in 1999:

     
Quote

2. EC cannot meaningfully be said to be derived from natural selection.

I have elsewhere laid out the formal statements of natural selection and GAs, pointing out the correspondences.

Natural selection is sometimes stated in the form of three premises and a conclusion:

   1. Individuals in a population express variation.
   2. Certain individual variations are heritable.
   3. Certain heritable variations lead to differences in reproductive success.
   4. Differences in reproductive success due to heritable variations cause changes in the representation of those variations in the population.

Now, for correspondences to evolutionary computation:

   1. All EC methods involve a population of individuals whose data varies from individual to individual.
   2. EC methods of "reproduction" mean that information is heritable by default.
   3. EC methods apply a differential probability of reproduction based upon ranking of results from an evaluation function.
   4. Individual representations with better rankings tend to have more patterns that are similar in future generations in EC methods.


The objection that, "But, but that's not really natural selection!" boils down to a refusal to deal with the issue that we have deployed working systems whose principles of operation are arguably similar to what is known to happen in natural processes. There is a progression of objections to evolutionary computation (as I characterized and responded to back in 1999) that eventually comes to the notion that what we learn from them has no correspondence to the natural systems that inspired them. But there seems to be nothing there beyond simple denial. As with most simple denial, one can only provide the information that persuades the reasonable reader of the truth of the situation, and must leave the committed denialist to their own devices.

Joe G.'s commentary does show a remarkable compression of misinformation and error into a short bit of text, but I think that's down to "intelligent design".

--------------
"You can't teach an old dogma new tricks." - Dorothy Parker

    
Texas Teach



Posts: 2084
Joined: April 2007

(Permalink) Posted: Sep. 06 2014,09:05   

Quote (Wesley R. Elsberry @ Sep. 06 2014,04:42)
why is Joe G. asserting false things that can so easily be shown to be false?

This question applies to a number of our ID supporting friends, and is one of the things that truly puzzle me.

--------------
"Creationists think everything Genesis says is true. I don't even think Phil Collins is a good drummer." --J. Carr

"I suspect that the English grammar books where you live are outdated" --G. Gaulin

  
stevestory



Posts: 13407
Joined: Oct. 2005

(Permalink) Posted: Sep. 06 2014,09:12   

One of the most important things my science education did, was force me to confront being 100% dead wrong about something. It's crucial to learn to deal with being wrong and adapt. A lot of people never learn that skill.

   
khan



Posts: 1554
Joined: May 2007

(Permalink) Posted: Sep. 06 2014,18:29   

Quote (stevestory @ Sep. 06 2014,10:12)
One of the most important things my science education did, was force me to confront being 100% dead wrong about something. It's crucial to learn to deal with being wrong and adapt. A lot of people never learn that skill.

Difficult but necessary.

--------------
"It's as if all those words, in their hurry to escape from the loony, have fallen over each other, forming scrambled heaps of meaninglessness." -damitall

That's so fucking stupid it merits a wing in the museum of stupid. -midwifetoad

Frequency is just the plural of wavelength...
-JoeG

  
k.e..



Posts: 5432
Joined: May 2007

(Permalink) Posted: Sep. 07 2014,23:06   

Quote (stevestory @ Sep. 06 2014,17:12)
One of the most important things my science education did, was force me to confront being 100% dead wrong about something. It's crucial to learn to deal with being wrong and adapt. A lot of people never learn that skill.

That's a problem Joe will never have to face in his lifetime due to brain damage. Wrong till dead .....poor Joe.

--------------
"I get a strong breeze from my monitor every time k.e. puts on his clown DaveTard suit" dogdidit
"ID is deader than Lenny Flanks granmaws dildo batteries" Erasmus
"I'm busy studying scientist level science papers" Galloping Gary Gaulin

  
Henry J



Posts: 5786
Joined: Mar. 2005

(Permalink) Posted: Sep. 08 2014,12:37   

I thought I was wrong once.

But it turned out I was mistaken.

  
JohnW



Posts: 3217
Joined: Aug. 2006

(Permalink) Posted: Sep. 08 2014,13:21   

Quote (Henry J @ Sep. 08 2014,10:37)
I thought I was wrong once.

But it turned out I was mistaken.

Are you sure?

--------------
Math is just a language of reality. Its a waste of time to know it. - Robert Byers

There isn't any probability that the letter d is in the word "mathematics"...  The correct answer would be "not even 0" - JoeG

  
Henry J



Posts: 5786
Joined: Mar. 2005

(Permalink) Posted: Sep. 08 2014,14:49   

Quote (JohnW @ Sep. 08 2014,12:21)
Quote (Henry J @ Sep. 08 2014,10:37)
I thought I was wrong once.

But it turned out I was mistaken.

Are you sure?

Which time?  :p

  
Lethean



Posts: 292
Joined: Jan. 2014

(Permalink) Posted: Sep. 09 2014,01:52   

Quote (stevestory @ Sep. 06 2014,09:12)
One of the most important things my science education did, was force me to confront being 100% dead wrong about something. It's crucial to learn to deal with being wrong and adapt. A lot of people never learn that skill.




--------------
"So I'm a pretty unusual guy and it's not stupidity that has gotten me where I am. It's brilliance."

"My brain is one of the very few independent thinking brains that you've ever met. And that's a thing of wonder to you and since you don't understand it you criticize it."


~Dave Hawkins~

  
k.e..



Posts: 5432
Joined: May 2007

(Permalink) Posted: Sep. 09 2014,06:44   

Quote (Lethean @ Sep. 09 2014,09:52)
Quote (stevestory @ Sep. 06 2014,09:12)
One of the most important things my science education did, was force me to confront being 100% dead wrong about something. It's crucial to learn to deal with being wrong and adapt. A lot of people never learn that skill.



Hahaha POTW

--------------
"I get a strong breeze from my monitor every time k.e. puts on his clown DaveTard suit" dogdidit
"ID is deader than Lenny Flanks granmaws dildo batteries" Erasmus
"I'm busy studying scientist level science papers" Galloping Gary Gaulin

  
Richardthughes



Posts: 11178
Joined: Jan. 2006

(Permalink) Posted: Sep. 09 2014,10:57   

Quote (k.e.. @ Sep. 09 2014,06:44)
Quote (Lethean @ Sep. 09 2014,09:52)
Quote (stevestory @ Sep. 06 2014,09:12)
One of the most important things my science education did, was force me to confront being 100% dead wrong about something. It's crucial to learn to deal with being wrong and adapt. A lot of people never learn that skill.



Hahaha POTW

+1.

--------------
"Richardthughes, you magnificent bastard, I stand in awe of you..." : Arden Chatfield
"You magnificent bastard! " : Louis
"ATBC poster child", "I have to agree with Rich.." : DaveTard
"I bow to your superior skills" : deadman_932
"...it was Richardthughes making me lie in bed.." : Kristine

  
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,11:50   

Quote (olegt @ Sep. 02 2014,13:29)
Quote (Joe G @ Sep. 02 2014,10:32)
The evaluation function = artificial selection, Wesley. And natural selection is a process of elimination not selection.

That's silly. Both natural and artificial selection boil down to selecting a fraction of genomes and eliminating others.

It's like saying that in football there are only winners, while in baseball only losers.

oleg, obviously you don't understand natural selection. Whatever is good enough to survive gets the the chance to reproduce. It is a large fraction of the overall varieties in the population that do so.

Artificial selection doesn't necessarily eliminate as much as try to get the right traits. Dog breeders don't kill the dogs they don't want.

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,11:51   

Quote (Wesley R. Elsberry @ Sep. 02 2014,10:54)
And, of course, Joe G. trots out objection #4 that I responded to back in 1999. Still way late to the party.

Wes, all of your "objections" are bullshit.

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,12:00   

Quote (Wesley R. Elsberry @ Sep. 06 2014,04:42)
Quote (Joe G @ Sep. 02 2014,10:32)
       
Quote (Wesley R. Elsberry @ Sep. 02 2014,09:45)
Rich Hughes pointed out commentary by Joe G. on genetic algorithms. It seems obvious that Joe G. is not aware that I answered his objection (#5) back in 1999; he's just shy of being fifteen years late to the party.

The evaluation function = artificial selection, Wesley. And natural selection is a process of elimination not selection.

Natural selection is not a search heuristic and GAs are- GA s actively search for a solution to a problem, all the while guided towards that solution. Natural selection isn't like that at all.

All the information to find the solution is programmed into the GA. GAs would not find solutions if the correct evaluation function was not included in that GA. Therefor evaluation functions are one way of sneaking an intelligent agency into a GA as there isn't any difference between a evaluation function selecting and a human selecting based on the same criteria (except for the speed). The evaluation function is the artificial selection part of the GA. The only part of a GA that could be considered Darwinian or neo-Darwinian, is the mutation process. And even that is debatable.

Joe G. apparently has no familiarity with actual genetic algorithm software.

The evaluation function is not itself artificial selection, nor does it perform selection.

Let's take the first example for Python's PyEvolve package as an example. They give the entire evaluation function as the following:

Code Sample

# This function is the evaluation function, we want
# to give high score to more zero'ed chromosomes
def eval_func(chromosome):
  score = 0.0

  # iterate over the chromosome elements (items)
  for value in chromosome:
     if value==0:
        score += 1.0

  return score


There is no selection of any sort going on there. This indicates a fairly wide gap between Joe G.'s blithering and reality. The PyEvolve package includes about five selectors, different selection techniques that the user can choose among. These are part of the evolutionary computation software, and are not part of the evaluation function. Evolutionary computation packages exist and can be examined; why is Joe G. asserting false things that can so easily be shown to be false?

As I put it in the 1999 article that Joe G. is still ignoring:

     
Quote

The purpose of the evaluation function is to provide a metric by which the bit-strings can be ranked. The critical point to be grasped is that neither the operations of the GA nor those of the evaluation function need information about the pattern of the end solution. The GA's operations are completely generic; there are a variety of GA shell tools available for use, including plug-ins for MS Excel spreadsheets. Since the same GA tool may be used for job-shop scheduling in one instance, and oilfield pipeline layout in another, the objection that the intelligence of the GA programmer informed the specific designs that result from its application quite soon appear ludicrous. That a programmer might code a generic GA shell and also happen to somehow infuse it with just the right information to optimize PCB drilling movements might be possible, but to insist that the same programmer managed to infuse specific domain knowledge for each and every application to which his tool is put stretches credulity.

Now, let's eliminate the evaluation function as a source of domain-specific information. Obviously the evaluation function does give information to the GA, but that information does not give a direction for adaptive change for each bit-string evaluated, but rather just how well each bit-string performed when evaluated. The result passed back to the GA does not give the GA insights like "Toggle bit 9 and swap 20-23 with 49-52". It merely passes back a scalar number, which when compared to other scalar numbers, forms a ranking of the bit strings. The evaluation function can require very little in the way of domain-specific knowledge. For the PCB drilling application mentioned above, the evaluation function can very simply be instantiated as "return closed path length of the route represented by the input bit-string", which says nothing at all about what the path looks like, and works for any set of hole coordinates. Because the evaluation function can be generic over cases, again we have the argument that domain-specific information is unavailable here on the same grounds as for the GA operations. While we might be able to conceive of an evaluation function that somehow encapsulated information about a particular solution, for problems like the PCB routing one mentioned it is highly unreasonable to credit that information about all possible PCB route configurations has somehow been instilled into the code.


Of course programs solving problems must have the information needed to solve the problem. Banality is not a viable objection. The issue is not whether information to solve problems is provided, it is whether the particular information of a derived solution state is somehow part of the system. And other than evolutionary computation done for pedagogy, I know of no instances where this is true. Intelligent agents asked to solve a particular problem but denied the data that defines it will likewise fail to solve that problem. See, this is more about the definition of a problem than it is an objection to evolutionary computation. Knowing the basic data of a problem does not entail that a solution or all solutions are then known.

Joe G. objects to an analogy between artificial selection and natural selection. This is a commonplace since Darwin's Origin of Species hit the bookshelves. And I also addressed the particular application of it to evolutionary computation back in 1999:

     
Quote

2. EC cannot meaningfully be said to be derived from natural selection.

I have elsewhere laid out the formal statements of natural selection and GAs, pointing out the correspondences.

Natural selection is sometimes stated in the form of three premises and a conclusion:

   1. Individuals in a population express variation.
   2. Certain individual variations are heritable.
   3. Certain heritable variations lead to differences in reproductive success.
   4. Differences in reproductive success due to heritable variations cause changes in the representation of those variations in the population.

Now, for correspondences to evolutionary computation:

   1. All EC methods involve a population of individuals whose data varies from individual to individual.
   2. EC methods of "reproduction" mean that information is heritable by default.
   3. EC methods apply a differential probability of reproduction based upon ranking of results from an evaluation function.
   4. Individual representations with better rankings tend to have more patterns that are similar in future generations in EC methods.


The objection that, "But, but that's not really natural selection!" boils down to a refusal to deal with the issue that we have deployed working systems whose principles of operation are arguably similar to what is known to happen in natural processes. There is a progression of objections to evolutionary computation (as I characterized and responded to back in 1999) that eventually comes to the notion that what we learn from them has no correspondence to the natural systems that inspired them. But there seems to be nothing there beyond simple denial. As with most simple denial, one can only provide the information that persuades the reasonable reader of the truth of the situation, and must leave the committed denialist to their own devices.

Joe G.'s commentary does show a remarkable compression of misinformation and error into a short bit of text, but I think that's down to "intelligent design".

Quote
The purpose of the evaluation function is to provide a metric by which the bit-strings can be ranked.


That is selection, Wes, and it is artificial. Computer programs just take the place of humans.

Look Wes, you don't understand natural selection and that is obvious. Whatever is good enough to survive does so. Sometimes it depends on the environment and sometimes it doesn't. What is more fit can be shorter, taller, longer, fatter, slimmer, slower, faster, well any number of things. You just can't tell.

Also natural selection is NOT a search heuristic and genetic algorithms are. Are you really that wed to evolutionism that you cannot see the difference between the two?

Natural selection is blind, mindless, without a purpose/ doesn't have any goals. OTOH GAs are not blind, and were designed for a purpose/ have a goal.

The denial is all yours. And you are committed to it.

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,12:06   

Quote (Wesley R. Elsberry @ Sep. 02 2014,10:54)
And, of course, Joe G. trots out objection #4 that I responded to back in 1999. Still way late to the party.

Natural selection cannot be simulated on a computer. For one there are just too many factors. For another you are just giving the string the ability to replicate- that was not earned naturally. Reproduction is the very thing that requires an explanation in the first place.

If you just grant replication then by what criteria do you eliminate?

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
Richardthughes



Posts: 11178
Joined: Jan. 2006

(Permalink) Posted: Sep. 11 2014,12:11   

Quote (Joe G @ Sep. 11 2014,12:06)
Quote (Wesley R. Elsberry @ Sep. 02 2014,10:54)
And, of course, Joe G. trots out objection #4 that I responded to back in 1999. Still way late to the party.

Natural selection cannot be simulated on a computer. For one there are just too many factors. For another you are just giving the string the ability to replicate- that was not earned naturally. Reproduction is the very thing that requires an explanation in the first place.

If you just grant replication then by what criteria do you eliminate?

Aspects of it can. That's kinda why its a simulation and not reality. If we were hold to "Joe logic" one could argue that almost everything is "too many factors" to be "simulated on a computer".

In other news,


--------------
"Richardthughes, you magnificent bastard, I stand in awe of you..." : Arden Chatfield
"You magnificent bastard! " : Louis
"ATBC poster child", "I have to agree with Rich.." : DaveTard
"I bow to your superior skills" : deadman_932
"...it was Richardthughes making me lie in bed.." : Kristine

  
OgreMkV



Posts: 3668
Joined: Oct. 2009

(Permalink) Posted: Sep. 11 2014,12:56   

Just in time for a Friday meltdown.

So tell us Joe, where does all the variation that natural selection works on come from?

And just to clarify, you are now changing your position that natural selection doesn't actually select (as you claim here:  http://www.antievolution.org/cgi-bin....=195180

or

that random mutations aren't actually random as you say here: http://www.antievolution.org/cgi-bin....=209116

You are a very confusing fellow. I suspect if you ever provide a consistent argument over a full day, the known universe will implode.

--------------
Ignored by those who can't provide evidence for their claims.

http://skepticink.com/smilodo....retreat

   
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,13:21   

Natural selection is not a search heuristic. Whatever survives gets the chance to try to reproduce. Are you alive, can you reproduce and is there differential reproduction due to random, as in accidental, heritable traits? That's it.

This is in stark contrast with genetic algorithms which are search heuristics actively searching for a solution or solutions to the problem or problems they are designed to solve.

You guys are just willfully ignorant. And I am OK with that.

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,13:22   

Quote (Richardthughes @ Sep. 11 2014,12:11)
Quote (Joe G @ Sep. 11 2014,12:06)
 
Quote (Wesley R. Elsberry @ Sep. 02 2014,10:54)
And, of course, Joe G. trots out objection #4 that I responded to back in 1999. Still way late to the party.

Natural selection cannot be simulated on a computer. For one there are just too many factors. For another you are just giving the string the ability to replicate- that was not earned naturally. Reproduction is the very thing that requires an explanation in the first place.

If you just grant replication then by what criteria do you eliminate?

Aspects of it can. That's kinda why its a simulation and not reality. If we were hold to "Joe logic" one could argue that almost everything is "too many factors" to be "simulated on a computer".

In other news,

It isn't a simulation of natural selection, dipshit.

How can you simulate a process that isn't a search heuristic with a search heuristic?

Do tell...

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,13:23   

Quote (OgreMkV @ Sep. 11 2014,12:56)
Just in time for a Friday meltdown.

So tell us Joe, where does all the variation that natural selection works on come from?

And just to clarify, you are now changing your position that natural selection doesn't actually select (as you claim here:  http://www.antievolution.org/cgi-bin....=195180

or

that random mutations aren't actually random as you say here: http://www.antievolution.org/cgi-bin....=209116

You are a very confusing fellow. I suspect if you ever provide a consistent argument over a full day, the known universe will implode.

The variation comes from changes in the organism. Either in its DNA or some epigenetic factor.

The question is if that variation is accidental or not. But then again you are willfully ignorant of what is being debated anyway...

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,13:26   

Quote (OgreMkV @ Sep. 11 2014,12:56)
Just in time for a Friday meltdown.

So tell us Joe, where does all the variation that natural selection works on come from?

And just to clarify, you are now changing your position that natural selection doesn't actually select (as you claim here:  http://www.antievolution.org/cgi-bin....=195180

or

that random mutations aren't actually random as you say here: http://www.antievolution.org/cgi-bin....=209116

You are a very confusing fellow. I suspect if you ever provide a consistent argument over a full day, the known universe will implode.

Natural selection doesn't select. Whether or not the mutations are all just accidents is being debated. However only the first part has any relevance with GAs.

Obviously that is too much for you to handle.

How is it that you have been at this for over 15 years and you don't have a fucking clue as to what is being debated?

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
OgreMkV



Posts: 3668
Joined: Oct. 2009

(Permalink) Posted: Sep. 11 2014,13:30   

Quote (Joe G @ Sep. 11 2014,13:26)
Quote (OgreMkV @ Sep. 11 2014,12:56)
Just in time for a Friday meltdown.

So tell us Joe, where does all the variation that natural selection works on come from?

And just to clarify, you are now changing your position that natural selection doesn't actually select (as you claim here:  http://www.antievolution.org/cgi-bin....=195180

or

that random mutations aren't actually random as you say here: http://www.antievolution.org/cgi-bin....=209116

You are a very confusing fellow. I suspect if you ever provide a consistent argument over a full day, the known universe will implode.

Natural selection doesn't select. Whether or not the mutations are all just accidents is being debated. However only the first part has any relevance with GAs.

Obviously that is too much for you to handle.

How is it that you have been at this for over 15 years and you don't have a fucking clue as to what is being debated?

Because you are involved.

So, let's see.

The computer generates a collection of individuals, some with variations provided by various random or semi-random means. Agreed?

Then the computer tests each individual against a function and preferentially (but not always) chooses the top individuals for that function to populate the next iteration. Agreed?

Life generates a collection of individuals, some with variations provided by various random or semi-mandom means. Agreed?

Then the top rated (but not always) individuals in a particular environment (fitness function) are chosen to populate the next iteration. Agreed?

--------------
Ignored by those who can't provide evidence for their claims.

http://skepticink.com/smilodo....retreat

   
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,13:36   

Quote (OgreMkV @ Sep. 11 2014,13:30)
Quote (Joe G @ Sep. 11 2014,13:26)
Quote (OgreMkV @ Sep. 11 2014,12:56)
Just in time for a Friday meltdown.

So tell us Joe, where does all the variation that natural selection works on come from?

And just to clarify, you are now changing your position that natural selection doesn't actually select (as you claim here:  http://www.antievolution.org/cgi-bin....=195180

or

that random mutations aren't actually random as you say here: http://www.antievolution.org/cgi-bin....=209116

You are a very confusing fellow. I suspect if you ever provide a consistent argument over a full day, the known universe will implode.

Natural selection doesn't select. Whether or not the mutations are all just accidents is being debated. However only the first part has any relevance with GAs.

Obviously that is too much for you to handle.

How is it that you have been at this for over 15 years and you don't have a fucking clue as to what is being debated?

Because you are involved.

So, let's see.

The computer generates a collection of individuals, some with variations provided by various random or semi-random means. Agreed?

Then the computer tests each individual against a function and preferentially (but not always) chooses the top individuals for that function to populate the next iteration. Agreed?

Life generates a collection of individuals, some with variations provided by various random or semi-mandom means. Agreed?

Then the top rated (but not always) individuals in a particular environment (fitness function) are chosen to populate the next iteration. Agreed?

Natural selection is not a search heuristic. Whatever survives gets the chance to try to reproduce. Are you alive, can you reproduce and is there differential reproduction due to random, as in accidental, heritable traits? That's it.

This is in stark contrast with genetic algorithms which are search heuristics actively searching for a solution or solutions to the problem or problems they are designed to solve.

You guys are just willfully ignorant. And I am OK with that.

DEal with what I post or fuck off, asshole.

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
OgreMkV



Posts: 3668
Joined: Oct. 2009

(Permalink) Posted: Sep. 11 2014,13:41   

And yet, GAs are not a search heuristic either as has been told you a million times for the last 15 years. Some are, but most aren't. Hence the use of the term "function".

I should clarify. When I say that I am confused because JoeG is involved, I should add that it's like arguing Theology with a goose. The goose is loud, aggressive, fat, and has no idea what's going on, but he knows he's going to beat you into submission, even if he doesn't know what that means.

--------------
Ignored by those who can't provide evidence for their claims.

http://skepticink.com/smilodo....retreat

   
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,13:44   

Quote
The computer generates a collection of individuals, some with variations provided by various random or semi-random means. Agreed?


Random means what in this context?

Quote
Then the computer tests each individual against a function and preferentially (but not always) chooses the top individuals for that function to populate the next iteration. Agreed?


Right- artificial selection.

Quote
Life generates a collection of individuals, some with variations provided by various random or semi-mandom means. Agreed?


1- Life is by far more intricately complex than yje GA's individuals
2- How are you using "random" in this context?

The whole debate is about if the mutations are accidental or not..

Quote
Then the top rated (but not always) individuals in a particular environment (fitness function) are chosen to populate the next iteration. Agreed?


No. Whatever is good enough regardless of where is it arbitrarily rated gets through. And that could be up to 100% of the variation in the population.

Read "What Evolution Is" by Ernst Mayr. He was one of the founders of the modern synthesis so his has some weight behind it wrt evolution. He says natural selection eliminates. He says it does not select for.

You just don't have a fucking clue and apparently you are proud of it.

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,13:45   

Quote (OgreMkV @ Sep. 11 2014,13:41)
And yet, GAs are not a search heuristic either as has been told you a million times for the last 15 years. Some are, but most aren't. Hence the use of the term "function".

I should clarify. When I say that I am confused because JoeG is involved, I should add that it's like arguing Theology with a goose. The goose is loud, aggressive, fat, and has no idea what's going on, but he knows he's going to beat you into submission, even if he doesn't know what that means.

GAs are search heuristics. They are defined as search heuristics you stupid fuck.

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,13:51   

Genetic Algorithms and Heuristic Search

Even wikipedia says that GAs are search heuristics abnd then they say it mimics natural selection, which everyone knows isn't a search heuristic.

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
Joe G



Posts: 12011
Joined: July 2007

(Permalink) Posted: Sep. 11 2014,14:01   

Quote
And yet, GAs are not a search heuristic either as has been told you a million times for the last 15 years. Some are, but most aren't. Hence the use of the term "function".


The word "algorithm" gives it away, moron. Perhaps you should start with the basics and learn what an algorithm is.

--------------
"Facts are Stupid"- Timothy Horton aka Occam's Afterbirth

"Genetic mutations aren't mistakes"-ID and Timothy Horton

Whales do not have tails. Water turns to ice via a molecular code-  Acartia bogart, TARD

YEC is more coherent than materialism and it's bastard child, evolutionism

   
  27552 replies since Feb. 24 2010,12:00 < Next Oldest | Next Newest >  

Pages: (919) < ... 248 249 250 251 252 [253] 254 255 256 257 258 ... >   


Track this topic Email this topic Print this topic

[ Read the Board Rules ] | [Useful Links] | [Evolving Designs]