Uses of Class
net.bmahe.genetics4j.gp.spec.selection.ImmutableDoubleTournament
Packages that use ImmutableDoubleTournament
-
Uses of ImmutableDoubleTournament in net.bmahe.genetics4j.gp.spec.selection
Methods in net.bmahe.genetics4j.gp.spec.selection that return ImmutableDoubleTournamentModifier and TypeMethodDescriptionprivate static <T extends Comparable<T>>
ImmutableDoubleTournament<T> ImmutableDoubleTournament.validate(ImmutableDoubleTournament<T> instance) final ImmutableDoubleTournament<T> ImmutableDoubleTournament.withDoFitnessFirst(boolean value) Copy the current immutable object by setting a value for thedoFitnessFirstattribute.final ImmutableDoubleTournament<T> ImmutableDoubleTournament.withFitnessTournament(Tournament<T> value) Copy the current immutable object by setting a value for thefitnessTournamentattribute.final ImmutableDoubleTournament<T> ImmutableDoubleTournament.withParsimonyComparator(Comparator<Individual<T>> value) Copy the current immutable object by setting a value for theparsimonyComparatorattribute.final ImmutableDoubleTournament<T> ImmutableDoubleTournament.withParsimonyTournamentSize(double value) Copy the current immutable object by setting a value for theparsimonyTournamentSizeattribute.Methods in net.bmahe.genetics4j.gp.spec.selection with parameters of type ImmutableDoubleTournamentModifier and TypeMethodDescriptionprivate booleanImmutableDoubleTournament.equalsByValue(ImmutableDoubleTournament<?> another) private static <T extends Comparable<T>>
ImmutableDoubleTournament<T> ImmutableDoubleTournament.validate(ImmutableDoubleTournament<T> instance)