convex optimization with non-linear constraint

조회 수: 8 (최근 30일)
Genzhi
Genzhi 2013년 12월 26일
댓글: Matt J 2013년 12월 27일
Dear colleague
we have an optimization problem which has a convex objective with non-linear constraint. Looks like this, where C, A, W0 are known matrix, Z (matrix) and X (vector) are parameters to be solved.
min_Z (C * Z - W0)
s.t. A .* (X * X') = Z;
unfortunately, the constraint here is non-linear. we can not optimize it using some convex optimization problem like, augmented Lagrangian method (attached code trying to solve the problem using augmented lagrangian, but the optimization did not converge at all). Can anybody give me some clue on how can I solve this problem? Thanks in advance.
Genzhi
  댓글 수: 1
Matt J
Matt J 2013년 12월 27일
Your objective function looks matrix-valued, rather than scalar valued.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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