Public Member Functions

TabuSearch< R, M > Class Template Reference

Inheritance diagram for TabuSearch< R, M >:
Heuristic< R, M > Runnable

List of all members.

Public Member Functions

 TabuSearch (Evaluator< R, M > &_ev, NSSeq< R, M > &_nsSeq, int _tlSize, int _tsMax)
virtual void exec (Solution< R > &s, double timelimit, double target_f)
virtual void exec (Solution< R > &s, Evaluation< M > &e, double timelimit, double target_f)
Move< R, M > * tabuBestMove (Solution< R > &s, Evaluation< M > &e, const vector< Move< R, M > * > &tabuList)
bool inList (Move< R, M > *m, const vector< Move< R, M > * > &v)

template<class R, class M = OPTFRAME_DEFAULT_MEMORY>
class TabuSearch< R, M >


The documentation for this class was generated from the following file:
 All Classes Functions