Public Member Functions

BasicSimulatedAnnealing< R, M > Class Template Reference

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

List of all members.

Public Member Functions

 BasicSimulatedAnnealing (Evaluator< R, M > &_evaluator, vector< NS< R, M > * > _neighbors, double _alpha, int _SAmax, double _Ti, RandGen &_rg)
 BasicSimulatedAnnealing (Evaluator< R, M > &_evaluator, NS< R, M > *_neighbors, double _alpha, int _SAmax, double _Ti, RandGen &_rg)
void exec (Solution< R > &s, double timelimit, double target_f)
void exec (Solution< R > &s, Evaluation< M > &e, double timelimit, double target_f)

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


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