add missing eoEval* headers in <eo>

This commit is contained in:
Johann Dreo 2020-02-09 06:53:36 +01:00
commit 9623f4d1f8
2 changed files with 8 additions and 3 deletions

View file

@ -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"

View file

@ -25,7 +25,7 @@ Johann Dréo <johann.dreo@thalesgroup.com>
#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.