Filter löschen
Filter löschen

How to solve a bilevel optimization problem in MATLAB?

18 Ansichten (letzte 30 Tage)
Muhammad Imran
Muhammad Imran am 7 Nov. 2016
Kommentiert: othman warde am 18 Mai 2023
How to solve a bilevel optimization problem in MATLAB?

Antworten (2)

Rhino
Rhino am 20 Jan. 2020
Hi,
You can try using BLEAQ2 algorithm, the code for which is available on matlab:
Regards,
  1 Kommentar
othman warde
othman warde am 18 Mai 2023
I have a two-level programming model, can you help me with an algorithm code BLEAQ2 in programming the model and finding the final solution?
minF(S1,S2)=1.25*S1^2+4*S2^2
minf(s1,s2)=s1^2+6*s2^2
s.to 2*s1^2+0.6*s2^2 <= 5100000
3*s1^2+4*s2^2 <= 6100000

Melden Sie sich an, um zu kommentieren.


Walter Roberson
Walter Roberson am 7 Nov. 2016
Otsu's method?
mean() ?
  2 Kommentare
Muhammad Imran
Muhammad Imran am 7 Nov. 2016
could you send any link for this method
Walter Roberson
Walter Roberson am 7 Nov. 2016
"The graythresh function uses Otsu's method, which chooses the threshold to minimize the intraclass variance of the black and white pixels."
Otsu, N., "A Threshold Selection Method from Gray-Level Histograms," IEEE Transactions on Systems, Man, and Cybernetics, Vol. 9, No. 1, 1979, pp. 62-66.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Nonlinear Optimization 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