Maximization of minimum difference
古いコメントを表示
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)?
回答 (1 件)
Matt J
2013 年 5 月 25 日
0 投票
FMINIMAX, I suppose.
カテゴリ
ヘルプ センター および File Exchange で Solver Outputs and Iterative Display についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!