xiaohongwu / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

New population shuffling #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It is required to implement population shuffling, when new generation is 
generated. Now the feature is implemented in Elite Selection algorithm. It 
is better to move the functionality to Population class and allow to 
enable/disable the function.

Original issue reported on code.google.com by andrew.k...@gmail.com on 29 Nov 2006 at 6:01

GoogleCodeExporter commented 8 years ago
Shuffle() method is added to Population class, which does random reordering of 
chromosomes.

Will be released in 2.0 version. Committed in 801 revision.

Original comment by andrew.k...@gmail.com on 25 Nov 2008 at 1:09

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 22 Jul 2009 at 3:51