Package org.opt4j.operator.normalize
Class NormalizeDoubleMirror
java.lang.Object
org.opt4j.operator.normalize.NormalizeDoubleElementwise
org.opt4j.operator.normalize.NormalizeDoubleMirror
- All Implemented Interfaces:
Operator<DoubleGenotype>,Normalize<DoubleGenotype>,NormalizeDouble
The
NormalizeDoubleMirror normalizes the DoubleGenotype by
mirroring the values on the borders if the bounds are violated.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublenormalize(double value, double lb, double ub) Normalize a double value.Methods inherited from class org.opt4j.operator.normalize.NormalizeDoubleElementwise
normalize
-
Constructor Details
-
NormalizeDoubleMirror
public NormalizeDoubleMirror()
-
-
Method Details
-
normalize
public double normalize(double value, double lb, double ub) Description copied from class:NormalizeDoubleElementwiseNormalize a double value.- Specified by:
normalizein classNormalizeDoubleElementwise- Parameters:
value- the value to be normalizedlb- the lower boundub- the upper bound- Returns:
- a normalize value in the bounds
-