#include <incop.h>
Inheritance diagram for AdaptiveGWWAlgorithm:
Public Member Functions | |
AdaptiveGWWAlgorithm (int population_size, int grtest, int lastmove, int elitisme, int stop, int nbkilled) | |
void | regrouping (Configuration **population) |
void | thresholdcomputedelta (Configuration **population) |
Public Attributes | |
int | nbkilled |
|
regrouping of the best particles on the good ones Reimplemented from GWWAlgorithm. |
|
method for computing the threshold decrement Reimplemented from GWWAlgorithm. Reimplemented in FastAdaptGWWAlgorithm, MedianAdaptGWWAlgorithm, and BestAdaptGWWAlgorithm. |
|
number of bad particles to be regrouped on good ones |