toulbar2
Public Attributes | List of all members
MedianAdaptGWWAlgorithm Class Reference

#include <incop.h>

Inheritance diagram for MedianAdaptGWWAlgorithm:
Inheritance graph
[legend]
Collaboration diagram for MedianAdaptGWWAlgorithm:
Collaboration graph
[legend]

Public Attributes

double mediandescent
 
- Public Attributes inherited from AdaptiveGWWAlgorithm
int nbkilled
 
- 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

GWW with a descent depending on a distance between the worst and the median particle

Member Data Documentation

◆ mediandescent

double MedianAdaptGWWAlgorithm::mediandescent

descent rate : porcentage of the distance between the worst and the median particles (between 0 and 1)