Uses of Class
org.aksw.deer.learning.genetic.Genotype
-
Packages that use Genotype Package Description org.aksw.deer.learning.genetic -
-
Uses of Genotype in org.aksw.deer.learning.genetic
Subclasses of Genotype in org.aksw.deer.learning.genetic Modifier and Type Class Description classRandomGenotypeMethods in org.aksw.deer.learning.genetic that return Genotype Modifier and Type Method Description GenotypePopulation. getRandomGenotype()GenotypeAbstractMutator. mutate(Genotype original, double mutationRate)GenotypeMutator. mutate(Genotype original, double mutationRate)Genotype[]DefaultRecombinator. recombinate(Genotype parentA, Genotype parentB)Genotype[]Recombinator. recombinate(Genotype parentA, Genotype parentB)Genotype[]SemanticRecombinator. recombinate(Genotype parentA, Genotype parentB)Methods in org.aksw.deer.learning.genetic with parameters of type Genotype Modifier and Type Method Description GenotypeAbstractMutator. mutate(Genotype original, double mutationRate)GenotypeMutator. mutate(Genotype original, double mutationRate)protected abstract voidAbstractMutator. mutateRow(Genotype g, int i)protected voidAllMutator. mutateRow(Genotype g, int i)protected voidInputsMutator. mutateRow(Genotype g, int i)protected voidOperatorMutator. mutateRow(Genotype g, int i)protected voidSemanticMutator. mutateRow(Genotype g, int i)protected voidSimpleSemanticMutator. mutateRow(Genotype g, int i)Genotype[]DefaultRecombinator. recombinate(Genotype parentA, Genotype parentB)Genotype[]Recombinator. recombinate(Genotype parentA, Genotype parentB)Genotype[]SemanticRecombinator. recombinate(Genotype parentA, Genotype parentB)Method parameters in org.aksw.deer.learning.genetic with type arguments of type Genotype Modifier and Type Method Description voidPopulation. fillPopulation(int limit, java.util.function.Supplier<Genotype> genotypeSupplier)PopulationPopulation. getMutatedPopulation(java.util.function.Supplier<Mutator> mutator, double mutationProbability, double mutationRate, java.util.function.Predicate<Genotype> exclude)voidPopulation. importPopulation(int limit, java.util.function.Supplier<java.util.Collection<Genotype>> genotypeSupplier)Constructors in org.aksw.deer.learning.genetic with parameters of type Genotype Constructor Description Genotype(Genotype other)
-