omment of line apply(pop, eval) was found misleading ...
This commit is contained in:
parent
b5382fce74
commit
c00c15145d
4 changed files with 4 additions and 4 deletions
|
|
@ -79,7 +79,7 @@ void main_function(int argc, char **argv)
|
|||
// Initialization of the population
|
||||
eoPop<Indi> pop(POP_SIZE, random);
|
||||
|
||||
// and evaluate it in one loop
|
||||
// and evaluate it in one line
|
||||
apply<Indi>(eval, pop); // STL syntax
|
||||
|
||||
// OUTPUT
|
||||
|
|
|
|||
Reference in a new issue