Uses of Class
org.aksw.deer.learning.genetic.Genotype
Packages that use Genotype
-
Uses of Genotype in org.aksw.deer.learning.genetic
Subclasses of Genotype in org.aksw.deer.learning.geneticMethods in org.aksw.deer.learning.genetic that return GenotypeModifier and TypeMethodDescriptionPopulation.getRandomGenotype()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 GenotypeModifier and TypeMethodDescriptionprotected abstract voidprotected voidprotected voidprotected voidprotected voidprotected voidGenotype[]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 GenotypeModifier and TypeMethodDescriptionvoidPopulation.fillPopulation(int limit, Supplier<Genotype> genotypeSupplier)Population.getMutatedPopulation(Supplier<Mutator> mutator, double mutationProbability, double mutationRate, Predicate<Genotype> exclude)voidPopulation.importPopulation(int limit, Supplier<Collection<Genotype>> genotypeSupplier)Constructors in org.aksw.deer.learning.genetic with parameters of type Genotype