|
template<typename Gain , typename GetMoves = two_local_searchget_moves> |
auto | paal::local_search::make_two_local_search_components (Gain ch, GetMoves gm=GetMoves{}) |
| make template function for TwoLocalcomponents, just to avoid providing type names in template. More...
|
|
template<typename Metric > |
auto | paal::local_search::get_default_two_local_components (const Metric &m) |
| get default two local search components More...
|
|
template<typename SearchStrategy , typename ContinueOnSuccess , typename ContinueOnFail , typename Cycle , typename... components> |
bool | paal::local_search::two_local_search (Cycle &cycle, SearchStrategy searchStrategy, ContinueOnSuccess on_success, ContinueOnFail on_fail, components...comps) |
| local search for two - opt in tsp adapts tsp to local_search_multi_solution More...
|
|
template<typename Cycle , typename... components> |
bool | paal::local_search::tsp_first_improving (Cycle &cycle, components...comps) |
| simple version of two_local_search More...
|
|
- Author
- Piotr Wygocki
- Version
- 1.0
- Date
- 2013-02-01
Definition in file 2_local_search.hpp.