Uses of Class
net.bmahe.genetics4j.gp.spec.selection.DoubleTournament
Packages that use DoubleTournament
-
Uses of DoubleTournament in net.bmahe.genetics4j.gp.spec.selection
Subclasses of DoubleTournament in net.bmahe.genetics4j.gp.spec.selectionModifier and TypeClassDescriptionfinal classImmutableDoubleTournament<T extends Comparable<T>>Immutable implementation ofDoubleTournament.Methods in net.bmahe.genetics4j.gp.spec.selection that return DoubleTournamentModifier and TypeMethodDescriptionImmutableDoubleTournament.Builder.build()Builds a newDoubleTournament.static <T extends Comparable<T>>
DoubleTournament<T> ImmutableDoubleTournament.copyOf(DoubleTournament<T> instance) Creates an immutable copy of aDoubleTournamentvalue.static <U extends Comparable<U>>
DoubleTournament<U> DoubleTournament.of(Tournament<U> fitnessTournament, Comparator<Individual<U>> parsimonyComparator, double parsimonyTournamentSize) Creates a new DoubleTournament selection policy with fitness-first mode enabled.static <T extends Comparable<T>>
DoubleTournament<T> ImmutableDoubleTournament.of(Tournament<T> fitnessTournament, Comparator<Individual<T>> parsimonyComparator, double parsimonyTournamentSize) Construct a new immutableDoubleTournamentinstance.Methods in net.bmahe.genetics4j.gp.spec.selection with parameters of type DoubleTournamentModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
DoubleTournament<T> ImmutableDoubleTournament.copyOf(DoubleTournament<T> instance) Creates an immutable copy of aDoubleTournamentvalue.ImmutableDoubleTournament.Builder.from(DoubleTournament<T> instance) Fill a builder with attribute values from the providedDoubleTournamentinstance.