Uses of Enum Class
es.urjc.etsii.grafo.moocore.HypeDistribution
Packages that use HypeDistribution
Package
Description
Mathematical operations for multi-objective optimization.
-
Uses of HypeDistribution in es.urjc.etsii.grafo.moocore
Subclasses with type arguments of type HypeDistribution in es.urjc.etsii.grafo.moocoreModifier and TypeClassDescriptionenumSampling distributions supported by HYPE weighted hypervolume.Methods in es.urjc.etsii.grafo.moocore that return HypeDistributionModifier and TypeMethodDescriptionstatic HypeDistributionReturns the enum constant of this class with the specified name.static HypeDistribution[]HypeDistribution.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 HypeDistributionModifier and TypeMethodDescriptionstatic doubleMooCore.hypeWeightedHypervolume(double[][] points, double[] reference, double[] ideal, boolean[] maximise, int samples, long seed, HypeDistribution distribution, double[] mu) -
Uses of HypeDistribution in es.urjc.etsii.grafo.moocore.internal
Methods in es.urjc.etsii.grafo.moocore.internal with parameters of type HypeDistributionModifier and TypeMethodDescriptionstatic doubleWeightedHypervolumeAlgorithms.hype(double[][] input, double[] reference, double[] ideal, boolean[] maximise, int samples, long seed, HypeDistribution distribution, double[] mu)