Package org.opt4j.operator.algebra
Interface Algebra<G extends Genotype>
- Type Parameters:
G
- the type of genotype
- All Superinterfaces:
Operator<G>
- All Known Implementing Classes:
AlgebraDouble
,AlgebraGenericImplementation
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.
-
Method Summary
-
Method Details
-
algebra
- Parameters:
term
- the termgenotypes
- the genotypes- Returns:
- the resulting genotype
-