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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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