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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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