Adapts gain to implement tabu search. More...
#include <custom_components.hpp>
Public Member Functions | |
| tabu_gain_adaptor (TabuList tabuList=TabuList(), Gain gain=Gain(), AspirationCriteria aspirationCriteria=AspirationCriteria()) | |
| constructor More... | |
| template<typename... Args> | |
| auto | operator() (Args &&...args) -> decltype(std::declval< Gain >()(std::forward< Args >(args)...)) |
| operator() More... | |
Adapts gain to implement tabu search.
| TabuList | |
| Gain | |
| AspirationCriteria |
Definition at line 264 of file custom_components.hpp.
|
inline |
constructor
| tabuList | |
| gain | |
| aspirationCriteria |
Definition at line 273 of file custom_components.hpp.
|
inline |
operator()
| Args | args to be forwarded |
Definition at line 288 of file custom_components.hpp.
1.8.5