Package org.opt4j.operators.algebra
Class AlgebraDouble
- java.lang.Object
-
- org.opt4j.operators.algebra.AlgebraDouble
-
- All Implemented Interfaces:
org.opt4j.core.optimizer.Operator<org.opt4j.core.genotype.DoubleGenotype>
,Algebra<org.opt4j.core.genotype.DoubleGenotype>
public class AlgebraDouble extends java.lang.Object implements Algebra<org.opt4j.core.genotype.DoubleGenotype>
TheAlgebraDouble
forDoubleGenotype
.
-
-
Field Summary
Fields Modifier and Type Field Description protected NormalizeDouble
normalize
-
Constructor Summary
Constructors Constructor Description AlgebraDouble(NormalizeDouble normalize)
Constructs aAlgebraDouble
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opt4j.core.genotype.DoubleGenotype
algebra(Term term, org.opt4j.core.Genotype... genotypes)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opt4j.operators.algebra.Algebra
getOperatorType
-
-
-
-
Field Detail
-
normalize
protected final NormalizeDouble normalize
-
-
Constructor Detail
-
AlgebraDouble
@Inject public AlgebraDouble(NormalizeDouble normalize)
Constructs aAlgebraDouble
.- Parameters:
normalize
- the normalize operator for double values
-
-