PaGMO  1.1.5
Public Member Functions | Data Fields | Friends
pagmo::population::champion_type Struct Reference

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
 

Detailed Description

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.

Member Function Documentation

std::string pagmo::population::champion_type::human_readable ( ) const
inline

Human-readable representation.

Returns
formatted string containing the values of the data members.

Definition at line 158 of file population.h.


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