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
public interface Algebra<G extends Genotype> extends Operator<G>
The
Algebra
operator. By default this class is implemented by theAlgebraDouble
.Since the operator method is accepting
varargs
it cannot be parameterized for each genotype.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description G
algebra(Term term, Genotype... genotypes)
-