Uses of Enum Class
es.urjc.etsii.grafo.moocore.EafDifferenceFormat
Packages that use EafDifferenceFormat
Package
Description
Mathematical operations for multi-objective optimization.
-
Uses of EafDifferenceFormat in es.urjc.etsii.grafo.moocore
Subclasses with type arguments of type EafDifferenceFormat in es.urjc.etsii.grafo.moocoreModifier and TypeClassDescriptionenumOutput representation for empirical-attainment-function differences.Methods in es.urjc.etsii.grafo.moocore that return EafDifferenceFormatModifier and TypeMethodDescriptionstatic EafDifferenceFormatReturns the enum constant of this class with the specified name.static EafDifferenceFormat[]EafDifferenceFormat.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 EafDifferenceFormatModifier and TypeMethodDescriptionstatic double[][]MooCore.eafDifference(Dataset left, Dataset right, EafDifferenceFormat format) static double[][]MooCore.eafDifference(Dataset left, Dataset right, Integer intervals, boolean[] maximise, EafDifferenceFormat format) -
Uses of EafDifferenceFormat in es.urjc.etsii.grafo.moocore.internal
Methods in es.urjc.etsii.grafo.moocore.internal with parameters of type EafDifferenceFormatModifier and TypeMethodDescriptionstatic double[][]AttainmentAlgorithms.eafDifference(double[][] left, int[] leftSets, double[][] right, int[] rightSets, boolean[] maximise, Integer requestedIntervals, EafDifferenceFormat format)