ParetoFront.GetHypervolume() Method

Top 

Description

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.

 

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.

 

Method Signature

ParetoFront.GetHypervolume(

)

 

 

Return Value

Type:

number

 

 

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

 

Syntax

myVariable1 = myParetoFront1.GetHypervolume();

 

 

See also

ParetoFront Object

ParetoFront.GetHypervolume