Uses of Class
net.bmahe.genetics4j.moo.nsga2.spec.NSGA2Selection
Packages that use NSGA2Selection
-
Uses of NSGA2Selection in net.bmahe.genetics4j.moo.nsga2.impl
Fields in net.bmahe.genetics4j.moo.nsga2.impl declared as NSGA2SelectionConstructors in net.bmahe.genetics4j.moo.nsga2.impl with parameters of type NSGA2Selection -
Uses of NSGA2Selection in net.bmahe.genetics4j.moo.nsga2.spec
Subclasses of NSGA2Selection in net.bmahe.genetics4j.moo.nsga2.specModifier and TypeClassDescriptionfinal classImmutableNSGA2Selection<T extends Comparable<T>>Immutable implementation ofNSGA2Selection.Methods in net.bmahe.genetics4j.moo.nsga2.spec that return NSGA2SelectionModifier and TypeMethodDescriptionImmutableNSGA2Selection.Builder.build()Builds a newNSGA2Selection.static <T extends Comparable<T>>
NSGA2Selection<T> ImmutableNSGA2Selection.copyOf(NSGA2Selection<T> instance) Creates an immutable copy of aNSGA2Selectionvalue.static <T extends Comparable<T>>
NSGA2Selection<T> ImmutableNSGA2Selection.of(int numberObjectives, Function<Integer, Comparator<T>> objectiveComparator, ObjectiveDistance<T> distance) Construct a new immutableNSGA2Selectioninstance.static <U extends Number & Comparable<U>>
NSGA2Selection<FitnessVector<U>> NSGA2Selection.ofFitnessVector(int numberObjectives) Factory method to instantiate a NSGA2Selection when fitness is defined as a FitnessVector of a Numberstatic <U extends Number & Comparable<U>>
NSGA2Selection<FitnessVector<U>> NSGA2Selection.ofFitnessVector(int numberObjectives, Comparator<Genotype> deduplicate) Factory method to instantiate a NSGA2Selection when fitness is defined as a FitnessVector of a NumberMethods in net.bmahe.genetics4j.moo.nsga2.spec with parameters of type NSGA2SelectionModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
NSGA2Selection<T> ImmutableNSGA2Selection.copyOf(NSGA2Selection<T> instance) Creates an immutable copy of aNSGA2Selectionvalue.final NSGA2Selection.Builder<T> ImmutableNSGA2Selection.Builder.from(NSGA2Selection<T> instance) Fill a builder with attribute values from the providedNSGA2Selectioninstance.