How can I convert a multi objective optimization algorithm to a single objective one by using The weighting method ?
조회 수: 6 (최근 30일)
이전 댓글 표시
F =(f1 ,f2) my objective is maximised f1 et minimised f2 please help me !! thanks in advance
댓글 수: 0
답변 (2개)
Ugur Acar
2020년 5월 6일
Assign weights to objective functions f1,f2) then optimize the weighted sum of f1 and f2
댓글 수: 0
Rohit Garud
2020년 8월 31일
If J is your combined cost function and w1 and w2 are your weights then,
J = w1*(M-f1) + w2*(f2)
Here M is a large number which will always be greater than f1. As (M-f1) is minimized, f1 will be maximized.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!