How can I convert a multi objective optimization algorithm to a single objective one by using The weighting method ?

답변 (2개)

Assign weights to objective functions f1,f2) then optimize the weighted sum of f1 and f2
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.

카테고리

도움말 센터File Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

질문:

2018년 4월 3일

답변:

2020년 8월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by