Borrar filtros
Borrar filtros

Solving compound linear optimization problem

1 visualización (últimos 30 días)
carlos g
carlos g el 29 de Mzo. de 2019
Respondida: Torsten el 1 de Abr. de 2019
I would like to solve the following compound optimization problem in MATLAB:
min (Ax-a), min (Bx-b), min (Cx-c)
subject to Dx=d and x>=0, where a,b,c,d,A,B,C,D are given.
First of all, I don't know how to set up the above problem, should I write
min(Ax-a)^2+min(Bx-b)^2+min(Cx-c)^2, s.t. Dx=d and x>=0
Is this the best formulation of such problem? The second question is, should I use quadprog or are there other more suitable routines in MATLAB?

Respuestas (2)

Catalytic
Catalytic el 29 de Mzo. de 2019
I've never heard of a compound optimization problem but maybe this will help

Torsten
Torsten el 1 de Abr. de 2019
Look up
https://de.mathworks.com/discovery/multiobjective-optimization.html

Categorías

Más información sobre Surrogate Optimization 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