필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

fgoalattain for multiobjective quadratic optimization

조회 수: 1 (최근 30일)
Maher
Maher 2018년 1월 31일
마감: MATLAB Answer Bot 2021년 8월 20일
I have multiple quadratic functions that I need to maximize subject to linear constraints. How can I do that in matlab with fgoalattain. The problem is like this: Maximize:
x1^2 + x2^2+...+xn^2
y1^2+y2^2+...+yn^2
z1^2+z2^2+...+zn^2
...............
subject to:
F(x1,x2,...,y1,y2,..., z1,z2,...)<=1
G(x1,x2,...,y1,y2,...,z1,z2,....)=0
Where F and G are linear functions. I need each of the quadratic functions to be maximized to be as close as to 2 and all functions have the same importance. Many thanks!

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by