Darwin Neuroevolution Framework
Public Member Functions | List of all members
selection::SelectionAlgorithm Class Referenceabstract

Selection Algorithm interface. More...

#include <selection_algorithm.h>

Inheritance diagram for selection::SelectionAlgorithm:
core::NonCopyable selection::CgpIslandsSelection selection::RouletteSelection selection::TruncationSelection

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.
 

Detailed Description

Selection Algorithm interface.


The documentation for this class was generated from the following file: