removed a wrong logging message from eoEvalContinue.h
This commit is contained in:
parent
2b3db39aff
commit
12a631cfb1
1 changed files with 1 additions and 3 deletions
|
|
@ -38,9 +38,7 @@ class eoEvalContinue: public eoContinue<EOT>
|
||||||
public:
|
public:
|
||||||
/// Ctor
|
/// Ctor
|
||||||
eoEvalContinue( eoEvalFuncCounter<EOT> & _eval, unsigned long _totalEval)
|
eoEvalContinue( eoEvalFuncCounter<EOT> & _eval, unsigned long _totalEval)
|
||||||
: eval(_eval), repTotalEvaluations( _totalEval ) {
|
: eval(_eval), repTotalEvaluations( _totalEval ) {};
|
||||||
std::cout << "Ctor de eoEvalFuncCounter avec total = " << repTotalEvaluations << std::endl;
|
|
||||||
};
|
|
||||||
|
|
||||||
/** Returns false when a certain number of evaluations has been done
|
/** Returns false when a certain number of evaluations has been done
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Reference in a new issue