#include <moNoAspirCrit.h>

Private Member Functions | |
| bool | operator() (const M &_move, const typename M::EOType::Fitness &_fitness) |
| Function which describes the aspiration criterion behaviour. | |
| void | init () |
| Procedure which initialises all that needs a moNoAspirCrit. | |
The simplest : never satisfied.
Definition at line 47 of file moNoAspirCrit.h.
| bool moNoAspirCrit< M >::operator() | ( | const M & | _move, | |
| const typename M::EOType::Fitness & | _fitness | |||
| ) | [inline, private] |
Function which describes the aspiration criterion behaviour.
Does nothing.
| _move | a move. | |
| _fitness | a fitness. |
Definition at line 57 of file moNoAspirCrit.h.
| void moNoAspirCrit< M >::init | ( | ) | [inline, private, virtual] |
Procedure which initialises all that needs a moNoAspirCrit.
Nothing...
Implements moAspirCrit< M >.
Definition at line 66 of file moNoAspirCrit.h.
1.5.4