count eval after calling the objective function
This commit is contained in:
parent
5cb7bfd317
commit
a227e071f9
1 changed files with 2 additions and 1 deletions
|
|
@ -45,8 +45,9 @@ template<class EOT> class eoEvalFuncCounter : public eoEvalFunc<EOT>, public eoV
|
|||
{
|
||||
if (_eo.invalid())
|
||||
{
|
||||
value()++;
|
||||
func(_eo);
|
||||
value()++;
|
||||
eo::log << eo::xdebug << "eoEvalFuncCounter: " << value() << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue