#include <StandardPropagation.h>

Public Member Functions | |
| virtual void | NextGeneration () |
| StandardPropagation (GeneralSelect *const LocalSelect, GeneralPopulation *const LocalPopulation, GeneralRNG *const LocalRandom) | |
| virtual | ~StandardPropagation () |
Definition at line 6 of file StandardPropagation.h.
| StandardPropagation::StandardPropagation | ( | GeneralSelect *const | LocalSelect, | |
| GeneralPopulation *const | LocalPopulation, | |||
| GeneralRNG *const | LocalRandom | |||
| ) |
Definition at line 8 of file StandardPropagation.cpp.
| StandardPropagation::~StandardPropagation | ( | ) | [virtual] |
Definition at line 12 of file StandardPropagation.cpp.
| void StandardPropagation::NextGeneration | ( | ) | [virtual] |
Implements GeneralPropagation.
Definition at line 16 of file StandardPropagation.cpp.
References GeneralPropagation::Crossover(), genesize, GeneralSelect::GetOne(), GeneralPopulation::GetPopulation(), GeneralSelect::Init(), GeneralPropagation::Mutation(), popsize, GeneralPropagation::Population, GeneralPropagation::Select, and GeneralPopulation::SetPopulation().
Referenced by main().
1.5.5