How to conduct comprehensive sensitivity analysis?
AnsweredIn my current optimization model, I have 3 binding and 6 non-binding constraint. So, I want to perform a detail sensitivity analysis to see if there is any loophole in the model formulation. Is there any step-by-step method in Gurobi/optimization in general to conduct sensitivity analysis? I went through some of the followings:
-
Resources needed for sensitivity analysis have been discussed in the post How to generate sensitivity analysis report in detail.
Is there any step-by-step method in Gurobi/optimization in general to conduct sensitivity analysis?
I am not aware of any specific method to conduct sensitivity analysis. One usually retrieves the required information such as shadow price, reduced costs, slacks, etc. and decides how to proceed with the modeling depending on the given values.
If you have a MIP, then sensitivity analysis cannot be performed in the same way as for LPs, see How do I retrieve the (dual) Pi value for a MIP problem?
Best regards,
Jaromił0
Please sign in to leave a comment.
Comments
1 comment