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.selectionPolicyHandlerFactoriesprivate final List<SelectionPolicyHandlerFactory<T>> ImmutableEAExecutionContext.selectionPolicyHandlerFactoriesMethods 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 toselectionPolicyHandlerFactorieslist.ImmutableEAExecutionContext.Builder.addSelectionPolicyHandlerFactories(SelectionPolicyHandlerFactory<T>... elements) Adds elements toselectionPolicyHandlerFactorieslist.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 toselectionPolicyHandlerFactorieslist.ImmutableEAExecutionContext.Builder.selectionPolicyHandlerFactories(Iterable<? extends SelectionPolicyHandlerFactory<T>> elements) Sets or replaces all elements forselectionPolicyHandlerFactorieslist.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.gp.selection
Classes in net.bmahe.genetics4j.gp.selection that implement SelectionPolicyHandlerFactoryModifier and TypeClassDescriptionclassDoubleTournamentPolicyHandlerFactory<T extends Comparable<T>> -
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.selectionPolicyHandlerFactoriesprivate final List<SelectionPolicyHandlerFactory<T>> ImmutableGPUEAExecutionContext.selectionPolicyHandlerFactoriesMethods 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 toselectionPolicyHandlerFactorieslist.ImmutableGPUEAExecutionContext.Builder.addSelectionPolicyHandlerFactories(SelectionPolicyHandlerFactory<T>... elements) Adds elements toselectionPolicyHandlerFactorieslist.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 toselectionPolicyHandlerFactorieslist.ImmutableGPUEAExecutionContext.Builder.selectionPolicyHandlerFactories(Iterable<? extends SelectionPolicyHandlerFactory<T>> elements) Sets or replaces all elements forselectionPolicyHandlerFactorieslist.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 TypeClassDescriptionclassNSGA2SelectionPolicyHandlerFactory<T extends Comparable<T>>classTournamentNSGA2SelectionPolicyHandlerFactory<T extends Comparable<T>>