How to find the solution of a given optimization problem?
Afficher commentaires plus anciens
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?
Réponses (1)
Pratyush Roy
le 29 Déc 2020
0 votes
Catégories
En savoir plus sur Choose a Solver dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!