References on Evolutionary Computing
All reference materials will be posted here.
Evolutionary Computing In General
Genetic Algorithms
Genetic Programming
- Here's an example tar of simple GP code....
The same thing done using Automatically Defined Functions
(ADFs, in the style that Koza recommends)
is the C source code adf.c.
Note that the problem domain handled by this GP system
is far too small to benefit from use of ADFs; in fact,
use of ADFs slows convergence. Koza's style of ADFs
work best when you use them to subdivide the problem
space by applying different operators for the different
ADFs, thus suggesting the division of the the problem
without specifying how the subdivided portions will work.
- http://www.genetic-programming.org/, Koza's GP site
- An alternative data structure for GP; basically, the flattened
form but without requiring syntactical correctness
- PADO: A New Learning Architecture for Object Recognition,
which uses a "Library" very similar to the function pool I
discussed as my ADF structure
Tricks Of The Trade
Specific Applications
Course Stuff
More stuff will be here soon....
http://aggregate.org/EC/
(Advanced) Evolutionary Computing