ParetoFront.GetHypervolume Method

Top 

Description

Returns the N-dimensional volume of the pareto front where N is equal to the number of objectives.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

ParetoFront.GetHypervolume()

Variable

Returns the N-dimensional volume of the pareto front where N is equal to the number of objectives. The nadir point of the pareto front will be used as the reference point in the hypervolume computation.

ParetoFront.GetHypervolume(Array referencePoint)

Variable

Returns the N-dimensional volume of the pareto front where N is equal to the number of objectives. The provided reference point will be used in the hypervolume computation.

 

 

See also

ParetoFront Object