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:
Algebra,Term,DoubleGenotype
-
Interface Summary Interface Description Algebra<G extends Genotype> TheAlgebraoperator.Term TheTerminterface. -
Class Summary Class Description Add AlgebraDouble TheAlgebraDoubleforDoubleGenotype.AlgebraGenericImplementation TheAlgebraGenericImplementationis a standard implementation of theAlgebrainterface.Div TheDivdivides two terms.Index Mult Pow Sub Var TheVarreturns a double value.