#include "../Input.h"
#include "../util/Random.h"
#include "../Optimizer.h"
#include <vector>
#include <iterator>
Go to the source code of this file.
Classes | |
class | Individual |
This class represents an Individual, i.e., an entity representing a candidate solution. More... | |
class | GeneticAlgorithm |
This class implements a Genetic Algorithm system as search algorithm. More... | |
Variables | |
static const Params::Size_t | WORST_FITNESS = 0.0 |
static const Params::Size_t | BEST_FITNESS = 1.0 |
const Params::Size_t BEST_FITNESS = 1.0 [static] |
Referenced by GeneticAlgorithm::Evaluate().
const Params::Size_t WORST_FITNESS = 0.0 [static] |