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.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.creepmutation
Classes in net.bmahe.genetics4j.core.mutation.chromosome.creepmutation that implement ChromosomeMutationHandlerModifier and TypeClassDescriptionclassclassclass -
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutation.chromosome.randommutation
Classes in net.bmahe.genetics4j.core.mutation.chromosome.randommutation that implement ChromosomeMutationHandlerModifier and TypeClassDescriptionclassclassclassclass -
Uses of ChromosomeMutationHandler in net.bmahe.genetics4j.core.mutation.chromosome.swapmutation
Classes in net.bmahe.genetics4j.core.mutation.chromosome.swapmutation that implement ChromosomeMutationHandlerModifier and TypeClassDescriptionclassclassclassclass -
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.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.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.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.chromosome
Classes 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