argminy
Argminy is the notation for the set of arguments that minimize a function y: X → R over a domain X. More precisely, argminx y(x) denotes the set { x in X | y(x) = min_{z in X} y(z) }. In many texts the notation is written as argmin_x y(x), with the minimum value denoted by min_{x in X} y(x). The term is used in optimization to identify the points at which the objective function attains its smallest value.
Existence and uniqueness depend on properties of the function and the domain. If X is compact and
Computation and methods. If y is differentiable, stationary points satisfy the condition ∇y(x) = 0 and, under
Examples. For y(x) = (x−2)², argminx y(x) = {2}. For y(x) = sin²x over the real line, argminx y(x)
See also: argmax, convex optimization, gradient descent, KKT conditions.