Package org.aksw.deer.learning.genetic
Interface Mutator
-
- All Known Implementing Classes:
AbstractMutator,AllMutator,InputsMutator,OperatorMutator,SemanticMutator,SimpleSemanticMutator
public interface Mutator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Genotypemutate(Genotype original, double mutationRate)
-