Maximization of minimum difference
Mostra commenti meno recenti
Suppose we have a function of the form: (x1 - x2) + (x3 - x4) + (x5 - x6) and we have maximized this summation using linprog (using some constraints which are not important for this matter). This provides us with a value for the different x variables.
The problem I now want to solve is the maximization of the minimum (xi - xj) and with the constraint that the solution (x1, x2, ...) filled in in the original summation should have a higher or the same value (constraint).
This would distribute the difference between the variables x1,x2; x3,x4, ...
What function should I use for this problem (maximization of the minima)?
Risposte (1)
Matt J
il 25 Mag 2013
0 voti
FMINIMAX, I suppose.
Categorie
Scopri di più su Solver Outputs and Iterative Display in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!