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
Algebra
operator.TheAlgebraDouble
forDoubleGenotype
.TheAlgebraGenericImplementation
is a standard implementation of theAlgebra
interface.TheDiv
divides two terms.TheTerm
interface.TheVar
returns a double value.