MPI Multistart: using eoCountContinue in resetAlgo functors instead of eoGenContinue.

This commit is contained in:
Benjamin Bouvier 2012-07-26 15:13:36 +02:00
commit 2ca5483f5d
2 changed files with 8 additions and 11 deletions

View file

@ -162,6 +162,7 @@ int main(int argc, char **argv)
/////////////////////////////////////
// stop after MAX_GEN generations
eoGenContinue<Indi> continuator(MAX_GEN);
// eoSteadyFitContinue< Indi > continuator( 10, 50 );
// GENERATION
/////////////////////////////////////////