Properties of IPOPT Optimizer profile.
ControlParameters | Get the list of control parameters defined for the profile. |
MaximumIterations | Gets or sets the maximum number of iterations before IPOPT should give up if it hasn't yet converged on a solution. The default value is 3000. |
OptionsFilename | If 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. |
ResetControlsBeforeRun | Reset controls before each run. |
Results | Get the list of results defined for the profile. |
ScriptingTool | Returns the Scripting tool for the sequence. |
TargeterGraphs | Graphs. |
ToleranceOnComplementaryInfeasibility | Gets or sets the desired absolute tolerance on the maximum norm of the complementarity conditions. The default value is 1.0E-4. |
ToleranceOnConstraintViolation | Gets or sets the tolerance by which user-specified constraints are allowed to be violated with the solution still considered feasible. The default value is 1.0E-4. |
ToleranceOnConvergence | Gets or sets the tolerance by which the optimality conditions must be satisfied for the problem to be considered converged. The default value is 1E-8. |
ToleranceOnDualInfeasibility | Gets or sets the desired absolute tolerance on the maximum norm of the dual infeasibility. The default value is 1. |
Implemented Interface |
---|
IAgVAProfile |