IPOPTResult#
- class ansys.stk.core.stkobjects.astrogator.IPOPTResult#
Properties for objecvtive and constraints of a IPOPT profile.
Overview#
If true, the variable is being used. |
|
Get the name of the parameter. |
|
Get the value achieved for this dependent variable in the last targeter run. Dimension depends on context. |
|
Object - the name of the segment to which the parameter belongs. |
|
Get or set the lower limit achievable by this quantity in the optimizerβs iteration history. Dimension depends on context. |
|
Get or set the upper limit achievable by this quantity in the optimizerβs iteration history. Dimension depends on context. |
|
Apply to the Specified Value scaling method. Dimension depends on context. |
|
Get or set the factor by which the constraint error is to be multiplied. |
|
Get or set the purpose of the element in the problem. |
|
If true, allows display of values in another unit. |
|
Get or set the unit in which the value will be displayed in the GUI. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import IPOPTResult
Property detail#
- property IPOPTResult.current_value: Any#
Get the value achieved for this dependent variable in the last targeter run. Dimension depends on context.
- property IPOPTResult.parent_name: str#
Object - the name of the segment to which the parameter belongs.
- property IPOPTResult.lower_bound: Any#
Get or set the lower limit achievable by this quantity in the optimizerβs iteration history. Dimension depends on context.
- property IPOPTResult.upper_bound: Any#
Get or set the upper limit achievable by this quantity in the optimizerβs iteration history. Dimension depends on context.
- property IPOPTResult.scaling_value: Any#
Apply to the Specified Value scaling method. Dimension depends on context.
- property IPOPTResult.weight: float#
Get or set the factor by which the constraint error is to be multiplied.