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
Algebraoperator. By default this class is implemented by theAlgebraDouble.Since the operator method is accepting
varargsit cannot be parameterized for each genotype.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Galgebra(Term term, Genotype... genotypes)
-