ProfileSNOPTOptimizer#
- class ansys.stk.core.stkobjects.astrogator.ProfileSNOPTOptimizer#
Bases:
IProfile
,IRuntimeTypeInfoProvider
SNOPT optimizer profile.
Overview#
Get the list of control parameters defined for the profile. |
|
Get the list of results defined for the profile. |
|
Graphs. |
|
Return the Scripting tool for the sequence. |
|
Reset controls before each run. |
|
Get or set the maximum number of major iterations allowed. |
|
Specify how accurately the nonlinear constraints should be satisfied. |
|
Specify the final accuracy of the dual variables. |
|
Get or set the maximum number of iterations for the QP subproblem allowed during a single major iteration. |
|
Get or set the tolerance which the QP subproblem must meet before being considered feasible. |
|
Undocumented in the SNOPT literature, and included here for completeness in terms of tolerance options. |
|
If used, the associated SNOPT specifications file may define any of the various SNOPT options. Options in the file that conflict with options specified elsewhere will take precedence. |
|
Whether to allow internal normalization of the primal infeasibility measure. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ProfileSNOPTOptimizer
Property detail#
- property ProfileSNOPTOptimizer.control_parameters: SNOPTControlCollection#
Get the list of control parameters defined for the profile.
- property ProfileSNOPTOptimizer.results: SNOPTResultCollection#
Get the list of results defined for the profile.
- property ProfileSNOPTOptimizer.targeter_graphs: TargeterGraphCollection#
Graphs.
- property ProfileSNOPTOptimizer.scripting_tool: ScriptingTool#
Return the Scripting tool for the sequence.
- property ProfileSNOPTOptimizer.max_major_iterations: int#
Get or set the maximum number of major iterations allowed.
- property ProfileSNOPTOptimizer.tolerance_on_major_feasibility: float#
Specify how accurately the nonlinear constraints should be satisfied.
- property ProfileSNOPTOptimizer.tolerance_on_major_optimality: float#
Specify the final accuracy of the dual variables.
- property ProfileSNOPTOptimizer.max_minor_iterations: int#
Get or set the maximum number of iterations for the QP subproblem allowed during a single major iteration.
- property ProfileSNOPTOptimizer.tolerance_on_minor_feasibility: float#
Get or set the tolerance which the QP subproblem must meet before being considered feasible.
- property ProfileSNOPTOptimizer.tolerance_on_minor_optimality: float#
Undocumented in the SNOPT literature, and included here for completeness in terms of tolerance options.