STK AstrogatorSend comments on this topic.
IAgVAProfileIPOPTOptimizer Interface

Description

Properties of IPOPT Optimizer profile.

Public Properties

Public Property ControlParametersThe list of control parameters defined for the profile.
Public Property MaximumIterationsThe maximum number of iterations before IPOPT should give up if it hasn't yet converged on a solution. The default value is 3000.
Public Property OptionsFilenameIf used, the associated IPOPT specifications file may define any of the various IPOPT options. Options in the file that conflict with options specified elsewhere will take precedence.
Public Property ResetControlsBeforeRunReset controls before each run.
Public Property ResultsThe list of results defined for the profile.
Public Property ScriptingToolReturns the Scripting tool for the sequence.
Public Property TargeterGraphsGraphs
Public Property ToleranceOnComplementaryInfeasibilityThe desired absolute tolerance on the maximum norm of the complementarity conditions. The default value is 1.0E-4.
Public Property ToleranceOnConstraintViolationThe tolerance by which user-specified constraints are allowed to be violated with the solution still considered feasible. The default value is 1.0E-4.
Public Property ToleranceOnConvergenceThe tolerance by which the optimality conditions must be satisfied for the problem to be considered converged. The default value is 1E-8.
Public Property ToleranceOnDualInfeasibilityThe desired absolute tolerance on the maximum norm of the dual infeasibility. The default value is 1.

Interfaces

Implemented Interface
IAgVAProfile

CoClasses that Implement IAgVAProfileIPOPTOptimizer

© 2023 Analytical Graphics, Inc. All Rights Reserved.