This strategy chooses the best possible move and applies it to the solution. Note that this strategy might commit non-improving moves. More...
#include <local_search.hpp>
Public Member Functions | |
template<typename SearchJoin > | |
bool | operator() (SearchJoin &join) const |
operator() More... | |
This strategy chooses the best possible move and applies it to the solution. Note that this strategy might commit non-improving moves.
Definition at line 179 of file local_search.hpp.
|
inline |
operator()
SearchJoin |
join |
Definition at line 188 of file local_search.hpp.