minimizers
Minimizers are points in a domain at which a function attains its smallest value. For a function f: X → R, a point x* ∈ X is a global minimizer if f(x*) ≤ f(x) for every x ∈ X. A local minimizer satisfies f(x*) ≤ f(x) for all x in some neighborhood of x*. If the inequality is strict for all x ≠ x*, x* is a strict minimizer. A function may have multiple minimizers, especially when the problem is non-convex. In convex optimization, every local minimizer is global, and if the function is strictly convex there is a unique minimizer.
In constrained problems, minimizers must satisfy not only the objective but also the constraints. Optimality conditions
Existence of minimizers is a foundational concern. A classic result (Weierstrass) states that if the domain
Minimizers arise in many fields, including mathematics, economics, engineering, and machine learning. In optimization algorithms, one