toulbar2
|
#include <incop.h>
Public Member Functions | |
virtual void | randomwalk (OpProblem *problem, Configuration *configuration) |
virtual void | run (OpProblem *problem, Configuration **population) |
Public Attributes | |
Long | threshold |
Root class of algorithms
|
virtual |
walk for a particule
Reimplemented in GWWAlgorithm.
|
virtual |
Run the algorithm on a population (array of configurations)
Reimplemented in GWWAlgorithm.
Long IncompleteAlgorithm::threshold |
a threshold can be used to forbid moves above this threshold (used in LSAlgorithms implementing walks inside GWW)
Referenced by GWWAlgorithm::initthreshold(), GWWAlgorithm::randomwalk(), GWWAlgorithm::run(), and LSAlgorithm::test_bestfound().