How can I convert equality constraints into inequality constraints?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I m solving a problem using ga with equality and inequality constraints and want to optimise it while using binary variables. But do not solve it with equality constraints.
0 Commenti
Risposte (2)
Matt J
il 13 Giu 2017
See these threads
4 Commenti
Matt J
il 16 Giu 2017
Modificato: Matt J
il 16 Giu 2017
But what is the P here and should we eliminate Q at end?
Q is not an unknown variable. It is an NxN invertible matrix formed from linearly independent columns of Aeq. You can identify these columns using licols.m attached. P is a matrix formed from the remaining columns.
If we convert all equality constraints into inequality constraints by this way then may be we get infeasible solution.
I don't see why you would. The reduced problem should be equivalent to the original.
Alan Weiss
il 14 Giu 2017
Did you see the documentation dealing with equality constraints for mixed-integer optimization using ga?
Alan Weiss
MATLAB mathematical toolbox documentation
Vedere anche
Categorie
Scopri di più su Quadratic Programming and Cone Programming in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!