Uses of Class
net.bmahe.genetics4j.core.spec.selection.ImmutableProportionalTournament
-
Uses of ImmutableProportionalTournament in net.bmahe.genetics4j.core.spec.selection
Modifier 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 thefirstComparator
attribute.final ImmutableProportionalTournament
<T> ImmutableProportionalTournament.withNumCandidates
(int value) Copy the current immutable object by setting a value for thenumCandidates
attribute.final ImmutableProportionalTournament
<T> ImmutableProportionalTournament.withProportionFirst
(double value) Copy the current immutable object by setting a value for theproportionFirst
attribute.final ImmutableProportionalTournament
<T> ImmutableProportionalTournament.withSecondComparator
(Comparator<Individual<T>> value) Copy the current immutable object by setting a value for thesecondComparator
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableProportionalTournament.equalTo
(int synthetic, ImmutableProportionalTournament<?> another) private static <T extends Comparable<T>>
ImmutableProportionalTournament<T> ImmutableProportionalTournament.validate
(ImmutableProportionalTournament<T> instance) ModifierConstructorDescriptionprivate
ImmutableProportionalTournament
(ImmutableProportionalTournament<T> original, int numCandidates, double proportionFirst, Comparator<Individual<T>> firstComparator, Comparator<Individual<T>> secondComparator)