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

This strategy chooses the best possible move and if it is improving applies it to the solution. 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 if it is improving applies it to the solution.

Definition at line 156 of file local_search.hpp.

Member Function Documentation

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

operator()

Template Parameters
SearchJoin
Parameters
join
Returns

Definition at line 165 of file local_search.hpp.


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