public class AlgebraDouble extends java.lang.Object implements Algebra<org.opt4j.core.genotype.DoubleGenotype>
AlgebraDouble
for DoubleGenotype
.Modifier and Type | Field and Description |
---|---|
protected NormalizeDouble |
normalize |
Constructor and Description |
---|
AlgebraDouble(NormalizeDouble normalize)
Constructs a
AlgebraDouble . |
Modifier and Type | Method and Description |
---|---|
org.opt4j.core.genotype.DoubleGenotype |
algebra(Term term,
org.opt4j.core.Genotype... genotypes)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOperatorType
protected final NormalizeDouble normalize
@Inject public AlgebraDouble(NormalizeDouble normalize)
AlgebraDouble
.normalize
- the normalize operator for double values