Uses of Class
net.bmahe.genetics4j.core.spec.selection.ImmutableProportionalTournament
Packages that use ImmutableProportionalTournament
- 
Uses of ImmutableProportionalTournament in net.bmahe.genetics4j.core.spec.selection
Methods in net.bmahe.genetics4j.core.spec.selection that return ImmutableProportionalTournamentModifier and TypeMethodDescriptionprivate static <T extends Comparable<T>>
ImmutableProportionalTournament<T> ImmutableProportionalTournament.validate(ImmutableProportionalTournament<T> instance) final ImmutableProportionalTournament<T> ImmutableProportionalTournament.withFirstComparator(Comparator<Individual<T>> value) Copy the current immutable object by setting a value for thefirstComparatorattribute.final ImmutableProportionalTournament<T> ImmutableProportionalTournament.withNumCandidates(int value) Copy the current immutable object by setting a value for thenumCandidatesattribute.final ImmutableProportionalTournament<T> ImmutableProportionalTournament.withProportionFirst(double value) Copy the current immutable object by setting a value for theproportionFirstattribute.final ImmutableProportionalTournament<T> ImmutableProportionalTournament.withSecondComparator(Comparator<Individual<T>> value) Copy the current immutable object by setting a value for thesecondComparatorattribute.Methods in net.bmahe.genetics4j.core.spec.selection with parameters of type ImmutableProportionalTournamentModifier and TypeMethodDescriptionprivate booleanImmutableProportionalTournament.equalsByValue(ImmutableProportionalTournament<?> another) private static <T extends Comparable<T>>
ImmutableProportionalTournament<T> ImmutableProportionalTournament.validate(ImmutableProportionalTournament<T> instance) Constructors in net.bmahe.genetics4j.core.spec.selection with parameters of type ImmutableProportionalTournamentModifierConstructorDescriptionprivateImmutableProportionalTournament(ImmutableProportionalTournament<T> original, int numCandidates, double proportionFirst, Comparator<Individual<T>> firstComparator, Comparator<Individual<T>> secondComparator)