|
faif
|
the hill climbing algorithm. Search the neighbour for the better solution More...
#include <HillClimbing.hpp>

Public Types | |
| typedef Space::Individual | Individual |
| typedef Individual::PNode | PNode |
| typedef Space::Fitness | Fitness |
Public Member Functions | |
| PNode | solve (const PNode &initial) |
| the hill climbing algorithm - until stop repeat searching all adjacent nodes. More... | |
the hill climbing algorithm. Search the neighbour for the better solution
|
inline |
the hill climbing algorithm - until stop repeat searching all adjacent nodes.
1.8.11