Uses of Interface
net.bmahe.genetics4j.core.mutation.chromosome.ChromosomeMutationHandlerFactory
Packages that use ChromosomeMutationHandlerFactory
-
Uses of ChromosomeMutationHandlerFactory in net.bmahe.genetics4j.core.spec
Fields in net.bmahe.genetics4j.core.spec with type parameters of type ChromosomeMutationHandlerFactoryModifier and TypeFieldDescriptionprivate List
<ChromosomeMutationHandlerFactory<T>> ImmutableEAExecutionContext.Builder.chromosomeMutationPolicyHandlerFactories
private final List
<ChromosomeMutationHandlerFactory<T>> ImmutableEAExecutionContext.chromosomeMutationPolicyHandlerFactories
Methods in net.bmahe.genetics4j.core.spec that return types with arguments of type ChromosomeMutationHandlerFactoryModifier and TypeMethodDescriptionabstract List
<ChromosomeMutationHandlerFactory<T>> AbstractEAExecutionContext.chromosomeMutationPolicyHandlerFactories()
ImmutableEAExecutionContext.chromosomeMutationPolicyHandlerFactories()
Methods in net.bmahe.genetics4j.core.spec with parameters of type ChromosomeMutationHandlerFactoryModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addChromosomeMutationPolicyHandlerFactories
(ChromosomeMutationHandlerFactory<T> element) Adds one element tochromosomeMutationPolicyHandlerFactories
list.ImmutableEAExecutionContext.Builder.addChromosomeMutationPolicyHandlerFactories
(ChromosomeMutationHandlerFactory<T>... elements) Adds elements tochromosomeMutationPolicyHandlerFactories
list.final ImmutableEAExecutionContext
<T> ImmutableEAExecutionContext.withChromosomeMutationPolicyHandlerFactories
(ChromosomeMutationHandlerFactory<T>... elements) Copy the current immutable object with elements that replace the content ofchromosomeMutationPolicyHandlerFactories
.Method parameters in net.bmahe.genetics4j.core.spec with type arguments of type ChromosomeMutationHandlerFactoryModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addAllChromosomeMutationPolicyHandlerFactories
(Iterable<? extends ChromosomeMutationHandlerFactory<T>> elements) Adds elements tochromosomeMutationPolicyHandlerFactories
list.ImmutableEAExecutionContext.Builder.chromosomeMutationPolicyHandlerFactories
(Iterable<? extends ChromosomeMutationHandlerFactory<T>> elements) Sets or replaces all elements forchromosomeMutationPolicyHandlerFactories
list.final ImmutableEAExecutionContext
<T> ImmutableEAExecutionContext.withChromosomeMutationPolicyHandlerFactories
(Iterable<? extends ChromosomeMutationHandlerFactory<T>> elements) Copy the current immutable object with elements that replace the content ofchromosomeMutationPolicyHandlerFactories
. -
Uses of ChromosomeMutationHandlerFactory in net.bmahe.genetics4j.gpu.spec
Fields in net.bmahe.genetics4j.gpu.spec with type parameters of type ChromosomeMutationHandlerFactoryModifier and TypeFieldDescriptionprivate List
<ChromosomeMutationHandlerFactory<T>> ImmutableGPUEAExecutionContext.Builder.chromosomeMutationPolicyHandlerFactories
private final List
<ChromosomeMutationHandlerFactory<T>> ImmutableGPUEAExecutionContext.chromosomeMutationPolicyHandlerFactories
Methods in net.bmahe.genetics4j.gpu.spec that return types with arguments of type ChromosomeMutationHandlerFactoryModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.chromosomeMutationPolicyHandlerFactories()
Methods in net.bmahe.genetics4j.gpu.spec with parameters of type ChromosomeMutationHandlerFactoryModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addChromosomeMutationPolicyHandlerFactories
(ChromosomeMutationHandlerFactory<T> element) Adds one element tochromosomeMutationPolicyHandlerFactories
list.ImmutableGPUEAExecutionContext.Builder.addChromosomeMutationPolicyHandlerFactories
(ChromosomeMutationHandlerFactory<T>... elements) Adds elements tochromosomeMutationPolicyHandlerFactories
list.final ImmutableGPUEAExecutionContext
<T> ImmutableGPUEAExecutionContext.withChromosomeMutationPolicyHandlerFactories
(ChromosomeMutationHandlerFactory<T>... elements) Copy the current immutable object with elements that replace the content ofchromosomeMutationPolicyHandlerFactories
.Method parameters in net.bmahe.genetics4j.gpu.spec with type arguments of type ChromosomeMutationHandlerFactoryModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addAllChromosomeMutationPolicyHandlerFactories
(Iterable<? extends ChromosomeMutationHandlerFactory<T>> elements) Adds elements tochromosomeMutationPolicyHandlerFactories
list.ImmutableGPUEAExecutionContext.Builder.chromosomeMutationPolicyHandlerFactories
(Iterable<? extends ChromosomeMutationHandlerFactory<T>> elements) Sets or replaces all elements forchromosomeMutationPolicyHandlerFactories
list.final ImmutableGPUEAExecutionContext
<T> ImmutableGPUEAExecutionContext.withChromosomeMutationPolicyHandlerFactories
(Iterable<? extends ChromosomeMutationHandlerFactory<T>> elements) Copy the current immutable object with elements that replace the content ofchromosomeMutationPolicyHandlerFactories
.