ParetoFront.SetSolutionSortingCriteria(StringArray) 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 are passed to the SetSolutionSortingCriteria method. 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(

StringArray objectiveLabels)

 

 

Arguments

objectiveLabels


Description:

The objective labels to sort by.

 

 

 

Syntax

myParetoFront1.SetSolutionSortingCriteria(myStringArray1);

 

 

See also

ParetoFront Object

ParetoFront.SetSolutionSortingCriteria