fixed some warning messages while compiling
This commit is contained in:
parent
f98e138562
commit
20a4496b83
3 changed files with 6 additions and 3 deletions
|
|
@ -43,6 +43,7 @@ public:
|
|||
/** Returns false when a certain number of evaluations has been done
|
||||
*/
|
||||
virtual bool operator() ( const eoPop<EOT>& _vEO ) {
|
||||
(void)_vEO;
|
||||
if (eval.value() >= repTotalEvaluations)
|
||||
{
|
||||
std::cout << "STOP in eoEvalContinue: Reached maximum number of evaluations [" << repTotalEvaluations << "]\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue