#include <GEPAlg.h>
Static Public Member Functions | |
| static T | work (const std::vector< std::string > &w) |
| static std::string | rework (const T &w) |
Helps to resolve differences between Individual (single value fitness) and MOIndividual (fitness is a vector of values), and more precisely string <-> value translation Generic template is meant for Individuals
Specialization of class Wrapper, is meant for MOIndividuals
| static std::string Wrapper< T, T2 >::rework | ( | const T & | w | ) | [inline, static] |
| static T Wrapper< T, T2 >::work | ( | const std::vector< std::string > & | w | ) | [inline, static] |
1.6.1