PaGMO
1.1.5
|
Individuals stored in the population. More...
#include <population.h>
Public Member Functions | |
std::string | human_readable () const |
Human-readable representation. More... | |
Data Fields | |
decision_vector | cur_x |
Current decision vector. | |
decision_vector | cur_v |
Current velocity vector. | |
constraint_vector | cur_c |
Current constraint vector. | |
fitness_vector | cur_f |
Current fitness vector. | |
decision_vector | best_x |
Best decision vector so far. | |
constraint_vector | best_c |
Best constraint vector so far. | |
fitness_vector | best_f |
Best fitness vector so far. | |
Friends | |
class | boost::serialization::access |
Individuals stored in the population.
Individuals store the current decision and velocity vectors, the current constraint vector and the current fitness vector. They also keep memory of the best decision, constraint and fitness vectors "experienced" so far by the individual.
Definition at line 80 of file population.h.
|
inline |
Human-readable representation.
Definition at line 100 of file population.h.