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

Public Types | |
| typedef EOT::Fitness | Fitness |
| Alias for the fitness. | |
Public Member Functions | |
| moFitSolContinue (Fitness __fitness) | |
| Basic constructor. | |
| bool | operator() (const EOT &__sol) |
| Function that activates the stopping criterion. | |
| void | init () |
| Procedure which allows to initialise all the stuff needed. | |
Private Attributes | |
| Fitness | fitness |
| Fitness target. | |
The stop criterion corresponds to a fitness threshold gained.
Definition at line 21 of file moFitSolContinue.h.
| moFitSolContinue< EOT >::moFitSolContinue | ( | Fitness | __fitness | ) | [inline] |
Basic constructor.
| __fitness | The fitness to reach. |
Definition at line 33 of file moFitSolContinue.h.
| bool moFitSolContinue< EOT >::operator() | ( | const EOT & | __sol | ) | [inline, virtual] |
Function that activates the stopping criterion.
Indicates if the fitness threshold has not yet been reached.
| __sol | the current solution. |
Implements eoUF< const EOT &, bool >.
Definition at line 43 of file moFitSolContinue.h.
References moFitSolContinue< EOT >::fitness.
| void moFitSolContinue< EOT >::init | ( | ) | [inline, virtual] |
Procedure which allows to initialise all the stuff needed.
It can be also used to reinitialize all the needed things.
Implements moSolContinue< EOT >.
Definition at line 57 of file moFitSolContinue.h.
1.5.2