Uses of Interface
net.bmahe.genetics4j.core.combination.ChromosomeCombinatorHandler
Packages that use ChromosomeCombinatorHandler
Package
Description
-
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination
Classes in net.bmahe.genetics4j.core.combination that implement ChromosomeCombinatorHandlerFields in net.bmahe.genetics4j.core.combination with type parameters of type ChromosomeCombinatorHandlerModifier and TypeFieldDescriptionprivate List
<ChromosomeCombinatorHandler<T>> ChromosomeCombinatorResolver.chromosomeCombinatorHandlers
-
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.erx
Classes in net.bmahe.genetics4j.core.combination.erx that implement ChromosomeCombinatorHandlerModifier and TypeClassDescriptionclass
EdgeRecombinationCrossoverHandler<T extends Comparable<T>>
-
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.multicombinations
Classes in net.bmahe.genetics4j.core.combination.multicombinations that implement ChromosomeCombinatorHandler -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.multipointarithmetic
Classes in net.bmahe.genetics4j.core.combination.multipointarithmetic that implement ChromosomeCombinatorHandlerModifier and TypeClassDescriptionclass
MultiPointArithmeticCombinationHandler<T extends Comparable<T>>
-
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.multipointcrossover
Classes in net.bmahe.genetics4j.core.combination.multipointcrossover that implement ChromosomeCombinatorHandlerModifier and TypeClassDescriptionclass
MultiPointCrossoverCombinationHandler<T extends Comparable<T>>
-
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.ordercrossover
Classes in net.bmahe.genetics4j.core.combination.ordercrossover that implement ChromosomeCombinatorHandler -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.singlepointarithmetic
Classes in net.bmahe.genetics4j.core.combination.singlepointarithmetic that implement ChromosomeCombinatorHandlerModifier and TypeClassDescriptionclass
SinglePointArithmeticCombinationHandler<T extends Comparable<T>>
-
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.combination.singlepointcrossover
Classes in net.bmahe.genetics4j.core.combination.singlepointcrossover that implement ChromosomeCombinatorHandler -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.core.spec
Fields in net.bmahe.genetics4j.core.spec with type parameters of type ChromosomeCombinatorHandlerModifier and TypeFieldDescriptionprivate final List
<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.chromosomeCombinatorHandlers
private List
<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.InitShim.chromosomeCombinatorHandlers
private List
<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.Builder.defaultChromosomeCombinatorHandlers
private final List
<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.defaultChromosomeCombinatorHandlers
private List
<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.InitShim.defaultChromosomeCombinatorHandlers
Methods in net.bmahe.genetics4j.core.spec that return types with arguments of type ChromosomeCombinatorHandlerModifier and TypeMethodDescriptionAbstractEAExecutionContext.chromosomeCombinatorHandlers()
ImmutableEAExecutionContext.chromosomeCombinatorHandlers()
(package private) List
<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.InitShim.chromosomeCombinatorHandlers()
AbstractEAExecutionContext.defaultChromosomeCombinatorHandlers()
ImmutableEAExecutionContext.defaultChromosomeCombinatorHandlers()
(package private) List
<ChromosomeCombinatorHandler<T>> ImmutableEAExecutionContext.InitShim.defaultChromosomeCombinatorHandlers()
Methods in net.bmahe.genetics4j.core.spec with parameters of type ChromosomeCombinatorHandlerModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addDefaultChromosomeCombinatorHandlers
(ChromosomeCombinatorHandler<T> element) Adds one element todefaultChromosomeCombinatorHandlers
list.ImmutableEAExecutionContext.Builder.addDefaultChromosomeCombinatorHandlers
(ChromosomeCombinatorHandler<T>... elements) Adds elements todefaultChromosomeCombinatorHandlers
list.final ImmutableEAExecutionContext
<T> ImmutableEAExecutionContext.withDefaultChromosomeCombinatorHandlers
(ChromosomeCombinatorHandler<T>... elements) Copy the current immutable object with elements that replace the content ofdefaultChromosomeCombinatorHandlers
.Method parameters in net.bmahe.genetics4j.core.spec with type arguments of type ChromosomeCombinatorHandlerModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addAllDefaultChromosomeCombinatorHandlers
(Iterable<? extends ChromosomeCombinatorHandler<T>> elements) Adds elements todefaultChromosomeCombinatorHandlers
list.ImmutableEAExecutionContext.Builder.defaultChromosomeCombinatorHandlers
(Iterable<? extends ChromosomeCombinatorHandler<T>> elements) Sets or replaces all elements fordefaultChromosomeCombinatorHandlers
list.(package private) void
ImmutableEAExecutionContext.InitShim.defaultChromosomeCombinatorHandlers
(List<ChromosomeCombinatorHandler<T>> defaultChromosomeCombinatorHandlers) final ImmutableEAExecutionContext
<T> ImmutableEAExecutionContext.withDefaultChromosomeCombinatorHandlers
(Iterable<? extends ChromosomeCombinatorHandler<T>> elements) Copy the current immutable object with elements that replace the content ofdefaultChromosomeCombinatorHandlers
.Constructor parameters in net.bmahe.genetics4j.core.spec with type arguments of type ChromosomeCombinatorHandlerModifierConstructorDescriptionprivate
ImmutableEAExecutionContext
(List<ChromosomeCombinatorHandler<T>> defaultChromosomeCombinatorHandlers, List<ChromosomeCombinatorHandlerFactory<T>> chromosomeCombinatorHandlerFactories, List<SelectionPolicyHandler<T>> defaultSelectionPolicyHandlers, List<SelectionPolicyHandlerFactory<T>> selectionPolicyHandlerFactories, List<MutationPolicyHandler<T>> defaultMutationPolicyHandlers, List<MutationPolicyHandlerFactory<T>> mutationPolicyHandlerFactories, List<ChromosomeMutationHandler<? extends Chromosome>> defaultChromosomeMutationPolicyHandlers, List<ChromosomeMutationHandlerFactory<T>> chromosomeMutationPolicyHandlerFactories, List<ReplacementStrategyHandler<T>> defaultReplacementStrategyHandlers, List<ReplacementStrategyHandlerFactory<T>> replacementStrategyHandlerFactories, RandomGenerator randomGenerator, int populationSize, ChromosomeFactoryProvider chromosomeFactoryProvider, List<EvolutionListener<T>> evolutionListeners, int numberOfPartitions) -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.gp.combination
Classes in net.bmahe.genetics4j.gp.combination that implement ChromosomeCombinatorHandler -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.gpu.spec
Fields in net.bmahe.genetics4j.gpu.spec with type parameters of type ChromosomeCombinatorHandlerModifier and TypeFieldDescriptionprivate final List
<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.chromosomeCombinatorHandlers
private List
<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.InitShim.chromosomeCombinatorHandlers
private List
<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.Builder.defaultChromosomeCombinatorHandlers
private final List
<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.defaultChromosomeCombinatorHandlers
private List
<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.InitShim.defaultChromosomeCombinatorHandlers
Methods in net.bmahe.genetics4j.gpu.spec that return types with arguments of type ChromosomeCombinatorHandlerModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.chromosomeCombinatorHandlers()
(package private) List
<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.InitShim.chromosomeCombinatorHandlers()
ImmutableGPUEAExecutionContext.defaultChromosomeCombinatorHandlers()
(package private) List
<ChromosomeCombinatorHandler<T>> ImmutableGPUEAExecutionContext.InitShim.defaultChromosomeCombinatorHandlers()
Methods in net.bmahe.genetics4j.gpu.spec with parameters of type ChromosomeCombinatorHandlerModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addDefaultChromosomeCombinatorHandlers
(ChromosomeCombinatorHandler<T> element) Adds one element todefaultChromosomeCombinatorHandlers
list.ImmutableGPUEAExecutionContext.Builder.addDefaultChromosomeCombinatorHandlers
(ChromosomeCombinatorHandler<T>... elements) Adds elements todefaultChromosomeCombinatorHandlers
list.final ImmutableGPUEAExecutionContext
<T> ImmutableGPUEAExecutionContext.withDefaultChromosomeCombinatorHandlers
(ChromosomeCombinatorHandler<T>... elements) Copy the current immutable object with elements that replace the content ofdefaultChromosomeCombinatorHandlers
.Method parameters in net.bmahe.genetics4j.gpu.spec with type arguments of type ChromosomeCombinatorHandlerModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addAllDefaultChromosomeCombinatorHandlers
(Iterable<? extends ChromosomeCombinatorHandler<T>> elements) Adds elements todefaultChromosomeCombinatorHandlers
list.ImmutableGPUEAExecutionContext.Builder.defaultChromosomeCombinatorHandlers
(Iterable<? extends ChromosomeCombinatorHandler<T>> elements) Sets or replaces all elements fordefaultChromosomeCombinatorHandlers
list.(package private) void
ImmutableGPUEAExecutionContext.InitShim.defaultChromosomeCombinatorHandlers
(List<ChromosomeCombinatorHandler<T>> defaultChromosomeCombinatorHandlers) final ImmutableGPUEAExecutionContext
<T> ImmutableGPUEAExecutionContext.withDefaultChromosomeCombinatorHandlers
(Iterable<? extends ChromosomeCombinatorHandler<T>> elements) Copy the current immutable object with elements that replace the content ofdefaultChromosomeCombinatorHandlers
.Constructor parameters in net.bmahe.genetics4j.gpu.spec with type arguments of type ChromosomeCombinatorHandlerModifierConstructorDescriptionprivate
ImmutableGPUEAExecutionContext
(List<ChromosomeCombinatorHandler<T>> defaultChromosomeCombinatorHandlers, List<ChromosomeCombinatorHandlerFactory<T>> chromosomeCombinatorHandlerFactories, List<SelectionPolicyHandler<T>> defaultSelectionPolicyHandlers, List<SelectionPolicyHandlerFactory<T>> selectionPolicyHandlerFactories, List<MutationPolicyHandler<T>> defaultMutationPolicyHandlers, List<MutationPolicyHandlerFactory<T>> mutationPolicyHandlerFactories, List<ChromosomeMutationHandler<? extends Chromosome>> defaultChromosomeMutationPolicyHandlers, List<ChromosomeMutationHandlerFactory<T>> chromosomeMutationPolicyHandlerFactories, List<ReplacementStrategyHandler<T>> defaultReplacementStrategyHandlers, List<ReplacementStrategyHandlerFactory<T>> replacementStrategyHandlerFactories, RandomGenerator randomGenerator, int populationSize, ChromosomeFactoryProvider chromosomeFactoryProvider, List<EvolutionListener<T>> evolutionListeners, Predicate<Platform> platformFilters, Predicate<Device> deviceFilters) -
Uses of ChromosomeCombinatorHandler in net.bmahe.genetics4j.neat.combination
Classes in net.bmahe.genetics4j.neat.combination that implement ChromosomeCombinatorHandler