ParetoFront.SetSolutionSortingCriteria(String) Method

Top 

Description

Sets the solution sorting criteria. The elements of the ParetoFront.Solutions and ParetoFront.FilteredSolutions properties will appear sorted according to these criteria. Sorting criteria will be applied in the order they appear in the objectiveLabels argument. Maximizing objectives are sorted greatest to least and minimizing objectives are sorted least to greatest.

 

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.SetSolutionSortingCriteria(

String objectiveLabel)

 

 

Arguments

objectiveLabel


Description:

An objective label to sort by.

Repeatable:

0 to Unlimited times

 

 

 

Syntax

myParetoFront1.SetSolutionSortingCriteria(myString1);

 

 

See also

ParetoFront Object

ParetoFront.SetSolutionSortingCriteria