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

1 visualización (últimos 30 días)
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)

Respuesta aceptada

Matt J
Matt J el 14 de Nov. de 2020
  4 comentarios
Ahmed Galal
Ahmed Galal el 14 de Nov. de 2020
Editada: Ahmed Galal el 14 de Nov. de 2020
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 el 14 de Nov. de 2020
That's a much different question. You should post it in a separate thread.

Iniciar sesión para comentar.

Más respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by