How to find the solution of a given optimization problem?

1 visualización (últimos 30 días)
Jashabanta Palasi
Jashabanta Palasi el 7 de Dic. de 2020
Respondida: Pratyush Roy el 29 de Dic. de 2020
How to find the minmax of a function
ex:
f= min max f(p,n) such that 0<p<12 and 0<n<5,
lets say,
f= min max 1/2*log2(P/(alpha*P+err*(nvar+N)) where err and alpha are the constants
equation satisfies the given constraints as shown above.
Can I use fmincon of -f and then do fmincon f to get the answer? Is there any possible way to write a single line command to get the result?

Respuestas (1)

Pratyush Roy
Pratyush Roy el 29 de Dic. de 2020
Hi,
This link might be helpful.
Hope this helps!

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