#include <incop.h>
Inheritance diagram for MedianAdaptGWWAlgorithm:
Public Member Functions | |
MedianAdaptGWWAlgorithm (int population_size, int grtest, int lastmove, int elitisme, int stop, double mediandescent) | |
void | thresholdcomputedelta (Configuration **population) |
Public Attributes | |
double | mediandescent |
|
method for computing the threshold decrement Reimplemented from AdaptiveGWWAlgorithm. |
|
descent rate : porcentage of the distance between the worst and the median particles (between 0 and 1) |