Addition of the function PSO : Parallel evaluation
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@650 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
2cef623c31
commit
43fbde1096
9 changed files with 161 additions and 23 deletions
|
|
@ -131,6 +131,7 @@ template< class EOT > void peoEA< EOT > :: run() {
|
|||
trans( off );
|
||||
|
||||
printDebugMessage( "performing the evaluation of the population." );
|
||||
|
||||
pop_eval( off );
|
||||
|
||||
printDebugMessage( "performing the replacement of the population." );
|
||||
|
|
|
|||
Loading…
Reference in a new issue