Detail of Local Search namespace. More...
Classes | |
struct | local_search_concepts |
struct | local_search_concepts< Solution, SearchComponents, SearchComponentsPack...> |
struct | local_search_concepts< Solution > |
class | obj_fun_get_moves |
class | obj_fun_gain |
class | obj_fun_commit |
struct | tuple_to_move |
Functions | |
template<typename Delta > | |
bool | positive_delta (Delta &&d) |
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 | convert_comps (Solution &sol, SearchObjFunctionComponents components, Fitness ¤t_res) |
Detail of Local Search namespace.