McCormick envelopes: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
'''Introduction''' | '''Introduction''' | ||
Optimization of a nonconvex function f(x) is challenging since it may have multiple locally optimal points and it can take a significant amount of time or effort to determine if the problem has no solution or if the solution is global. Gradient based solvers are unable to certify optimality1. Different techniques are used to address this challenge depending on the characteristics of the problem. One technique used is convex envelopes2: | |||
Given a nonconvex function f(x), g(x) is a convex envelope of f(x) for X <math>\in</math> S if: | |||
· g(x) is convex underestimator of f(x) | |||
· g(x)>=h(x) for all convex underestimators h(x) | |||
'''McCormick Envelopes''' | '''McCormick Envelopes''' |
Revision as of 12:35, 15 November 2021
Introduction
Optimization of a nonconvex function f(x) is challenging since it may have multiple locally optimal points and it can take a significant amount of time or effort to determine if the problem has no solution or if the solution is global. Gradient based solvers are unable to certify optimality1. Different techniques are used to address this challenge depending on the characteristics of the problem. One technique used is convex envelopes2:
Given a nonconvex function f(x), g(x) is a convex envelope of f(x) for X S if:
· g(x) is convex underestimator of f(x)
· g(x)>=h(x) for all convex underestimators h(x)
McCormick Envelopes
Derivation of McCormick Envelopes
Example: Convex Relaxation
Example: Numerical
Application
Conclusion
References
- Castro, Pedro. "A Tighter Piecewise McCormick Relaxation for Bilinear Problems." (n.d.): n. pag. 3 June 2014. Web. 6 June 2015. <http://minlp.cheme.cmu.edu/2014/papers/castro.pdf
- You, F (2021). Notes for a lecture on Mixed Integer Non-Linear Programming (MINLP). Archives for SYSEN 5800 Computational Optimization (2021FA), Cornell University, Ithaca, NY.
- Dombrowski, J. (2015, June 7). Northwestern University Open Text Book on Process Optimization, McCormick Envelopes Retrieved from https://optimization.mccormick.northwestern.edu/index.php/McCormick_envelopes