remove FastGA foundry last evals, more logs, fix some typos

This commit is contained in:
Johann Dreo 2020-10-08 15:26:07 +02:00
commit 7ca5b6c0d0
4 changed files with 11 additions and 6 deletions

View file

@ -147,7 +147,9 @@ public:
virtual void operator()(eoPop<EOT> & pop)
{
do {
#ifndef NDEBUG
eo::log << eo::debug << "Restart" << std::endl;
#endif
_reseter(pop);
_algo(pop);
} while( _continue(pop) );