MinimumNormSolverOptions Object

Top  Previous  Next

Description

The MinimumNormSolverOptions object provides configuration parameters for the built-in minimum norm constraint solver. The minimum norm solver is a simple constraint-only solver that ignores the objective value and can be loaded into an Optimizer object using the Optimizer.LoadEngine() method. The MinimumNormSolverOptions object allows the solver to be configured independently from the Optimizer and then applied to a problem when loading the engine. Users can configure whether a line search is used, set the maximum step length, and select the method for enforcing state variable bounds. These options control solver behavior such as step size selection and handling of out-of-bounds variables.

 

Inheritance Hierarchy: Object->OptimizerOptions->MinimumNormSolverOptions

 

Available In Editions:

Mission

 

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.

 

Properties

 

Methods