MinimumNormSolverOptions.MinimumStepLength Property

Top 

Description

The smallest value that the line search is allowed to decrease the step length to. If the line search doesn't achieve progress with a step length larger than this value the solver will exit unsuccessfully. The step length represents the fraction of the computed step to use.

 

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:

1e-14

Valid Range:

0 < MinimumNormSolverOptions.MinimumStepLength < 1

 

Syntax

myVariable1 = myMinimumNormSolverOptions1.MinimumStepLength;

 

myMinimumNormSolverOptions1.MinimumStepLength = myVariable1;

 

See also

MinimumNormSolverOptions Object