#include <iostream>#include "SimpleSelect.h"#include "UniformRNG.h"#include "gentypes.h"#include "BinaryPopulation.h"#include "StandardPropagation.h"#include "GrayTranscribe.h"#include "AnnealingGA.h"#include "ParetoGA.h"#include "TestObjective.h"#include "TestObjective2.h"#include "BinaryTournamentSelect.h"#include <boost/numeric/ublas/vector.hpp>#include <boost/numeric/ublas/io.hpp>#include <boost/numeric/ublas/matrix_proxy.hpp>#include <boost/bind.hpp>#include <boost/shared_ptr.hpp>#include <fstream>Go to the source code of this file.
Functions | |
| int | main () |
| int main | ( | void | ) |
Definition at line 21 of file testga.cpp.
References GeneralGA::DoIteration(), genesize, ParetoGA::GetBestModelIndices(), GeneralPopulation::GetCrowdingDistances(), GeneralPopulation::GetGenesize(), ParetoGA::GetNBestmodels(), GeneralPopulation::GetPopulation(), GeneralPopulation::GetProbabilities(), GrayTranscribe::GetValues(), h(), popsize, ParetoGA::PrintFront(), ParetoGA::PrintRanks(), GeneralGA::SetElitist(), GeneralGA::SetParameterIndices(), and GeneralPropagation::SetParams().
1.5.5