DATA
Integer test
-A basic debugging test for the genetic algorithm
Decryption test
-In this example the genetic algorithm is used to decrypt a simply encrypted document
Curve fit test
-The staple problem for data tree evolution. Here the genetic algorithm is used to fit a symbolic equation to a number of data points.
Multiplexor test
-Another example of data tree evolution. In this case the genetic algorithm is used to evolve a boolean expression that performs the function of an 11 input multiplexor.
Back to the main page