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