minXmaxX
MinXmaxX is a term used in optimization and decision theory to denote a min-max problem: choosing a decision variable x to minimize the maximum value among a family of criteria or scenarios. The formal formulation is min_{x ∈ X} max_{i ∈ I} f_i(x), where X is a feasible set and {f_i} is a collection of real-valued functions. The inner maximum captures the worst-case performance across scenarios or criteria.
If each f_i is convex in x and X is convex, then F(x) = max_i f_i(x) is also
Computational considerations vary with problem structure. In general, minXmaxX can be difficult if f_i are non-convex
Applications of minXmaxX span robust design and decision making under uncertainty, supply chain risk management, control
See also: minimax, maximin, saddle point, robust optimization, convex optimization, linear programming, duality.