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

Roulette wheel selection. More...

#include <roulette_selection.h>

Inheritance diagram for selection::RouletteSelection:
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

Roulette wheel selection.

It supports elitism and it can use crossover + mutation or just mutation


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