MinimumNormSolverOptions.LineSearchExpansionThreshold Property

Top 

Description

Defines the minimum amount of improvement needed for the line search to increase the maximum step length on the next line search iteration. The improvement is measured by comparing the actual violation reduction to the predicted reduction.

 

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.

 

Attributes

Type:

number

Access:

read/write

Default Value:

0.8

Valid Range:

0 ≤ MinimumNormSolverOptions.LineSearchExpansionThreshold ≤ 1

 

Syntax

myVariable1 = myMinimumNormSolverOptions1.LineSearchExpansionThreshold;

 

myMinimumNormSolverOptions1.LineSearchExpansionThreshold = myVariable1;

 

See also

MinimumNormSolverOptions Object