All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Namespaces | Typedefs | Functions
search_obj_func_components.hpp File Reference
#include "paal/data_structures/components/components.hpp"
#include "paal/local_search/search_components.hpp"
#include "paal/utils/functors.hpp"

Go to the source code of this file.

Namespaces

 paal
 global namespace of project.
 
 

Typedefs

using paal::local_search::components_obj_fun = data_structures::components< GetMoves, ObjFunction, Commit >
 components for objective function local search. This usually this class is not used. See search_componentsObjFun class.
 
template<typename... Args>
using paal::local_search::search_components_obj_fun = typename components_obj_fun::type< Args...>
 search_componentsObjFun alias to components. More...
 

Functions

template<typename... Args>
auto paal::local_search::make_search_components_obj_fun (Args &&...args)
 make function for search_componentsObjFun More...
 

Detailed Description

Author
Piotr Wygocki
Version
1.0
Date
2013-02-18

Definition in file search_obj_func_components.hpp.