Package org.opt4j.operator.algebra
Class AlgebraDouble
java.lang.Object
org.opt4j.operator.algebra.AlgebraDouble
- All Implemented Interfaces:
Operator<DoubleGenotype>
,Algebra<DoubleGenotype>
The
AlgebraDouble
for DoubleGenotype
.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
normalize
-
-
Constructor Details
-
AlgebraDouble
Constructs aAlgebraDouble
.- Parameters:
normalize
- the normalize operator for double values
-
-
Method Details
-
algebra
Description copied from interface:Algebra
- Specified by:
algebra
in interfaceAlgebra<DoubleGenotype>
- Parameters:
term
- the termgenotypes
- the genotypes- Returns:
- the resulting genotype
-