Uses of Interface
net.bmahe.genetics4j.core.mutation.chromosome.ChromosomeMutationHandler
Package
Description
-
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutation
Modifier and TypeFieldDescriptionprivate final ChromosomeMutationHandler<? extends Chromosome>[]
GenericMutatorImpl.chromosomeMutationHandlers
ModifierConstructorDescriptionGenericMutatorImpl
(RandomGenerator _randomGenerator, ChromosomeMutationHandler<? extends Chromosome>[] _chromosomeMutationHandlers, MutationPolicy _mutationPolicy, double _populationMutationProbability) -
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutation.chromosome.creepmutation
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutation.chromosome.randommutation
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutation.chromosome.swapmutation
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.spec
Modifier 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
Modifier 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()
Modifier 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
.Modifier 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
Modifier 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
Modifier 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
Modifier 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()
Modifier 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
.Modifier 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
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class