Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Ok, thank you. My situation is that I have fixed variables that I want to manage myself (instead of IPOPT eliminating them). The fixed variables are indicated by identical lower and upper bounds. I’m trying to provide a good initial estimate of the multipliers for those fixed variables by setting |
Beta Was this translation helpful? Give feedback.
-
Yes, I set |
Beta Was this translation helpful? Give feedback.
-
I’m a little confused as to how to warm start the multipliers associated with bound constraints. The documentation states that the only two accepted values for$z_L$ and $z_U$ ? If I set $z_L$ and $z_U$ to specific (positive) values, I don’t see any difference in the initial dual feasibility compared to when I just set them to ones. Could you please explain what options are relevant here and how to set $z_L$ and $z_U$ ?
bound_mult_init_method
areconstant
andmu-based
. Why then doesget_starting_point()
requestThank you!
Beta Was this translation helpful? Give feedback.
All reactions