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

StandardGWWAlgorithm Class Reference

#include <incop.h>

Inheritance diagram for StandardGWWAlgorithm:

ThresholdGWWAlgorithm GWWAlgorithm IncompleteAlgorithm FastStandardGWWAlgorithm List of all members.

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

Detailed Description

Standard GWW : threshold descent with a fixed rate


Member Function Documentation

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

regrouping of the best particles on the good ones

Reimplemented from GWWAlgorithm.

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

method for computing the threshold decrement

Reimplemented from GWWAlgorithm.

Reimplemented in FastStandardGWWAlgorithm.


Member Data Documentation

double StandardGWWAlgorithm::thresholddescent
 

threshold descent constant rate

int StandardGWWAlgorithm::thresholdmin
 

minimum of the threshold (corresponds generally to a known lowerbound)


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