Uses of Class
net.bmahe.genetics4j.core.spec.selection.RouletteWheel
Packages that use RouletteWheel
-
Uses of RouletteWheel in net.bmahe.genetics4j.core.spec.selection
Subclasses of RouletteWheel in net.bmahe.genetics4j.core.spec.selectionMethods in net.bmahe.genetics4j.core.spec.selection that return RouletteWheelModifier and TypeMethodDescriptionImmutableRouletteWheel.Builder.build()
Builds a newRouletteWheel
.static RouletteWheel
RouletteWheel.build()
static RouletteWheel
ImmutableRouletteWheel.copyOf
(RouletteWheel instance) Creates an immutable copy of aRouletteWheel
value.Methods in net.bmahe.genetics4j.core.spec.selection with parameters of type RouletteWheelModifier and TypeMethodDescriptionstatic RouletteWheel
ImmutableRouletteWheel.copyOf
(RouletteWheel instance) Creates an immutable copy of aRouletteWheel
value.ImmutableRouletteWheel.Builder.from
(RouletteWheel instance) Fill a builder with attribute values from the providedRouletteWheel
instance.