imported hobo11 data... this is a fragment of vmware svn, whatever I had
[tues-crep.git] / sites / hobo11.nerdland.org / coursework / 20062 / achtung / doc / .svn / text-base / requirements.txt.svn-base
blobad0458767b4fdb2b4a1a36db3b184641d59bdf37
1 CP1 Requirements:\r
2 \r
3  * Model a genome as an array (x) of two floating point variables, range [-5.0, 5.0]\r
4  * Create an organism (Maximizer) whose fitness algorithm seeks to maximize the\r
5    value of f(x[1], x[2]) = x[1]**2 + x[2]**2\r
6  * Create a population of 10 Maximizers\r
7  * Each generation, breed 10 children from 2 parents each\r
8  * Each generation, mutate 1 child out of 10\r
9  * Run for 10 generations and print status info:\r
10    * Generation #\r
11    * Min and Max Fitness\r
12    * and Individual Status\r
13      * ID, Features, and Fitness