ParetoFront.GetHypervolume(Array) Method

Top 

Description

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.

 

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.

 

Method Signature

ParetoFront.GetHypervolume(

Array referencePoint)

 

 

Arguments

referencePoint


Description:

The reference point for the hypervolume computation.

Required Size:

At least 1

 

 

 

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(myArray1);

 

 

See also

ParetoFront Object

ParetoFront.GetHypervolume