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 thedoFitnessFirst
attribute.final ImmutableDoubleTournament
<T> ImmutableDoubleTournament.withFitnessTournament
(Tournament<T> value) Copy the current immutable object by setting a value for thefitnessTournament
attribute.final ImmutableDoubleTournament
<T> ImmutableDoubleTournament.withParsimonyComparator
(Comparator<Individual<T>> value) Copy the current immutable object by setting a value for theparsimonyComparator
attribute.final ImmutableDoubleTournament
<T> ImmutableDoubleTournament.withParsimonyTournamentSize
(double value) Copy the current immutable object by setting a value for theparsimonyTournamentSize
attribute.Methods in net.bmahe.genetics4j.gp.spec.selection with parameters of type ImmutableDoubleTournamentModifier and TypeMethodDescriptionprivate boolean
ImmutableDoubleTournament.equalsByValue
(ImmutableDoubleTournament<?> another) private static <T extends Comparable<T>>
ImmutableDoubleTournament<T> ImmutableDoubleTournament.validate
(ImmutableDoubleTournament<T> instance)