Uses of Interface
net.bmahe.genetics4j.core.mutation.chromosome.ChromosomeMutationHandler
Packages that use ChromosomeMutationHandler
Package
Description
-
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutation
Fields in net.bmahe.genetics4j.core.mutation declared as ChromosomeMutationHandlerModifier and TypeFieldDescriptionprivate final ChromosomeMutationHandler<? extends Chromosome>[]
GenericMutatorImpl.chromosomeMutationHandlers
Constructors in net.bmahe.genetics4j.core.mutation with parameters of type ChromosomeMutationHandlerModifierConstructorDescriptionGenericMutatorImpl
(RandomGenerator _randomGenerator, ChromosomeMutationHandler<? extends Chromosome>[] _chromosomeMutationHandlers, MutationPolicy _mutationPolicy, double _populationMutationProbability) -
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutation.chromosome.creepmutation
Classes in net.bmahe.genetics4j.core.mutation.chromosome.creepmutation that implement ChromosomeMutationHandlerModifier and TypeClassDescriptionclass
class
class
-
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutation.chromosome.randommutation
Classes in net.bmahe.genetics4j.core.mutation.chromosome.randommutation that implement ChromosomeMutationHandlerModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutation.chromosome.swapmutation
Classes in net.bmahe.genetics4j.core.mutation.chromosome.swapmutation that implement ChromosomeMutationHandlerModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.spec
Fields in net.bmahe.genetics4j.core.spec with type parameters of type ChromosomeMutationHandlerModifier and TypeFieldDescriptionprivate final List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.chromosomeMutationPolicyHandlers
private List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.InitShim.chromosomeMutationPolicyHandlers
private List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.Builder.defaultChromosomeMutationPolicyHandlers
private final List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.defaultChromosomeMutationPolicyHandlers
private List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.InitShim.defaultChromosomeMutationPolicyHandlers
Methods in net.bmahe.genetics4j.core.spec that return types with arguments of type ChromosomeMutationHandlerModifier and TypeMethodDescriptionList
<ChromosomeMutationHandler<? extends Chromosome>> AbstractEAExecutionContext.chromosomeMutationPolicyHandlers()
List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.chromosomeMutationPolicyHandlers()
(package private) List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.InitShim.chromosomeMutationPolicyHandlers()
List
<ChromosomeMutationHandler<? extends Chromosome>> AbstractEAExecutionContext.defaultChromosomeMutationPolicyHandlers()
List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.defaultChromosomeMutationPolicyHandlers()
(package private) List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.InitShim.defaultChromosomeMutationPolicyHandlers()
Methods in net.bmahe.genetics4j.core.spec with parameters of type ChromosomeMutationHandlerModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addDefaultChromosomeMutationPolicyHandlers
(ChromosomeMutationHandler<? extends Chromosome> element) Adds one element todefaultChromosomeMutationPolicyHandlers
list.ImmutableEAExecutionContext.Builder.addDefaultChromosomeMutationPolicyHandlers
(ChromosomeMutationHandler<? extends Chromosome>... elements) Adds elements todefaultChromosomeMutationPolicyHandlers
list.final ImmutableEAExecutionContext
<T> ImmutableEAExecutionContext.withDefaultChromosomeMutationPolicyHandlers
(ChromosomeMutationHandler<? extends Chromosome>... elements) Copy the current immutable object with elements that replace the content ofdefaultChromosomeMutationPolicyHandlers
.Method parameters in net.bmahe.genetics4j.core.spec with type arguments of type ChromosomeMutationHandlerModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addAllDefaultChromosomeMutationPolicyHandlers
(Iterable<? extends ChromosomeMutationHandler<? extends Chromosome>> elements) Adds elements todefaultChromosomeMutationPolicyHandlers
list.ImmutableEAExecutionContext.Builder.defaultChromosomeMutationPolicyHandlers
(Iterable<? extends ChromosomeMutationHandler<? extends Chromosome>> elements) Sets or replaces all elements fordefaultChromosomeMutationPolicyHandlers
list.(package private) void
ImmutableEAExecutionContext.InitShim.defaultChromosomeMutationPolicyHandlers
(List<ChromosomeMutationHandler<? extends Chromosome>> defaultChromosomeMutationPolicyHandlers) final ImmutableEAExecutionContext
<T> ImmutableEAExecutionContext.withDefaultChromosomeMutationPolicyHandlers
(Iterable<? extends ChromosomeMutationHandler<? extends Chromosome>> elements) Copy the current immutable object with elements that replace the content ofdefaultChromosomeMutationPolicyHandlers
. -
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.util
Methods in net.bmahe.genetics4j.core.util that return ChromosomeMutationHandlerModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ChromosomeMutationHandler<? extends Chromosome> ChromosomeResolverUtils.findMatchingChromosomeMutationPolicyHandler
(AbstractEAExecutionContext<T> eaExecutionContext, MutationPolicy mutationPolicy, ChromosomeSpec chromosomeSpec) static <T extends Comparable<T>>
ChromosomeMutationHandler<? extends Chromosome>[]ChromosomeResolverUtils.resolveChromosomeMutationHandlers
(AbstractEAExecutionContext<T> eaExecutionContext, AbstractEAConfiguration<T> eaConfiguration, MutationPolicy mutationPolicy) -
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.gpu.spec
Fields in net.bmahe.genetics4j.gpu.spec with type parameters of type ChromosomeMutationHandlerModifier and TypeFieldDescriptionprivate final List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.chromosomeMutationPolicyHandlers
private List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.InitShim.chromosomeMutationPolicyHandlers
private List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.Builder.defaultChromosomeMutationPolicyHandlers
private final List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.defaultChromosomeMutationPolicyHandlers
private List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.InitShim.defaultChromosomeMutationPolicyHandlers
Methods in net.bmahe.genetics4j.gpu.spec that return types with arguments of type ChromosomeMutationHandlerModifier and TypeMethodDescriptionList
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.chromosomeMutationPolicyHandlers()
(package private) List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.InitShim.chromosomeMutationPolicyHandlers()
List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.defaultChromosomeMutationPolicyHandlers()
(package private) List
<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.InitShim.defaultChromosomeMutationPolicyHandlers()
Methods in net.bmahe.genetics4j.gpu.spec with parameters of type ChromosomeMutationHandlerModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addDefaultChromosomeMutationPolicyHandlers
(ChromosomeMutationHandler<? extends Chromosome> element) Adds one element todefaultChromosomeMutationPolicyHandlers
list.ImmutableGPUEAExecutionContext.Builder.addDefaultChromosomeMutationPolicyHandlers
(ChromosomeMutationHandler<? extends Chromosome>... elements) Adds elements todefaultChromosomeMutationPolicyHandlers
list.final ImmutableGPUEAExecutionContext
<T> ImmutableGPUEAExecutionContext.withDefaultChromosomeMutationPolicyHandlers
(ChromosomeMutationHandler<? extends Chromosome>... elements) Copy the current immutable object with elements that replace the content ofdefaultChromosomeMutationPolicyHandlers
.Method parameters in net.bmahe.genetics4j.gpu.spec with type arguments of type ChromosomeMutationHandlerModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addAllDefaultChromosomeMutationPolicyHandlers
(Iterable<? extends ChromosomeMutationHandler<? extends Chromosome>> elements) Adds elements todefaultChromosomeMutationPolicyHandlers
list.ImmutableGPUEAExecutionContext.Builder.defaultChromosomeMutationPolicyHandlers
(Iterable<? extends ChromosomeMutationHandler<? extends Chromosome>> elements) Sets or replaces all elements fordefaultChromosomeMutationPolicyHandlers
list.(package private) void
ImmutableGPUEAExecutionContext.InitShim.defaultChromosomeMutationPolicyHandlers
(List<ChromosomeMutationHandler<? extends Chromosome>> defaultChromosomeMutationPolicyHandlers) final ImmutableGPUEAExecutionContext
<T> ImmutableGPUEAExecutionContext.withDefaultChromosomeMutationPolicyHandlers
(Iterable<? extends ChromosomeMutationHandler<? extends Chromosome>> elements) Copy the current immutable object with elements that replace the content ofdefaultChromosomeMutationPolicyHandlers
. -
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.neat.mutation.chromosome
Classes in net.bmahe.genetics4j.neat.mutation.chromosome that implement ChromosomeMutationHandlerModifier and TypeClassDescriptionclass
class
Chromosome mutation handler that adds new connections to NEAT (NeuroEvolution of Augmenting Topologies) neural networks.class
class
class
class
class
class
class