Filter löschen
Filter löschen

How can I convert equality constraints into inequality constraints?

28 Ansichten (letzte 30 Tage)
John
John am 13 Jun. 2017
Bearbeitet: Matt J am 16 Jun. 2017
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.

Antworten (2)

Matt J
Matt J am 13 Jun. 2017
  4 Kommentare
John
John am 16 Jun. 2017
Bearbeitet: John am 16 Jun. 2017
Thank Matt J.
But what is the P here and should we eliminate Q at end? If we convert all equality constraints into inequality constraints by this way then may be we get infeasible solution.
Matt J
Matt J am 16 Jun. 2017
Bearbeitet: Matt J am 16 Jun. 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.

Melden Sie sich an, um zu kommentieren.


Alan Weiss
Alan Weiss am 14 Jun. 2017
Alan Weiss
MATLAB mathematical toolbox documentation
  1 Kommentar
John
John am 16 Jun. 2017
Yes I read it and also some other threads. But by converting equality constraints into inequality constraints they will cancel each other and we will get infeasible solution.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Get Started with Optimization Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by