Package org.opt4j.operator.algebra
package org.opt4j.operator.algebra
Provides the classes for the algebra operator for genotypes.
This operator performs simple linear algebra to to double vectors.
The Algebra operator can only be applied to vectors of doubles, thus,
the DoubleGenotype.
- See Also:
-
ClassDescriptionThe
Algebraoperator.TheAlgebraDoubleforDoubleGenotype.TheAlgebraGenericImplementationis a standard implementation of theAlgebrainterface.TheDivdivides two terms.TheTerminterface.TheVarreturns a double value.