Uses of Class
net.bmahe.genetics4j.core.spec.selection.ImmutableDoubleTournament.Builder
-
Uses of ImmutableDoubleTournament.Builder in net.bmahe.genetics4j.core.spec.selection
Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableDoubleTournament.Builder<T> ImmutableDoubleTournament.builder()
Creates a builder forImmutableDoubleTournament
.ImmutableDoubleTournament.Builder.doFitnessFirst
(boolean doFitnessFirst) Initializes the value for thedoFitnessFirst
attribute.ImmutableDoubleTournament.Builder.fitnessTournament
(Tournament<T> fitnessTournament) Initializes the value for thefitnessTournament
attribute.ImmutableDoubleTournament.Builder.from
(DoubleTournament<T> instance) Fill a builder with attribute values from the providedDoubleTournament
instance.ImmutableDoubleTournament.Builder.parsimonyComparator
(Comparator<Individual<T>> parsimonyComparator) Initializes the value for theparsimonyComparator
attribute.ImmutableDoubleTournament.Builder.parsimonyTournamentSize
(double parsimonyTournamentSize) Initializes the value for theparsimonyTournamentSize
attribute.ModifierConstructorDescriptionprivate