diff --git a/eo/src/eo b/eo/src/eo index 89fac3d0d..35fa13d9a 100644 --- a/eo/src/eo +++ b/eo/src/eo @@ -74,11 +74,16 @@ // Evaluation functions (all include eoEvalFunc.h) #include "eoPopEvalFunc.h" -#include "eoEvalFuncPtr.h" +#include "eoEvalCmd.h" #include "eoEvalCounterThrowException.h" +#include "eoEvalDump.h" +#include "eoEvalFuncCounterBounder.h" +#include "eoEvalFuncCounter.h" +#include "eoEvalFunc.h" +#include "eoEvalFuncPtr.h" +#include "eoEvalKeepBest.h" #include "eoEvalTimeThrowException.h" #include "eoEvalUserTimeThrowException.h" -#include "eoEvalCmd.h" // Continuators - all include eoContinue.h #include "eoCombinedContinue.h" diff --git a/eo/src/eoEvalTimeThrowException.h b/eo/src/eoEvalTimeThrowException.h index 3cff76512..5b72de6bc 100644 --- a/eo/src/eoEvalTimeThrowException.h +++ b/eo/src/eoEvalTimeThrowException.h @@ -25,7 +25,7 @@ Johann Dréo #include "eoExceptions.h" -/** Check at each evaluation if a given tie contract has been reached. +/** Check at each evaluation if a given time contract has been reached. * * Throw an eoMaxTimeException if the given max time has been reached. * Usefull if you want to end the search independently of generations.