EO - The Evolving Objects Project

For the 8-Queens, using the first tutorial file as a base, there were only two things I had to do. First, I had to set the parameters in the code: // all parameters are hard-coded! const unsigned int SEED = 42; // seed for random number generator. const unsigned int T_SIZE = 3; // size for tournament selection ................
................