Uses of Class
net.bmahe.genetics4j.neat.Species
Packages that use Species
-
Uses of Species in net.bmahe.genetics4j.neat
Methods in net.bmahe.genetics4j.neat that return types with arguments of type SpeciesModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
List<Species<T>> NeatUtils.speciate
(RandomGenerator random, SpeciesIdGenerator speciesIdGenerator, List<Species<T>> seedSpecies, Population<T> population, BiPredicate<Individual<T>, Individual<T>> speciesPredicate) Method parameters in net.bmahe.genetics4j.neat with type arguments of type SpeciesModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
List<Species<T>> NeatUtils.speciate
(RandomGenerator random, SpeciesIdGenerator speciesIdGenerator, List<Species<T>> seedSpecies, Population<T> population, BiPredicate<Individual<T>, Individual<T>> speciesPredicate) -
Uses of Species in net.bmahe.genetics4j.neat.selection
Fields in net.bmahe.genetics4j.neat.selection with type parameters of type SpeciesMethods in net.bmahe.genetics4j.neat.selection that return SpeciesModifier and TypeMethodDescriptionNeatSelectorImpl.trimSpecies
(Species<T> species, Comparator<Individual<T>> comparator, int minSpeciesSize, float perSpeciesKeepRatio) Methods in net.bmahe.genetics4j.neat.selection that return types with arguments of type SpeciesModifier and TypeMethodDescriptionNeatSelectorImpl.eliminateLowestPerformers
(AbstractEAConfiguration<T> eaConfiguration, List<Species<T>> allSpecies) Methods in net.bmahe.genetics4j.neat.selection with parameters of type SpeciesModifier and TypeMethodDescriptionNeatSelectorImpl.trimSpecies
(Species<T> species, Comparator<Individual<T>> comparator, int minSpeciesSize, float perSpeciesKeepRatio) Method parameters in net.bmahe.genetics4j.neat.selection with type arguments of type SpeciesModifier and TypeMethodDescriptionNeatSelectorImpl.eliminateLowestPerformers
(AbstractEAConfiguration<T> eaConfiguration, List<Species<T>> allSpecies)