Uses of Class
net.bmahe.genetics4j.core.spec.selection.ImmutableTournament
-
Uses of ImmutableTournament in net.bmahe.genetics4j.core.spec.selection
Modifier and TypeMethodDescriptionfinal ImmutableTournament
<T> ImmutableTournament.withComparator
(Comparator<Individual<T>> value) Copy the current immutable object by setting a value for thecomparator
attribute.final ImmutableTournament
<T> ImmutableTournament.withNumCandidates
(int value) Copy the current immutable object by setting a value for thenumCandidates
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableTournament.equalTo
(int synthetic, ImmutableTournament<?> another)