faif
Public Types | Public Member Functions | Public Attributes | List of all members
faif::search::EvolutionaryAlgorithmGeneConcept< T > Struct Template Reference

the concept for evolutionary algorithm gene the type gives the generateRandom method and the mutate method More...

#include <VectorIndividual.hpp>

Collaboration diagram for faif::search::EvolutionaryAlgorithmGeneConcept< T >:
Collaboration graph

Public Types

typedef T::value_type value_type
 

Public Member Functions

 BOOST_CONCEPT_USAGE (EvolutionaryAlgorithmGeneConcept)
 

Public Attributes

value_type t
 

Detailed Description

template<typename T>
struct faif::search::EvolutionaryAlgorithmGeneConcept< T >

the concept for evolutionary algorithm gene the type gives the generateRandom method and the mutate method


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