minmaxmin
Minmaxmin is a term encountered in optimization and game theory, used to refer to a triple-nested optimization operation in which the order of min and max is specified and applied sequentially. Although not a widely standardized notation, it commonly describes problems of the form min over x of max over y of min over z of a function f(x, y, z), with the exact variable order depending on the context.
Formal definition and variants
For a function f defined on domains X, Y, Z, minmaxmin can denote min_{x in X} max_{y
Existence and characterization of optimal solutions for minmaxmin depend on properties like convexity, concavity, and compactness
Solving minmaxmin typically involves nested optimization techniques, such as alternating minimization and maximization, bilevel programming, or
Minmaxmin appears in hierarchical decision making, robust optimization with multiple layers of adversarial or uncertain components,
Minimax, maximin, saddle point, bilevel optimization, nested optimization, game theory.