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 RouletteWheelRouletteWheel.build()static RouletteWheelImmutableRouletteWheel.copyOf(RouletteWheel instance) Creates an immutable copy of aRouletteWheelvalue.Methods in net.bmahe.genetics4j.core.spec.selection with parameters of type RouletteWheelModifier and TypeMethodDescriptionstatic RouletteWheelImmutableRouletteWheel.copyOf(RouletteWheel instance) Creates an immutable copy of aRouletteWheelvalue.ImmutableRouletteWheel.Builder.from(RouletteWheel instance) Fill a builder with attribute values from the providedRouletteWheelinstance.