moGenSolContinue< EOT > Class Template Reference

One possible stopping criterion for a solution-based heuristic. More...

#include <moGenSolContinue.h>

Inheritance diagram for moGenSolContinue< EOT >:

moSolContinue< EOT > eoUF< const EOT &, bool > eoFunctorBase List of all members.

Public Member Functions

 moGenSolContinue (unsigned int __maxNumGen)
 Basic constructor.
bool operator() (const EOT &__sol)
 Function that activates the stop criterion.
void init ()
 Procedure which allows to initialise all the stuff needed.

Private Attributes

unsigned int maxNumGen
 Iteration maximum number.
unsigned int numGen
 Iteration current number.

Detailed Description

template<class EOT>
class moGenSolContinue< EOT >

One possible stopping criterion for a solution-based heuristic.

The stopping criterion corresponds to a maximum number of iteration.

Definition at line 21 of file moGenSolContinue.h.


Constructor & Destructor Documentation

template<class EOT>
moGenSolContinue< EOT >::moGenSolContinue ( unsigned int  __maxNumGen  )  [inline]

Basic constructor.

Parameters:
__maxNumGen the maximum number of generation.

Definition at line 30 of file moGenSolContinue.h.


Member Function Documentation

template<class EOT>
bool moGenSolContinue< EOT >::operator() ( const EOT &  __sol  )  [inline, virtual]

Function that activates the stop criterion.

Increments the counter and returns true if the current number of iteration is lower than the given maximum number of iterations.

Parameters:
__sol the current solution.
Returns:
true or false according to the current generation number.

Implements eoUF< const EOT &, bool >.

Definition at line 42 of file moGenSolContinue.h.

References moGenSolContinue< EOT >::maxNumGen, and moGenSolContinue< EOT >::numGen.

template<class EOT>
void moGenSolContinue< EOT >::init (  )  [inline, virtual]

Procedure which allows to initialise all the stuff needed.

It can be also used to reinitialize the counter all the needed things.

Implements moSolContinue< EOT >.

Definition at line 51 of file moGenSolContinue.h.

References moGenSolContinue< EOT >::numGen.


The documentation for this class was generated from the following file:
Generated on Fri Aug 3 16:25:56 2007 for PARADISEO-MO by  doxygen 1.5.2