ParetoFront.SetSolutionSortingCriteria Method

Top 

Description

Adds multiple solution sorting criteria. The elements of the ParetoFront.Solutions and ParetoFront.FilteredSolutions properties will appear sorted according to these criteria. 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.

 

Overload List

Signatures

Return Value

Description

ParetoFront.SetSolutionSortingCriteria(String objectiveLabel)

None

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.

ParetoFront.SetSolutionSortingCriteria(StringArray objectiveLabels)

None

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.

 

 

See also

ParetoFront Object