add missing eoEval* headers in <eo>
This commit is contained in:
parent
2f5a00a7ac
commit
9623f4d1f8
2 changed files with 8 additions and 3 deletions
|
|
@ -74,11 +74,16 @@
|
||||||
|
|
||||||
// Evaluation functions (all include eoEvalFunc.h)
|
// Evaluation functions (all include eoEvalFunc.h)
|
||||||
#include "eoPopEvalFunc.h"
|
#include "eoPopEvalFunc.h"
|
||||||
#include "eoEvalFuncPtr.h"
|
#include "eoEvalCmd.h"
|
||||||
#include "eoEvalCounterThrowException.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 "eoEvalTimeThrowException.h"
|
||||||
#include "eoEvalUserTimeThrowException.h"
|
#include "eoEvalUserTimeThrowException.h"
|
||||||
#include "eoEvalCmd.h"
|
|
||||||
|
|
||||||
// Continuators - all include eoContinue.h
|
// Continuators - all include eoContinue.h
|
||||||
#include "eoCombinedContinue.h"
|
#include "eoCombinedContinue.h"
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ Johann Dréo <johann.dreo@thalesgroup.com>
|
||||||
|
|
||||||
#include "eoExceptions.h"
|
#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.
|
* Throw an eoMaxTimeException if the given max time has been reached.
|
||||||
* Usefull if you want to end the search independently of generations.
|
* Usefull if you want to end the search independently of generations.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue