Main Page | Class Hierarchy | Class List | File List | Class Members

AdaptiveGWWAlgorithm Class Reference

#include <incop.h>

Inheritance diagram for AdaptiveGWWAlgorithm:

ThresholdGWWAlgorithm GWWAlgorithm IncompleteAlgorithm BestAdaptGWWAlgorithm FastAdaptGWWAlgorithm MedianAdaptGWWAlgorithm List of all members.

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

Detailed Description

GWW with a threshold descent such as a given number of particles is regrouped


Member Function Documentation

void AdaptiveGWWAlgorithm::regrouping Configuration **  population  )  [virtual]
 

regrouping of the best particles on the good ones

Reimplemented from GWWAlgorithm.

void AdaptiveGWWAlgorithm::thresholdcomputedelta Configuration **  population  )  [virtual]
 

method for computing the threshold decrement

Reimplemented from GWWAlgorithm.

Reimplemented in FastAdaptGWWAlgorithm, MedianAdaptGWWAlgorithm, and BestAdaptGWWAlgorithm.


Member Data Documentation

int AdaptiveGWWAlgorithm::nbkilled
 

number of bad particles to be regrouped on good ones


The documentation for this class was generated from the following files:
Generated on Wed Sep 15 17:58:38 2004 for INCOP by doxygen 1.3.5