Uses of Class
net.bmahe.genetics4j.core.spec.selection.ImmutableTournament
Packages that use ImmutableTournament
-
Uses of ImmutableTournament in net.bmahe.genetics4j.core.spec.selection
Methods in net.bmahe.genetics4j.core.spec.selection that return ImmutableTournamentModifier 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.Methods in net.bmahe.genetics4j.core.spec.selection with parameters of type ImmutableTournamentModifier and TypeMethodDescriptionprivate boolean
ImmutableTournament.equalTo
(int synthetic, ImmutableTournament<?> another)