Uses of Enum Class
es.urjc.etsii.grafo.moocore.HypervolumeApproximation
Packages that use HypervolumeApproximation
Package
Description
Mathematical operations for multi-objective optimization.
-
Uses of HypervolumeApproximation in es.urjc.etsii.grafo.moocore
Subclasses with type arguments of type HypervolumeApproximation in es.urjc.etsii.grafo.moocoreModifier and TypeClassDescriptionenumAlgorithms available for approximate hypervolume computation.Methods in es.urjc.etsii.grafo.moocore that return HypervolumeApproximationModifier and TypeMethodDescriptionstatic HypervolumeApproximationReturns the enum constant of this class with the specified name.static HypervolumeApproximation[]HypervolumeApproximation.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 HypervolumeApproximationModifier and TypeMethodDescriptionstatic doubleMooCore.approximateHypervolume(double[][] points, double[] reference, boolean[] maximise, long samples, long seed, HypervolumeApproximation method) static doubleMooCore.approximateHypervolume(double[][] points, double[] reference, HypervolumeApproximation method) -
Uses of HypervolumeApproximation in es.urjc.etsii.grafo.moocore.internal
Methods in es.urjc.etsii.grafo.moocore.internal with parameters of type HypervolumeApproximationModifier and TypeMethodDescriptionstatic doubleHypervolumeApproximationAlgorithms.approximate(double[][] input, double[] reference, boolean[] maximise, long samples, long seed, HypervolumeApproximation method)