PminPmax
PminPmax is a term used in optimization to describe a min–max decision principle in which a quantity is minimized with respect to a parameter and the worst‑case outcome is taken with respect to an adversarial or uncertain variable. The notation PminPmax often denotes the outer minimization over a parameter space P and the inner maximization over a secondary space S: min_{p ∈ P} max_{s ∈ S} f(p, s). The resulting value represents the best guaranteed performance against the most adverse scenario within S for the chosen parameter p.
In this framing, p is selected to minimize the maximum value of f over all s in
Under mild regularity conditions (e.g., P and S are compact, f is continuous), the optimal p exists
Applications include designing robust controllers, risk-averse investment strategies, and machine learning models that resist adversarial inputs.
Example: consider f(p,s) = (p − s)^2 with p in [0,1] and s in [0,1]. The PminPmax value is