#include <moGenSolContinue.h>
Inheritance diagram for moGenSolContinue< EOT >:

Public Member Functions | |
| moGenSolContinue (unsigned __maxNumGen) | |
| Simple constructor. | |
| bool | operator() (const EOT &__sol) |
| Function that activates the stop criterion. | |
| void | init () |
| Procedure which allows to initialise the generation counter. | |
Private Attributes | |
| unsigned | maxNumGen |
| Iteration maximum number. | |
| unsigned | numGen |
| Iteration current number. | |
The stop criterion corresponds to a maximum number of iteration.
Definition at line 21 of file moGenSolContinue.h.
|
||||||||||
|
Simple constructor.
Definition at line 30 of file moGenSolContinue.h. |
|
||||||||||
|
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.
Definition at line 44 of file moGenSolContinue.h. References moGenSolContinue< EOT >::maxNumGen, and moGenSolContinue< EOT >::numGen. |
|
|||||||||
|
Procedure which allows to initialise the generation counter. It can also be used to reset the iteration counter. Implements moSolContinue< EOT >. Definition at line 54 of file moGenSolContinue.h. References moGenSolContinue< EOT >::numGen. |
1.4.6