|
template<typename Solution , typename SearchObjFunctionComponents , typename Traits = search_obj_function_components_traits<SearchObjFunctionComponents>, typename F = typename Traits::obj_function_t, typename Fitness = pure_result_of_t<F(Solution &)>> |
auto | paal::local_search::detail::convert_comps (Solution &sol, SearchObjFunctionComponents components, Fitness ¤t_res) |
|
template<typename SearchStrategy , typename ContinueOnSuccess , typename ContinueOnFail , typename Solution , typename SearchObjFunctionComponent , typename... SearchObjFunctionComponents> |
bool | paal::local_search::local_search_obj_fun (Solution &solution, SearchStrategy searchStrategy, ContinueOnSuccess on_success, ContinueOnFail on_fail, SearchObjFunctionComponent component, SearchObjFunctionComponents...components) |
| local search function for objective function case.
|
|
template<typename Solution , typename... Components> |
bool | paal::local_search::obj_fun_first_improving (Solution &solution, Components...comps) |
| simple version of local_search_obj_fun - first improving strategy
|
|
template<typename Solution , typename... Components> |
bool | paal::local_search::obj_fun_best_improving (Solution &solution, Components...comps) |
| simple version of local_search_obj_fun - best improving strategy
|
|
- Author
- Piotr Wygocki
- Version
- 1.0
- Date
- 2013-02-11
Definition in file local_search_obj_function.hpp.