adding a new terminator and a monitor

This commit is contained in:
gustavoromero 2000-12-01 19:09:34 +00:00
commit 2abab21960
3 changed files with 16 additions and 19 deletions

View file

@ -54,7 +54,7 @@ public:
// cout << " [" << thisGeneration << "] ";
if (thisGeneration >= repTotalGenerations)
{
cout << "STOP in eoGenContinue: Reached maximum number of generations\n";
cout << "STOP in eoGenContinue: Reached maximum number of generations [" << thisGeneration << "/" << repTotalGenerations << "]\n";
return false;
}
return true;