public class NormalizeDoubleWrap extends NormalizeDoubleElementwise
NormalizeDoubleWrap
normalizes the DoubleGenotype
by
wrapping the values at the borders.Constructor and Description |
---|
NormalizeDoubleWrap() |
Modifier and Type | Method and Description |
---|---|
double |
normalize(double value,
double lb,
double ub)
Normalize a double value.
|
normalize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOperatorType
public double normalize(double value, double lb, double ub)
NormalizeDoubleElementwise
normalize
in class NormalizeDoubleElementwise
value
- the value to be normalizedlb
- the lower boundub
- the upper bound