Uses of Interface
net.bmahe.genetics4j.core.spec.SelectionPolicyHandlerFactory
Packages that use SelectionPolicyHandlerFactory
Package
Description
-
Uses of SelectionPolicyHandlerFactory in net.bmahe.genetics4j.core.spec
Fields in net.bmahe.genetics4j.core.spec with type parameters of type SelectionPolicyHandlerFactoryModifier and TypeFieldDescriptionprivate List
<SelectionPolicyHandlerFactory<T>> ImmutableEAExecutionContext.Builder.selectionPolicyHandlerFactories
private final List
<SelectionPolicyHandlerFactory<T>> ImmutableEAExecutionContext.selectionPolicyHandlerFactories
Methods in net.bmahe.genetics4j.core.spec that return types with arguments of type SelectionPolicyHandlerFactoryModifier and TypeMethodDescriptionabstract List
<SelectionPolicyHandlerFactory<T>> AbstractEAExecutionContext.selectionPolicyHandlerFactories()
ImmutableEAExecutionContext.selectionPolicyHandlerFactories()
Methods in net.bmahe.genetics4j.core.spec with parameters of type SelectionPolicyHandlerFactoryModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addSelectionPolicyHandlerFactories
(SelectionPolicyHandlerFactory<T> element) Adds one element toselectionPolicyHandlerFactories
list.ImmutableEAExecutionContext.Builder.addSelectionPolicyHandlerFactories
(SelectionPolicyHandlerFactory<T>... elements) Adds elements toselectionPolicyHandlerFactories
list.final ImmutableEAExecutionContext
<T> ImmutableEAExecutionContext.withSelectionPolicyHandlerFactories
(SelectionPolicyHandlerFactory<T>... elements) Copy the current immutable object with elements that replace the content ofselectionPolicyHandlerFactories
.Method parameters in net.bmahe.genetics4j.core.spec with type arguments of type SelectionPolicyHandlerFactoryModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addAllSelectionPolicyHandlerFactories
(Iterable<? extends SelectionPolicyHandlerFactory<T>> elements) Adds elements toselectionPolicyHandlerFactories
list.ImmutableEAExecutionContext.Builder.selectionPolicyHandlerFactories
(Iterable<? extends SelectionPolicyHandlerFactory<T>> elements) Sets or replaces all elements forselectionPolicyHandlerFactories
list.final ImmutableEAExecutionContext
<T> ImmutableEAExecutionContext.withSelectionPolicyHandlerFactories
(Iterable<? extends SelectionPolicyHandlerFactory<T>> elements) Copy the current immutable object with elements that replace the content ofselectionPolicyHandlerFactories
. -
Uses of SelectionPolicyHandlerFactory in net.bmahe.genetics4j.gpu.spec
Fields in net.bmahe.genetics4j.gpu.spec with type parameters of type SelectionPolicyHandlerFactoryModifier and TypeFieldDescriptionprivate List
<SelectionPolicyHandlerFactory<T>> ImmutableGPUEAExecutionContext.Builder.selectionPolicyHandlerFactories
private final List
<SelectionPolicyHandlerFactory<T>> ImmutableGPUEAExecutionContext.selectionPolicyHandlerFactories
Methods in net.bmahe.genetics4j.gpu.spec that return types with arguments of type SelectionPolicyHandlerFactoryModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.selectionPolicyHandlerFactories()
Methods in net.bmahe.genetics4j.gpu.spec with parameters of type SelectionPolicyHandlerFactoryModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addSelectionPolicyHandlerFactories
(SelectionPolicyHandlerFactory<T> element) Adds one element toselectionPolicyHandlerFactories
list.ImmutableGPUEAExecutionContext.Builder.addSelectionPolicyHandlerFactories
(SelectionPolicyHandlerFactory<T>... elements) Adds elements toselectionPolicyHandlerFactories
list.final ImmutableGPUEAExecutionContext
<T> ImmutableGPUEAExecutionContext.withSelectionPolicyHandlerFactories
(SelectionPolicyHandlerFactory<T>... elements) Copy the current immutable object with elements that replace the content ofselectionPolicyHandlerFactories
.Method parameters in net.bmahe.genetics4j.gpu.spec with type arguments of type SelectionPolicyHandlerFactoryModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addAllSelectionPolicyHandlerFactories
(Iterable<? extends SelectionPolicyHandlerFactory<T>> elements) Adds elements toselectionPolicyHandlerFactories
list.ImmutableGPUEAExecutionContext.Builder.selectionPolicyHandlerFactories
(Iterable<? extends SelectionPolicyHandlerFactory<T>> elements) Sets or replaces all elements forselectionPolicyHandlerFactories
list.final ImmutableGPUEAExecutionContext
<T> ImmutableGPUEAExecutionContext.withSelectionPolicyHandlerFactories
(Iterable<? extends SelectionPolicyHandlerFactory<T>> elements) Copy the current immutable object with elements that replace the content ofselectionPolicyHandlerFactories
. -
Uses of SelectionPolicyHandlerFactory in net.bmahe.genetics4j.moo.nsga2.impl
Classes in net.bmahe.genetics4j.moo.nsga2.impl that implement SelectionPolicyHandlerFactoryModifier and TypeClassDescriptionclass
NSGA2SelectionPolicyHandlerFactory<T extends Comparable<T>>
class
TournamentNSGA2SelectionPolicyHandlerFactory<T extends Comparable<T>>