Uses of Class
net.bmahe.genetics4j.neat.SpeciesIdGenerator
-
Uses of SpeciesIdGenerator in net.bmahe.genetics4j.neat
Modifier and TypeMethodDescriptionstatic <T extends Number & Comparable<T>>
ImmutableEAExecutionContext.Builder<T> NeatEAExecutionContexts.enrichWithNeat
(ImmutableEAExecutionContext.Builder<T> builder, InnovationManager innovationManager, SpeciesIdGenerator speciesIdGenerator, ChromosomeFactoryProvider chromosomeFactoryProvider) static <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 SpeciesIdGenerator in net.bmahe.genetics4j.neat.selection
Modifier and TypeFieldDescriptionprivate final SpeciesIdGenerator
NeatSelectionPolicyHandler.speciesIdGenerator
private final SpeciesIdGenerator
NeatSelectorImpl.speciesIdGenerator
ModifierConstructorDescriptionNeatSelectionPolicyHandler
(RandomGenerator _randomGenerator, SpeciesIdGenerator _speciesIdGenerator) NeatSelectorImpl
(RandomGenerator _randomGenerator, NeatSelection<T> _neatSelection, SpeciesIdGenerator _speciesIdGenerator, Selector<T> _speciesSelector)