Uses of Class
net.bmahe.genetics4j.neat.Species
-
Uses of Species in net.bmahe.genetics4j.neat
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionNeatSelectorImpl.trimSpecies
(Species<T> species, Comparator<Individual<T>> comparator, int minSpeciesSize, float perSpeciesKeepRatio) Modifier and TypeMethodDescriptionNeatSelectorImpl.eliminateLowestPerformers
(AbstractEAConfiguration<T> eaConfiguration, List<Species<T>> allSpecies) Modifier and TypeMethodDescriptionNeatSelectorImpl.trimSpecies
(Species<T> species, Comparator<Individual<T>> comparator, int minSpeciesSize, float perSpeciesKeepRatio) Modifier and TypeMethodDescriptionNeatSelectorImpl.eliminateLowestPerformers
(AbstractEAConfiguration<T> eaConfiguration, List<Species<T>> allSpecies)