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