ParetoFront.AllowTiedSolutions Property

Top 

Description

The value of this property decides whether tied solutions (solutions that have identical objective values but different state variables) will be deemed dominated and rejected from the pareto front or deemed non-dominated and allowed into 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.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myParetoFront1.AllowTiedSolutions;

 

myParetoFront1.AllowTiedSolutions = myVariable1;

 

See also

ParetoFront Object