toulbar2
Public Attributes | List of all members
StandardGWWAlgorithm Class Reference
Inheritance diagram for StandardGWWAlgorithm:
Inheritance graph
[legend]
Collaboration diagram for StandardGWWAlgorithm:
Collaboration graph
[legend]

Public Attributes

double thresholddescent
 
Long thresholdmin
 
- Public Attributes inherited from GWWAlgorithm
int populationsize
 
int regrouptest
 
int lastmovedescent
 
int elitism
 
int nomovestop
 
Long thresholddelta
 
int nbiteration
 
int thresholdchanges
 
int total_nhtries
 
int total_nbmoves
 
LSAlgorithmwalkalgorithm
 
- Public Attributes inherited from IncompleteAlgorithm
Long threshold
 

Additional Inherited Members

- Public Member Functions inherited from GWWAlgorithm
virtual void populationrandomwalk (OpProblem *problem, Configuration **population)
 
void randomwalk (OpProblem *problem, Configuration *configuration)
 
void run (OpProblem *problem, Configuration **population)
 
void populationkeepbest (OpProblem *problem, Configuration **population)
 

Detailed Description

Standard GWW : threshold descent with a fixed rate

Member Data Documentation

◆ thresholddescent

double StandardGWWAlgorithm::thresholddescent

threshold descent constant rate

◆ thresholdmin

Long StandardGWWAlgorithm::thresholdmin

minimum of the threshold (corresponds generally to a known lowerbound)