Uses of Interface
net.bmahe.genetics4j.core.selection.SelectionPolicyHandler
Package
Description
-
Uses of SelectionPolicyHandler in net.bmahe.genetics4j.core.selection
Modifier and TypeClassDescriptionclass
DoubleTournamentSelectionPolicyHandler<T extends Comparable<T>>
class
MultiSelectionsPolicyHandler<T extends Comparable<T>>
class
MultiTournamentsSelectionPolicyHandler<T extends Comparable<T>>
class
ProportionalTournamentSelectionPolicyHandler<T extends Comparable<T>>
class
RandomSelectionPolicyHandler<T extends Comparable<T>>
class
RouletteWheelSelectionPolicyHandler<T extends Number & Comparable<T>>
class
SelectAllPolicyHandler<T extends Comparable<T>>
class
TournamentSelectionPolicyHandler<T extends Comparable<T>>
Modifier and TypeFieldDescriptionprivate final List
<SelectionPolicyHandler<T>> SelectionPolicyHandlerResolver.selectionPolicyHandlers
Modifier and TypeMethodDescriptionSelectionPolicyHandlerResolver.resolve
(SelectionPolicy selectionPolicy) -
Uses of SelectionPolicyHandler in net.bmahe.genetics4j.core.spec
Modifier and TypeFieldDescriptionprivate List
<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.Builder.defaultSelectionPolicyHandlers
private final List
<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.defaultSelectionPolicyHandlers
private List
<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.InitShim.defaultSelectionPolicyHandlers
private List
<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.InitShim.selectionPolicyHandlers
private final List
<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.selectionPolicyHandlers
Modifier and TypeMethodDescriptionAbstractEAExecutionContext.defaultSelectionPolicyHandlers()
ImmutableEAExecutionContext.defaultSelectionPolicyHandlers()
(package private) List
<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.InitShim.defaultSelectionPolicyHandlers()
AbstractEAExecutionContext.selectionPolicyHandlers()
(package private) List
<SelectionPolicyHandler<T>> ImmutableEAExecutionContext.InitShim.selectionPolicyHandlers()
ImmutableEAExecutionContext.selectionPolicyHandlers()
Modifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addDefaultSelectionPolicyHandlers
(SelectionPolicyHandler<T> element) Adds one element todefaultSelectionPolicyHandlers
list.ImmutableEAExecutionContext.Builder.addDefaultSelectionPolicyHandlers
(SelectionPolicyHandler<T>... elements) Adds elements todefaultSelectionPolicyHandlers
list.final ImmutableEAExecutionContext
<T> ImmutableEAExecutionContext.withDefaultSelectionPolicyHandlers
(SelectionPolicyHandler<T>... elements) Copy the current immutable object with elements that replace the content ofdefaultSelectionPolicyHandlers
.Modifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addAllDefaultSelectionPolicyHandlers
(Iterable<? extends SelectionPolicyHandler<T>> elements) Adds elements todefaultSelectionPolicyHandlers
list.ImmutableEAExecutionContext.Builder.defaultSelectionPolicyHandlers
(Iterable<? extends SelectionPolicyHandler<T>> elements) Sets or replaces all elements fordefaultSelectionPolicyHandlers
list.(package private) void
ImmutableEAExecutionContext.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.gpu.spec
Modifier and TypeFieldDescriptionprivate List
<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.Builder.defaultSelectionPolicyHandlers
private final List
<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.defaultSelectionPolicyHandlers
private List
<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.InitShim.defaultSelectionPolicyHandlers
private List
<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.InitShim.selectionPolicyHandlers
private final List
<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.selectionPolicyHandlers
Modifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.defaultSelectionPolicyHandlers()
(package private) List
<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.InitShim.defaultSelectionPolicyHandlers()
(package private) List
<SelectionPolicyHandler<T>> ImmutableGPUEAExecutionContext.InitShim.selectionPolicyHandlers()
ImmutableGPUEAExecutionContext.selectionPolicyHandlers()
Modifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addDefaultSelectionPolicyHandlers
(SelectionPolicyHandler<T> element) Adds one element todefaultSelectionPolicyHandlers
list.ImmutableGPUEAExecutionContext.Builder.addDefaultSelectionPolicyHandlers
(SelectionPolicyHandler<T>... elements) Adds elements todefaultSelectionPolicyHandlers
list.final ImmutableGPUEAExecutionContext
<T> ImmutableGPUEAExecutionContext.withDefaultSelectionPolicyHandlers
(SelectionPolicyHandler<T>... elements) Copy the current immutable object with elements that replace the content ofdefaultSelectionPolicyHandlers
.Modifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addAllDefaultSelectionPolicyHandlers
(Iterable<? extends SelectionPolicyHandler<T>> elements) Adds elements todefaultSelectionPolicyHandlers
list.ImmutableGPUEAExecutionContext.Builder.defaultSelectionPolicyHandlers
(Iterable<? extends SelectionPolicyHandler<T>> elements) Sets or replaces all elements fordefaultSelectionPolicyHandlers
list.(package private) void
ImmutableGPUEAExecutionContext.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
Modifier and TypeClassDescriptionclass
NSGA2SelectionPolicyHandler<T extends Comparable<T>>
class
TournamentNSGA2SelectionPolicyHandler<T extends Comparable<T>>
Modifier and TypeMethodDescriptionNSGA2SelectionPolicyHandlerFactory.apply
(AbstractEAExecutionContext<T> abstractEAExecutionContext) TournamentNSGA2SelectionPolicyHandlerFactory.apply
(AbstractEAExecutionContext<T> abstractEAExecutionContext) -
Uses of SelectionPolicyHandler in net.bmahe.genetics4j.neat.selection
Modifier and TypeClassDescriptionclass
NeatSelectionPolicyHandler<T extends Number & Comparable<T>>