#include <eoRealBoundModifier.h>

Public Member Functions | |
| eoExpDecayingBoundModifier (unsigned _stopCriteria, double _alpha, eoValueParam< unsigned > &_genCounter) | |
| Constructor. | |
| void | operator() (eoRealBaseVectorBounds &_bnds, unsigned _i) |
| The pure virtual function that needs to be implemented by the subclass. | |
Protected Attributes | |
| unsigned | stopCriteria |
| double | alpha |
| eoValueParam< unsigned > & | genCounter |
Definition at line 63 of file eoRealBoundModifier.h.
| eoExpDecayingBoundModifier::eoExpDecayingBoundModifier | ( | unsigned | _stopCriteria, | |
| double | _alpha, | |||
| eoValueParam< unsigned > & | _genCounter | |||
| ) | [inline] |
Constructor.
| _stopCriteria | - The total number of iterations | |
| _alpha | ||
| _genCounter | - An eoValueParam<unsigned> that gives the current iteration |
Definition at line 73 of file eoRealBoundModifier.h.
1.5.5