Uses of Class
net.bmahe.genetics4j.gp.spec.selection.ImmutableDoubleTournament.Builder
Packages that use ImmutableDoubleTournament.Builder
-
Uses of ImmutableDoubleTournament.Builder in net.bmahe.genetics4j.gp.spec.selection
Methods in net.bmahe.genetics4j.gp.spec.selection that return ImmutableDoubleTournament.BuilderModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableDoubleTournament.Builder<T> ImmutableDoubleTournament.builder()Creates a builder forDoubleTournament.ImmutableDoubleTournament.Builder.doFitnessFirst(boolean doFitnessFirst) Initializes the value for thedoFitnessFirstattribute.ImmutableDoubleTournament.Builder.fitnessTournament(Tournament<T> fitnessTournament) Initializes the value for thefitnessTournamentattribute.ImmutableDoubleTournament.Builder.from(DoubleTournament<T> instance) Fill a builder with attribute values from the providedDoubleTournamentinstance.ImmutableDoubleTournament.Builder.parsimonyComparator(Comparator<Individual<T>> parsimonyComparator) Initializes the value for theparsimonyComparatorattribute.ImmutableDoubleTournament.Builder.parsimonyTournamentSize(double parsimonyTournamentSize) Initializes the value for theparsimonyTournamentSizeattribute.Constructors in net.bmahe.genetics4j.gp.spec.selection with parameters of type ImmutableDoubleTournament.BuilderModifierConstructorDescriptionprivate