Class SinglePointArithmetic
java.lang.Object
net.bmahe.genetics4j.core.spec.combination.SinglePointArithmetic
- All Implemented Interfaces:
CombinationPolicy
- Direct Known Subclasses:
ImmutableSinglePointArithmetic
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
alpha()
static SinglePointArithmetic
build()
static SinglePointArithmetic
of
(double alpha)
-
Field Details
-
DEFAULT_ALPHA
public static final double DEFAULT_ALPHA- See Also:
-
-
Constructor Details
-
SinglePointArithmetic
public SinglePointArithmetic()
-
-
Method Details
-
alpha
@Parameter @Default public double alpha() -
build
-
of
-