Multiobjective function Minimizati​on/Maximiz​ation

Hello, I have the following function CL=f(x1,x2,x3) CD=f(x1,x2,x3)
where 1<x1<7 1<x2<7 1<x3<12
I'm not able to set the Multiobjective genetic algorithm in order to obtain the Pareto front, and I don't understand how to specified the function that I want to minimize and the other that I want to maximize.
Someone can help me?

댓글 수: 1

You should use multiobejctive optimization GUI tool box of ga. You may put these three 1<x1<7 1<x2<7 1<x3<12 as a constraint (upper and lower level). Such type of objective called constraint problem in ga. you may search over matlab or google or youtube for quick and easy solution.
you may click on video link present in this question.

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

답변 (1개)

Alan Weiss
Alan Weiss 2017년 7월 31일

1 개 추천

All optimization solvers attempt to minimize. To maximize an objective, minimize its negative.
I suggest that you look at some of the examples in the documentation.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation

카테고리

질문:

2017년 7월 31일

댓글:

2017년 10월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by