Borrar filtros
Borrar filtros

Utilizing fmincon or fminsearch

4 visualizaciones (últimos 30 días)
Jami Turnquist
Jami Turnquist el 10 de Mzo. de 2020
Respondida: Puru Kathuria el 13 de Mzo. de 2020
I'm given these objective functions:
Objective function
Minf = 55x1 + 90x2 + 105x3 + 55x4 + 85x5 + 120x6
X1,x2,x3</ 0.5
Minf = 65x1 + 100x2 + 115x3 + 55x4 + 85x5 + 120x6
X1,x2,x3 >/ 0.5
and these constraints:
Inequality/constraints
C1: x1 + x4 >/ 0.9
C2: x2 + x5 >/ 0.7
C3: x3 + x6 >/ 0.3
Nonnegativity: Xi > 0
X1 + x2 + x3 </ 0.5
X1 = 0.8
X2 = 0
X3 = 0.3
X4 = 0.1
X5 = 0.7
X6 = 0
F=140.50
>/0.5
X1= 0.08
X2 = 0
X3 = 0.3
X4 = 0.1
X5 = 0.7
X6 = 0
F= 151.50
And told fmincon or fminsearch would be the easiest way to solve. Any suggestions?
  3 comentarios
Jami Turnquist
Jami Turnquist el 10 de Mzo. de 2020
How do you code this for this many variables though?
Matt J
Matt J el 11 de Mzo. de 2020

Iniciar sesión para comentar.

Respuestas (1)

Puru Kathuria
Puru Kathuria el 13 de Mzo. de 2020
Hi,
I understand that you want to solve this optimization problem. This can be achieved using linprog. Please go through the following link to see how to use linprog for your problem.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by