Uses of Interface
net.bmahe.genetics4j.core.mutation.chromosome.ChromosomeMutationHandler
Packages that use ChromosomeMutationHandler
Package
Description
- 
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutationFields in net.bmahe.genetics4j.core.mutation declared as ChromosomeMutationHandlerModifier and TypeFieldDescriptionprivate final ChromosomeMutationHandler<? extends Chromosome>[]GenericMutatorImpl.chromosomeMutationHandlersConstructors 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.creepmutationClasses in net.bmahe.genetics4j.core.mutation.chromosome.creepmutation that implement ChromosomeMutationHandlerModifier and TypeClassDescriptionclassclassclass
- 
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutation.chromosome.randommutationClasses in net.bmahe.genetics4j.core.mutation.chromosome.randommutation that implement ChromosomeMutationHandlerModifier and TypeClassDescriptionclassclassclassclass
- 
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutation.chromosome.swapmutationClasses in net.bmahe.genetics4j.core.mutation.chromosome.swapmutation that implement ChromosomeMutationHandlerModifier and TypeClassDescriptionclassclassclassclass
- 
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.specFields in net.bmahe.genetics4j.core.spec with type parameters of type ChromosomeMutationHandlerModifier and TypeFieldDescriptionprivate final List<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.chromosomeMutationPolicyHandlersprivate List<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.InitShim.chromosomeMutationPolicyHandlersprivate List<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.Builder.defaultChromosomeMutationPolicyHandlersprivate final List<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.defaultChromosomeMutationPolicyHandlersprivate List<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.InitShim.defaultChromosomeMutationPolicyHandlersMethods 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()Default list of ChromosomeMutationPolicyHandlerList<ChromosomeMutationHandler<? extends Chromosome>> ImmutableEAExecutionContext.defaultChromosomeMutationPolicyHandlers()Default list of ChromosomeMutationPolicyHandler(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 todefaultChromosomeMutationPolicyHandlerslist.ImmutableEAExecutionContext.Builder.addDefaultChromosomeMutationPolicyHandlers(ChromosomeMutationHandler<? extends Chromosome>... elements) Adds elements todefaultChromosomeMutationPolicyHandlerslist.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 todefaultChromosomeMutationPolicyHandlerslist.ImmutableEAExecutionContext.Builder.defaultChromosomeMutationPolicyHandlers(Iterable<? extends ChromosomeMutationHandler<? extends Chromosome>> elements) Sets or replaces all elements fordefaultChromosomeMutationPolicyHandlerslist.(package private) voidImmutableEAExecutionContext.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.utilMethods 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.specFields in net.bmahe.genetics4j.gpu.spec with type parameters of type ChromosomeMutationHandlerModifier and TypeFieldDescriptionprivate final List<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.chromosomeMutationPolicyHandlersprivate List<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.InitShim.chromosomeMutationPolicyHandlersprivate List<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.Builder.defaultChromosomeMutationPolicyHandlersprivate final List<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.defaultChromosomeMutationPolicyHandlersprivate List<ChromosomeMutationHandler<? extends Chromosome>> ImmutableGPUEAExecutionContext.InitShim.defaultChromosomeMutationPolicyHandlersMethods 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 todefaultChromosomeMutationPolicyHandlerslist.ImmutableGPUEAExecutionContext.Builder.addDefaultChromosomeMutationPolicyHandlers(ChromosomeMutationHandler<? extends Chromosome>... elements) Adds elements todefaultChromosomeMutationPolicyHandlerslist.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 todefaultChromosomeMutationPolicyHandlerslist.ImmutableGPUEAExecutionContext.Builder.defaultChromosomeMutationPolicyHandlers(Iterable<? extends ChromosomeMutationHandler<? extends Chromosome>> elements) Sets or replaces all elements fordefaultChromosomeMutationPolicyHandlerslist.(package private) voidImmutableGPUEAExecutionContext.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.chromosomeClasses in net.bmahe.genetics4j.neat.mutation.chromosome that implement ChromosomeMutationHandlerModifier and TypeClassDescriptionclassclassChromosome mutation handler that adds new connections to NEAT (NeuroEvolution of Augmenting Topologies) neural networks.classclassclassclassclassclassclass