MinimumNormSolverOptions.MaximumStepLength Property

Top 

Description

Determines the maximum fraction of the computed step that can be used. A value of 1 means the full computed step can be used. A value of 0.5 means only half of the computed step can be used. If the line search is enabled, this value sets the initial step length for the search. If the line search is not enabled, this value directly determines the step length.

 

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:

1

Valid Range:

0 < MinimumNormSolverOptions.MaximumStepLength ≤ 1

 

Syntax

myVariable1 = myMinimumNormSolverOptions1.MaximumStepLength;

 

myMinimumNormSolverOptions1.MaximumStepLength = myVariable1;

 

See also

MinimumNormSolverOptions Object