Darwin Neuroevolution Framework
|
Selection Algorithm interface. More...
#include <selection_algorithm.h>
Public Member Functions | |
virtual void | newPopulation (darwin::Population *population)=0 |
Prepare the selection for a new population. | |
virtual void | createNextGeneration (GenerationFactory *next_generation)=0 |
Create a new generation of genotypes. | |
Selection Algorithm interface.