G - the type of genotypepublic interface Algebra<G extends Genotype> extends Operator<G>
The Algebra operator. By default this class is implemented by the
AlgebraDouble.
Since the operator method is accepting varargs it cannot be
parameterized for each genotype.
| Modifier and Type | Method and Description |
|---|---|
G |
algebra(Term term,
Genotype... genotypes)
|