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

A truncation-selection variant. More...

#include <truncation_selection.h>

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

A truncation-selection variant.

It support elitism. The parents for the next generation are randomly selected based on the raking order of the previous generation.


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