Formulating maximization problem subject to null-space constraint
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a maximization problem subjected to a null-space constraint in the form:
Q = max f(x);
subject to: Nullspace(P(x)*H') = 0
Here, 'x' is the independent variable. 'P' is dependent on 'x' and is a matrix. 'H' is a constant matrix.
How can i formulate this optimization problem in MATLAB ? Using 'fmincon' it seems not possible because the equality constraint is a matrix.
6 commentaires
Réponses (1)
Bruno Luong
le 2 Juil 2019
Modifié(e) : Bruno Luong
le 2 Juil 2019
FMINCON (or any optimizer) cannot solve this kind of problem, your asmmissible space is not close set, since the constraint can be written as abs(smallest eigen values) > 0.
0 commentaires
Voir également
Catégories
En savoir plus sur Direct Search 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!