convex optimization with non-linear constraint
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Réponses (0)
Voir également
Catégories
En savoir plus sur Nonlinear Optimization dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!