Uses of Enum Class
es.urjc.etsii.grafo.moocore.NondominatedSetShape
Packages that use NondominatedSetShape
Package
Description
Mathematical operations for multi-objective optimization.
-
Uses of NondominatedSetShape in es.urjc.etsii.grafo.moocore
Subclasses with type arguments of type NondominatedSetShape in es.urjc.etsii.grafo.moocoreModifier and TypeClassDescriptionenumShapes supported by random nondominated-set generation.Methods in es.urjc.etsii.grafo.moocore that return NondominatedSetShapeModifier and TypeMethodDescriptionstatic NondominatedSetShapeReturns the enum constant of this class with the specified name.static NondominatedSetShape[]NondominatedSetShape.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in es.urjc.etsii.grafo.moocore with parameters of type NondominatedSetShapeModifier and TypeMethodDescriptionstatic long[][]MooCore.generateIntegerNondominatedSet(int size, int objectives, NondominatedSetShape shape, long seed) static double[][]MooCore.generateNondominatedSet(int size, int objectives, NondominatedSetShape shape, long seed) static double[][]MooCore.generateNondominatedSet(int size, int objectives, NondominatedSetShape shape, RandomGenerator random) -
Uses of NondominatedSetShape in es.urjc.etsii.grafo.moocore.internal
Methods in es.urjc.etsii.grafo.moocore.internal with parameters of type NondominatedSetShapeModifier and TypeMethodDescriptionstatic double[][]Transformations.generate(int size, int objectives, NondominatedSetShape shape, RandomGenerator random) static long[][]Transformations.generateInteger(int size, int objectives, NondominatedSetShape shape, RandomGenerator random)