필터 지우기
필터 지우기

How to solve a bilevel optimization problem in MATLAB?

조회 수: 17 (최근 30일)
Muhammad Imran
Muhammad Imran 2016년 11월 7일
댓글: othman warde 2023년 5월 18일
How to solve a bilevel optimization problem in MATLAB?

답변 (2개)

Rhino
Rhino 2020년 1월 20일
Hi,
You can try using BLEAQ2 algorithm, the code for which is available on matlab:
Regards,
  댓글 수: 1
othman warde
othman warde 2023년 5월 18일
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

댓글을 달려면 로그인하십시오.


Walter Roberson
Walter Roberson 2016년 11월 7일
Otsu's method?
mean() ?
  댓글 수: 2
Muhammad Imran
Muhammad Imran 2016년 11월 7일
could you send any link for this method
Walter Roberson
Walter Roberson 2016년 11월 7일
"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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by