EvolvingObjects
|
eoFitnessScalingSelect: select an individual proportional to the linearly scaled fitness that is computed by the private eoLinearFitScaling object More...
#include <eoFitnessScalingSelect.h>
Public Member Functions | |
eoFitnessScalingSelect (double _p=2.0) | |
Ctor: | |
Private Attributes | |
eoLinearFitScaling< EOT > | scaling |
eoFitnessScalingSelect: select an individual proportional to the linearly scaled fitness that is computed by the private eoLinearFitScaling object
Definition at line 42 of file eoFitnessScalingSelect.h.
eoFitnessScalingSelect< EOT >::eoFitnessScalingSelect | ( | double | _p = 2.0 | ) | [inline] |
Ctor:
_p | the selective pressure, should be in [1,2] (2 is the default) |
Definition at line 48 of file eoFitnessScalingSelect.h.