Side/Comments on What if Design is Compatible with Evolution

Hi Rope and welcome.

I hope you don’t mind a couple of quick comments while I digest the rest:

I don’t think anyone has ever rejected the idea that design and evolution are compatible, not least because they can be shown to be compatible by looking (as you do) at implementation of genetic algorithms.

Thanks for the link.

Perhaps it’s my background in implementing evolutionary algorithms, but that paper seemed rather shallow.

Some specific issues I found with it are:

  • It doesn’t mention one of the most vexing issues when implementing evolutionary algorithms - their tendency to take advantage of loopholes in either the fitness function or the environment and reach ‘solutions’ that are nothing like the implementer’s goal[1];
  • It refers frequently to Dawkins’ ‘weasel’ program, but not to any more recent or more sophisticated evolutionary algorithms, which generally don’t share 'weasel’s simplifications;
  • It seems to assume that selection takes place by looking at the fitness values of the entire simulated population, but there are many evolutionary algorithms that implement selection by directly comparing two (or sometimes three) individual ‘organisms’, without ever calculating a fitness value.

P.S.: I’ve found that people who use English words and phrases to model evolution inevitably underestimate the flexibility of the language (and neglect recombination, passable misspellings and the differences to macromolecules), and this is no exception.

YONDER CLOUD ALMOST IN CAMEL
PONDER CLOUD ALMOST IN CAMEL
PONDER CLOUD ALMOST IN TAMEL (a place in Portugal)
PONDER ALOUD ALMOST IN TAMEL
PONDER ALOUD ALMOST IN TAMIL
PONDER ALOUD A POST IN TAMIL
PONDER ABOUT A POST IN TAMIL
PONDER ABOUT A POST IN TAMIL
WONDER ABOUT A POST IN TAMIL
WONDER ABOUT A POST IN TAMEL
WANDER ABOUT A POST IN TAMEL
WANDER ABOUT A PORT IN TAMEL
WANDER ABOUT A PORT ON CAMEL
WANDER ABOUT A PORT ON A CAMEL


  1. Such as the one intended to produce a signal generator, which produced an aerial and amplifier instead. ↩︎

1 Like