From 9623f4d1f8db6843ac2f93541a1ec9aaf94e88ec Mon Sep 17 00:00:00 2001 From: nojhan Date: Sun, 9 Feb 2020 06:53:36 +0100 Subject: [PATCH] add missing eoEval* headers in --- eo/src/eo | 9 +++++++-- eo/src/eoEvalTimeThrowException.h | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) 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.