#include <incop.h>
Inheritance diagram for StandardGWWAlgorithm:
Public Member Functions | |
void | regrouping (Configuration **population) |
StandardGWWAlgorithm (int population_size, int grtest, int lastmove, int elitisme, int stop, double thresdescent, int threshmin) | |
void | thresholdcomputedelta (Configuration **population) |
Public Attributes | |
double | thresholddescent |
int | thresholdmin |
|
regrouping of the best particles on the good ones Reimplemented from GWWAlgorithm. |
|
method for computing the threshold decrement Reimplemented from GWWAlgorithm. Reimplemented in FastStandardGWWAlgorithm. |
|
threshold descent constant rate |
|
minimum of the threshold (corresponds generally to a known lowerbound) |