필터 지우기
필터 지우기

Maximize L2 norm under linear constraints?

조회 수: 6 (최근 30일)
Anver Hisham
Anver Hisham 2016년 9월 29일
댓글: Anver Hisham 2016년 9월 29일
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