ParetoFrontSolution.GetObjectiveValue(String) Method

Top 

Description

Returns the value of the specified objective for this solution on the Pareto front.

 

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

ParetoFrontSolution.GetObjectiveValue(

String label)

 

 

Arguments

label


Description:

The label of the objective.

 

 

 

Return Value

Type:

number

 

 

Returns the value of the specified objective.

 

Syntax

myVariable1 = myParetoFrontSolution1.GetObjectiveValue(myString1);

 

 

See also

ParetoFrontSolution Object