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

Public Types | |
| typedef M::EOType::Fitness | Fitness |
| Alias for the fitness. | |
Public Member Functions | |
| virtual void | init (const Fitness &__fit)=0 |
| Procedure which initialises all that the move selector needs including the initial fitness. | |
| virtual bool | update (const M &__move, const Fitness &__fit)=0 |
| Function which updates the best solutions. | |
It iteratively considers some moves (moMove) and their associated fitnesses. The best move is so regularly updated. At any time, it could be accessed.
Definition at line 32 of file moMoveSelect.h.
|
||||||||||
|
Procedure which initialises all that the move selector needs including the initial fitness. In order to know the fitness of the solution, for which the neighborhood will be soon explored
Implemented in moBestImprSelect< M >, moFirstImprSelect< M >, and moRandImprSelect< M >. |
|
||||||||||||||||
|
Function which updates the best solutions.
Implemented in moBestImprSelect< M >, and moRandImprSelect< M >. |
1.4.6