adding a new terminator and a monitor
This commit is contained in:
parent
41a85aaa7d
commit
2abab21960
3 changed files with 16 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue