Mathematical Methods for Optimization
Non-convex quadratic programs are optimization problems where the objective function is a quadratic function and the feasible region is defined by linear constraints, but the quadratic function does not have a convex shape. This non-convexity can lead to multiple local minima, making finding the global minimum more challenging. Such programs often arise in various applications, such as portfolio optimization and machine learning, where the relationships between variables are inherently non-linear.
congrats on reading the definition of Non-Convex Quadratic Programs. now let's actually learn it.