Maximize L2 norm under linear constraints?

5 次查看(过去 30 天)
I want to maximize L2 norm of a vector under some linear constraints. i.e,
max |x|^2
subject to Ax ≤ b
Could you please help me to find out a way to solve this in Matlab?

回答(1 个)

John D'Errico
John D'Errico 2016-9-29
help quadprog
Use
H = -eye(n,n)
  1 个评论
Anver Hisham
Anver Hisham 2016-9-29
@John D'Errico: I see quadprog solves only convex problems. I see my problem is non-convex, and also NP-hard.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Nonlinear Optimization 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by