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> TheAlgebra
operator.Term TheTerm
interface. -
Class Summary Class Description Add AlgebraDouble TheAlgebraDouble
forDoubleGenotype
.AlgebraGenericImplementation TheAlgebraGenericImplementation
is a standard implementation of theAlgebra
interface.Div TheDiv
divides two terms.Index Mult Pow Sub Var TheVar
returns a double value.