All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::local_search::best_strategy Struct Reference

This strategy chooses the best possible move and applies it to the solution. Note that this strategy might commit non-improving moves. More...

#include <local_search.hpp>

Public Member Functions

template<typename SearchJoin >
bool operator() (SearchJoin &join) const
 operator() More...
 

Detailed Description

This strategy chooses the best possible move and applies it to the solution. Note that this strategy might commit non-improving moves.

Definition at line 179 of file local_search.hpp.

Member Function Documentation

template<typename SearchJoin >
bool paal::local_search::best_strategy::operator() ( SearchJoin &  join) const
inline

operator()

Template Parameters
SearchJoin
Parameters
join
Returns

Definition at line 188 of file local_search.hpp.


The documentation for this struct was generated from the following file: