Public Member Functions | |
ChromoAdjuster (const std::vector< AdjCase > &allCases) | |
Construct a set of AdjCases and pass them in to start the genetic algorithm process. | |
Chromo | getBestChromo () const |
The result of the GA is the best possible chromosome for these cases . |
bwer::ChromoAdjuster::ChromoAdjuster | ( | const std::vector< AdjCase > & | allCases | ) |
Construct a set of AdjCases and pass them in to start the genetic algorithm process.
Candidates should be present in the directory.
Takes a very long time ... the entire GA happens in this constructor.
Chromo bwer::ChromoAdjuster::getBestChromo | ( | ) | const |
The result of the GA is the best possible chromosome for these cases .
..