Package org.aksw.deer.learning.genetic
Interface Recombinator
-
- All Known Implementing Classes:
DefaultRecombinator,SemanticRecombinator
public interface Recombinator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Genotype[]recombinate(Genotype parentA, Genotype parentB)
-