remove FastGA foundry last evals, more logs, fix some typos
This commit is contained in:
parent
e975f0f388
commit
7ca5b6c0d0
4 changed files with 11 additions and 6 deletions
|
|
@ -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) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue