public abstract class NormalizeDoubleElementwise extends java.lang.Object implements NormalizeDouble
The NormalizeDoubleElementwise
normalizes DoubleGenotype
s
elementwise.
Constructor and Description |
---|
NormalizeDoubleElementwise() |
Modifier and Type | Method and Description |
---|---|
abstract double |
normalize(double value,
double lb,
double ub)
Normalize a double value.
|
void |
normalize(org.opt4j.core.genotype.DoubleGenotype genotype)
Normalizes the
Genotype . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOperatorType
public void normalize(org.opt4j.core.genotype.DoubleGenotype genotype)
Normalize
Genotype
.public abstract double normalize(double value, double lb, double ub)
value
- the value to be normalizedlb
- the lower boundub
- the upper bound