moVectorMonitor peut enregistrer les EOT
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1779 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
40e4285b7a
commit
29fe6eed3d
5 changed files with 77 additions and 31 deletions
|
|
@ -158,7 +158,7 @@ void main_function(int argc, char **argv)
|
|||
|
||||
// to get the values of statistics
|
||||
// so, you can compute some statistics in c++ from the data
|
||||
const std::vector<double> & fitnessValues = sampling.getVector(0);
|
||||
const std::vector<double> & fitnessValues = sampling.getValues(0);
|
||||
|
||||
std::cout << "First values:" << std::endl;
|
||||
std::cout << "Fitness " << fitnessValues[0] << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue