GeneticAlgorithm.h File Reference

#include "../Input.h"
#include "../util/Random.h"
#include "../Optimizer.h"
#include <vector>
#include <iterator>

Include dependency graph for GeneticAlgorithm.h:

This graph shows which files directly or indirectly include this file:

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


Variable Documentation

const Params::Size_t BEST_FITNESS = 1.0 [static]

const Params::Size_t WORST_FITNESS = 0.0 [static]