faif
Public Types | List of all members
faif::search::EvolutionaryAlgorithmSpace< Ind > Struct Template Reference

the typedef-s for space for evolutionary algorithm, where the population is a vector of individuals, and the fitness is the double More...

#include <EvolutionaryAlgorithm.hpp>

Inheritance diagram for faif::search::EvolutionaryAlgorithmSpace< Ind >:
Inheritance graph
Collaboration diagram for faif::search::EvolutionaryAlgorithmSpace< Ind >:
Collaboration graph

Public Types

typedef std::vector< Ind > Population
 
typedef Ind Individual
 
typedef double Fitness
 

Detailed Description

template<typename Ind>
struct faif::search::EvolutionaryAlgorithmSpace< Ind >

the typedef-s for space for evolutionary algorithm, where the population is a vector of individuals, and the fitness is the double


The documentation for this struct was generated from the following file: