See: Description
| Interface | Description |
|---|---|
| Algebra<G extends Genotype> |
The
Algebra operator. |
| Term |
The
Term interface. |
| Class | Description |
|---|---|
| Add | |
| AlgebraDouble |
The
AlgebraDouble for DoubleGenotype. |
| AlgebraGenericImplementation |
The
AlgebraGenericImplementation is a standard implementation of the
Algebra interface. |
| Div |
The
Div divides two terms. |
| Index | |
| Mult | |
| Pow | |
| Sub | |
| Var |
The
Var returns a double value. |
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.
Algebra,
Term,
DoubleGenotype