#include <GeneticEngine.h>
Public Methods | |
| EvolutionEvent (int index, util::List< Individual< T > > &pop) | |
Public Attributes | |
| int | generationIndex |
| The index of the generation that was just produced. | |
| util::List< Individual< T > > & | population |
| A reference to the current population. | |
|
|||||
|
The index of the generation that was just produced. Indices start from zero. |