Hello every one, I have a question related to approximation of functions based on norms

조회 수: 2 (최근 30일)
How can I approximate this function and its constraint using L1, L2, and L∞ to perform the optimization process using fmincon MATLAB function?
Objective function F*w+f=min
Subject to F*w+f b
F is a matrix (7x35)
f is a vector (7x1)
b is the vector (7x1)
w is the vector of parameters needed for optimization (35x1)

채택된 답변

Matt J
Matt J 2020년 11월 14일
  댓글 수: 4
Ahmed Galal
Ahmed Galal 2020년 11월 14일
편집: Ahmed Galal 2020년 11월 14일
What should I do if some constraints included in the norms like the attached example. Please find the attached example
The first constraint is L∞-NORM
The second constraint is L1-NORM
Matt J
Matt J 2020년 11월 14일
That's a much different question. You should post it in a separate thread.

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

추가 답변 (1개)

Bruno Luong
Bruno Luong 2020년 11월 14일
l1 and linfinity can be formulate as linear programming, so LINPROG is better.
  댓글 수: 4
Matt J
Matt J 2020년 11월 14일
The first constraint in Ahmed's addendum is non-convex. It looks difficult to recast that as a linear program.
Ahmed Galal
Ahmed Galal 2020년 11월 16일
Thank you very much sir Bruno Luong for helping, also for your kind words.
Thanks also extending for sir Matt.

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

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by