Uses of Class
net.bmahe.genetics4j.core.spec.selection.SelectiveRefinementTournament.Builder
Packages that use SelectiveRefinementTournament.Builder
-
Uses of SelectiveRefinementTournament.Builder in net.bmahe.genetics4j.core.spec.selection
Methods in net.bmahe.genetics4j.core.spec.selection that return SelectiveRefinementTournament.BuilderModifier and TypeMethodDescriptionstatic <U extends Comparable<U>>
SelectiveRefinementTournament.Builder<U> SelectiveRefinementTournament.builder()
ImmutableSelectiveRefinementTournament.Builder.from
(SelectiveRefinementTournament<T> instance) Fill a builder with attribute values from the providedSelectiveRefinementTournament
instance.ImmutableSelectiveRefinementTournament.Builder.refinementComparator
(Comparator<Individual<T>> refinementComparator) Initializes the value for therefinementComparator
attribute.ImmutableSelectiveRefinementTournament.Builder.refinementRatio
(float refinementRatio) Initializes the value for therefinementRatio
attribute.ImmutableSelectiveRefinementTournament.Builder.tournament
(Tournament<T> tournament) Initializes the value for thetournament
attribute.