Uses of Class
net.bmahe.genetics4j.core.spec.selection.Tournament.Builder
-
Uses of Tournament.Builder in net.bmahe.genetics4j.core.spec.selection
Modifier and TypeMethodDescriptionfinal Tournament.Builder
<T> ImmutableTournament.Builder.comparator
(Comparator<Individual<T>> comparator) Initializes the value for thecomparator
attribute.final Tournament.Builder
<T> ImmutableTournament.Builder.from
(Tournament<T> instance) Fill a builder with attribute values from the providedTournament
instance.final Tournament.Builder
<T> ImmutableTournament.Builder.numCandidates
(int numCandidates) Initializes the value for thenumCandidates
attribute.