PaGMO
1.1.5
|
Population champion. More...
#include <population.h>
Public Member Functions | |
std::string | human_readable () const |
Human-readable representation. More... | |
Data Fields | |
decision_vector | x |
Decision vector. | |
constraint_vector | c |
Constraint vector. | |
fitness_vector | f |
Fitness vector. | |
Friends | |
class | boost::serialization::access |
Population champion.
A champion is the best individual that ever lived in the population. It is defined by a decision vector, a constraint vector and a fitness vector.
Definition at line 146 of file population.h.
|
inline |
Human-readable representation.
Definition at line 158 of file population.h.