Add the number of neighbor evaluations in moAdaptiveWalk

This commit is contained in:
verel 2014-10-18 16:15:49 +02:00
commit a3288caf6d
5 changed files with 151 additions and 78 deletions

View file

@ -34,8 +34,8 @@ Contact: paradiseo-help@lists.gforge.inria.fr
#include <utils/eoParam.h>
/**
Counts the number of neighbor evaluations actually performed, thus checks first
if it has to evaluate.. etc.
Counts the number of neighbor evaluations actually performed,
thus checks first if it has to be evaluated.. etc.
*/
template<class Neighbor>
class moEvalCounter : public moEval<Neighbor>, public eoValueParam<unsigned long>