Uses of Interface
net.bmahe.genetics4j.core.selection.SelectionPolicyHandler
Packages that use SelectionPolicyHandler
Package
Description
-
Uses of SelectionPolicyHandler in net.bmahe.genetics4j.core.selection
Classes in net.bmahe.genetics4j.core.selection that implement SelectionPolicyHandlerModifier and TypeClassDescriptionclassMultiSelectionsPolicyHandler<T extends Comparable<T>>classMultiTournamentsSelectionPolicyHandler<T extends Comparable<T>>classProportionalTournamentSelectionPolicyHandler<T extends Comparable<T>>classRandomSelectionPolicyHandler<T extends Comparable<T>>classRouletteWheelSelectionPolicyHandler<T extends Number & Comparable<T>>classSelectAllPolicyHandler<T extends Comparable<T>>classSelectiveRefinementTournamentPolicyHandler<T extends Comparable<T>>classTournamentSelectionPolicyHandler<T extends Comparable<T>>Fields in net.bmahe.genetics4j.core.selection with type parameters of type SelectionPolicyHandlerModifier and TypeFieldDescriptionprivate final List<SelectionPolicyHandler<T>> SelectionPolicyHandlerResolver.selectionPolicyHandlersMethods in net.bmahe.genetics4j.core.selection that return SelectionPolicyHandlerModifier and TypeMethodDescriptionSelectionPolicyHandlerResolver.resolve(SelectionPolicy selectionPolicy) -
Uses of SelectionPolicyHandler in net.bmahe.genetics4j.core.spec
Fields in net.bmahe.genetics4j.core.spec with type parameters of type SelectionPolicyHandlerModifier and TypeFieldDescriptionprivate List<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.Builder.defaultSelectionPolicyHandlersprivate final List<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.defaultSelectionPolicyHandlersprivate List<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.InitShim.defaultSelectionPolicyHandlersprivate List<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.InitShim.selectionPolicyHandlersprivate final List<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.selectionPolicyHandlersMethods in net.bmahe.genetics4j.core.spec that return types with arguments of type SelectionPolicyHandlerModifier and TypeMethodDescriptionAbstractEAExecutionContext.defaultSelectionPolicyHandlers()Default list of SelectionPolicyHandlerImmutableEAExecutionContext.defaultSelectionPolicyHandlers()Default list of SelectionPolicyHandler(package private) List<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.InitShim.defaultSelectionPolicyHandlers()AbstractEAExecutionContext.selectionPolicyHandlers()(package private) List<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.InitShim.selectionPolicyHandlers()ImmutableEAExecutionContext.selectionPolicyHandlers()Methods in net.bmahe.genetics4j.core.spec with parameters of type SelectionPolicyHandlerModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addDefaultSelectionPolicyHandlers(SelectionPolicyHandler<T> element) Adds one element todefaultSelectionPolicyHandlerslist.ImmutableEAExecutionContext.Builder.addDefaultSelectionPolicyHandlers(SelectionPolicyHandler<T>... elements) Adds elements todefaultSelectionPolicyHandlerslist.final ImmutableEAExecutionContext<T> ImmutableEAExecutionContext.withDefaultSelectionPolicyHandlers(SelectionPolicyHandler<T>... elements) Copy the current immutable object with elements that replace the content ofdefaultSelectionPolicyHandlers.Method parameters in net.bmahe.genetics4j.core.spec with type arguments of type SelectionPolicyHandlerModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addAllDefaultSelectionPolicyHandlers(Iterable<? extends SelectionPolicyHandler<T>> elements) Adds elements todefaultSelectionPolicyHandlerslist.ImmutableEAExecutionContext.Builder.defaultSelectionPolicyHandlers(Iterable<? extends SelectionPolicyHandler<T>> elements) Sets or replaces all elements fordefaultSelectionPolicyHandlerslist.(package private) voidImmutableEAExecutionContext.InitShim.defaultSelectionPolicyHandlers(List<SelectionPolicyHandler<T>> defaultSelectionPolicyHandlers) final ImmutableEAExecutionContext<T> ImmutableEAExecutionContext.withDefaultSelectionPolicyHandlers(Iterable<? extends SelectionPolicyHandler<T>> elements) Copy the current immutable object with elements that replace the content ofdefaultSelectionPolicyHandlers. -
Uses of SelectionPolicyHandler in net.bmahe.genetics4j.gp.selection
Classes in net.bmahe.genetics4j.gp.selection that implement SelectionPolicyHandlerModifier and TypeClassDescriptionclassDoubleTournamentSelectionPolicyHandler<T extends Comparable<T>>Methods in net.bmahe.genetics4j.gp.selection that return SelectionPolicyHandlerModifier and TypeMethodDescriptionDoubleTournamentPolicyHandlerFactory.apply(AbstractEAExecutionContext<T> eaExecutionContext) -
Uses of SelectionPolicyHandler in net.bmahe.genetics4j.gpu.spec
Fields in net.bmahe.genetics4j.gpu.spec with type parameters of type SelectionPolicyHandlerModifier and TypeFieldDescriptionprivate List<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.Builder.defaultSelectionPolicyHandlersprivate final List<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.defaultSelectionPolicyHandlersprivate List<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.InitShim.defaultSelectionPolicyHandlersprivate List<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.InitShim.selectionPolicyHandlersprivate final List<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.selectionPolicyHandlersMethods in net.bmahe.genetics4j.gpu.spec that return types with arguments of type SelectionPolicyHandlerModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.defaultSelectionPolicyHandlers()(package private) List<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.InitShim.defaultSelectionPolicyHandlers()(package private) List<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.InitShim.selectionPolicyHandlers()ImmutableGPUEAExecutionContext.selectionPolicyHandlers()Methods in net.bmahe.genetics4j.gpu.spec with parameters of type SelectionPolicyHandlerModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addDefaultSelectionPolicyHandlers(SelectionPolicyHandler<T> element) Adds one element todefaultSelectionPolicyHandlerslist.ImmutableGPUEAExecutionContext.Builder.addDefaultSelectionPolicyHandlers(SelectionPolicyHandler<T>... elements) Adds elements todefaultSelectionPolicyHandlerslist.final ImmutableGPUEAExecutionContext<T> ImmutableGPUEAExecutionContext.withDefaultSelectionPolicyHandlers(SelectionPolicyHandler<T>... elements) Copy the current immutable object with elements that replace the content ofdefaultSelectionPolicyHandlers.Method parameters in net.bmahe.genetics4j.gpu.spec with type arguments of type SelectionPolicyHandlerModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addAllDefaultSelectionPolicyHandlers(Iterable<? extends SelectionPolicyHandler<T>> elements) Adds elements todefaultSelectionPolicyHandlerslist.ImmutableGPUEAExecutionContext.Builder.defaultSelectionPolicyHandlers(Iterable<? extends SelectionPolicyHandler<T>> elements) Sets or replaces all elements fordefaultSelectionPolicyHandlerslist.(package private) voidImmutableGPUEAExecutionContext.InitShim.defaultSelectionPolicyHandlers(List<SelectionPolicyHandler<T>> defaultSelectionPolicyHandlers) final ImmutableGPUEAExecutionContext<T> ImmutableGPUEAExecutionContext.withDefaultSelectionPolicyHandlers(Iterable<? extends SelectionPolicyHandler<T>> elements) Copy the current immutable object with elements that replace the content ofdefaultSelectionPolicyHandlers. -
Uses of SelectionPolicyHandler in net.bmahe.genetics4j.moo.nsga2.impl
Classes in net.bmahe.genetics4j.moo.nsga2.impl that implement SelectionPolicyHandlerModifier and TypeClassDescriptionclassNSGA2SelectionPolicyHandler<T extends Comparable<T>>classTournamentNSGA2SelectionPolicyHandler<T extends Comparable<T>>Methods in net.bmahe.genetics4j.moo.nsga2.impl that return SelectionPolicyHandlerModifier and TypeMethodDescriptionNSGA2SelectionPolicyHandlerFactory.apply(AbstractEAExecutionContext<T> abstractEAExecutionContext) TournamentNSGA2SelectionPolicyHandlerFactory.apply(AbstractEAExecutionContext<T> abstractEAExecutionContext) -
Uses of SelectionPolicyHandler in net.bmahe.genetics4j.neat.selection
Classes in net.bmahe.genetics4j.neat.selection that implement SelectionPolicyHandlerModifier and TypeClassDescriptionclassNeatSelectionPolicyHandler<T extends Number & Comparable<T>>Selection policy handler for NEAT (NeuroEvolution of Augmenting Topologies) species-based selection.