minimipiste
Minimipiste is a term used in mathematics and optimization to denote a point where a function attains its minimum value on a given domain. It can be local, where the function value is not exceeded in a neighborhood, or global, where the value is the smallest over the entire domain. A minimipiste may be strict (the inequality is strict for nearby points) or non-strict.
In differentiable problems, a common necessary condition for a local minimipiste is that the gradient vanishes:
Examples include f(x) = (x − 4)^2 + 2, which has a global minimipiste at x = 4 with value
Numerical methods to find minimipiste include gradient descent, Newton’s method, and interior-point methods for constrained problems.