Uses of Class
net.bmahe.genetics4j.core.spec.selection.ImmutableProportionalTournament.Builder
-
Uses of ImmutableProportionalTournament.Builder in net.bmahe.genetics4j.core.spec.selection
Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableProportionalTournament.Builder<T> ImmutableProportionalTournament.builder()
Creates a builder forProportionalTournament
.ImmutableProportionalTournament.Builder.firstComparator
(Comparator<Individual<T>> firstComparator) Initializes the value for thefirstComparator
attribute.ImmutableProportionalTournament.Builder.from
(ProportionalTournament<T> instance) Fill a builder with attribute values from the providedProportionalTournament
instance.ImmutableProportionalTournament.Builder.numCandidates
(int numCandidates) Initializes the value for thenumCandidates
attribute.ImmutableProportionalTournament.Builder.proportionFirst
(double proportionFirst) Initializes the value for theproportionFirst
attribute.ImmutableProportionalTournament.Builder.secondComparator
(Comparator<Individual<T>> secondComparator) Initializes the value for thesecondComparator
attribute.