#include <iostream>#include "SimpleSelect.h"#include "BinaryTournamentSelect.h"#include "CUniformRNG.h"#include "gentypes.h"#include "BinaryPopulation.h"#include "StandardPropagation.h"#include <boost/function.hpp>#include <boost/bind.hpp>Go to the source code of this file.
Functions | |
| int | main () |
| int main | ( | void | ) |
Definition at line 12 of file testpropagation.cpp.
References genesize, GeneralPopulation::GetCrowdingDistances(), UniformRNG::GetNumber(), GeneralPopulation::GetProbabilities(), StandardPropagation::NextGeneration(), popsize, GeneralPopulation::PrintPopulation(), GeneralPropagation::SetParams(), and GeneralPopulation::SetProbabilities().
1.5.5