#include <moNoAspirCrit.h>
Inheritance diagram for moNoAspirCrit< M >:

Private Member Functions | |
| bool | operator() (const M &__move, const typename M::EOType::Fitness &__sol) |
| Function which describes the aspiration criterion behaviour. | |
| void | init () |
| Procedure which initialises all that needs a moNoAspirCrit. | |
The simplest : never satisfied.
Definition at line 21 of file moNoAspirCrit.h.
| bool moNoAspirCrit< M >::operator() | ( | const M & | __move, | |
| const typename M::EOType::Fitness & | __sol | |||
| ) | [inline, private] |
Function which describes the aspiration criterion behaviour.
Does nothing.
| __move | a move. | |
| __sol | a fitness. |
Definition at line 32 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 43 of file moNoAspirCrit.h.
1.4.7