Uses of Class
net.bmahe.genetics4j.core.spec.selection.Tournament.Builder
Packages that use Tournament.Builder
-
Uses of Tournament.Builder in net.bmahe.genetics4j.core.spec.selection
Methods in net.bmahe.genetics4j.core.spec.selection that return Tournament.BuilderModifier and TypeMethodDescriptionfinal Tournament.Builder<T> ImmutableTournament.Builder.comparator(Comparator<Individual<T>> comparator) Initializes the value for thecomparatorattribute.final Tournament.Builder<T> ImmutableTournament.Builder.from(Tournament<T> instance) Fill a builder with attribute values from the providedTournamentinstance.final Tournament.Builder<T> ImmutableTournament.Builder.numCandidates(int numCandidates) Initializes the value for thenumCandidatesattribute.