Darwin Neuroevolution Framework
Public Member Functions | List of all members
selection::CgpIslandsSelection Class Reference

An extension of the CGP-style (1+N) selection strategy. More...

#include <cgp_islands_selection.h>

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

Public Member Functions

void newPopulation (darwin::Population *population) override
 Prepare the selection for a new population.
 
void createNextGeneration (selection::GenerationFactory *next_generation) override
 Create a new generation of genotypes.
 

Detailed Description

An extension of the CGP-style (1+N) selection strategy.

The population is divided into size of size N, and within each island the CGP 1+(N-1) selection is used. A percentage of the worst performing islands is considered extinct and repopulated with random initial individuals.


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