Uses of Class
net.bmahe.genetics4j.core.spec.selection.ImmutableProportionalTournament.Builder
Packages that use ImmutableProportionalTournament.Builder
-
Uses of ImmutableProportionalTournament.Builder in net.bmahe.genetics4j.core.spec.selection
Methods in net.bmahe.genetics4j.core.spec.selection that return ImmutableProportionalTournament.BuilderModifier 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 thefirstComparatorattribute.ImmutableProportionalTournament.Builder.from(ProportionalTournament<T> instance) Fill a builder with attribute values from the providedProportionalTournamentinstance.ImmutableProportionalTournament.Builder.numCandidates(int numCandidates) Initializes the value for thenumCandidatesattribute.ImmutableProportionalTournament.Builder.proportionFirst(double proportionFirst) Initializes the value for theproportionFirstattribute.ImmutableProportionalTournament.Builder.secondComparator(Comparator<Individual<T>> secondComparator) Initializes the value for thesecondComparatorattribute.