Uses of Interface
net.bmahe.genetics4j.core.spec.selection.ProportionalTournament
Packages that use ProportionalTournament
-
Uses of ProportionalTournament in net.bmahe.genetics4j.core.spec.selection
Classes in net.bmahe.genetics4j.core.spec.selection that implement ProportionalTournamentModifier and TypeClassDescriptionfinal classImmutableProportionalTournament<T extends Comparable<T>>Immutable implementation ofProportionalTournament.Methods in net.bmahe.genetics4j.core.spec.selection that return ProportionalTournamentModifier and TypeMethodDescriptionImmutableProportionalTournament.Builder.build()Builds a newProportionalTournament.static <T extends Comparable<T>>
ProportionalTournament<T> ImmutableProportionalTournament.copyOf(ProportionalTournament<T> instance) Creates an immutable copy of aProportionalTournamentvalue.static <T extends Comparable<T>>
ProportionalTournament<T> ImmutableProportionalTournament.of(int numCandidates, double proportionFirst, Comparator<Individual<T>> firstComparator, Comparator<Individual<T>> secondComparator) Construct a new immutableProportionalTournamentinstance.static <T extends Comparable<T>>
ProportionalTournament<T> ProportionalTournament.of(int numCandidates, double proportionFirst, Comparator<Individual<T>> firstComparator, Comparator<Individual<T>> secondComparator) Methods in net.bmahe.genetics4j.core.spec.selection with parameters of type ProportionalTournamentModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ProportionalTournament<T> ImmutableProportionalTournament.copyOf(ProportionalTournament<T> instance) Creates an immutable copy of aProportionalTournamentvalue.ImmutableProportionalTournament.Builder.from(ProportionalTournament<T> instance) Fill a builder with attribute values from the providedProportionalTournamentinstance.