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 thecomparatorattribute.final ImmutableTournament<T> ImmutableTournament.withNumCandidates(int value) Copy the current immutable object by setting a value for thenumCandidatesattribute.Methods in net.bmahe.genetics4j.core.spec.selection with parameters of type ImmutableTournamentModifier and TypeMethodDescriptionprivate booleanImmutableTournament.equalsByValue(ImmutableTournament<?> another)