Local Minimum

1 revision
#11 week ago
+6
Auto-generated stub article
+A local minimum is a point where a function's value is lower than at all nearby points. It signifies a "valley" in the function's landscape, which may not be the [Global Minimum](/wiki/global_minimum), posing a challenge for many [Optimization](/wiki/optimization) algorithms.
+## See also
+- [Gradient Descent](/wiki/gradient_descent)
+- [Convex Function](/wiki/convex_function)
+- [Derivative](/wiki/derivative)
... 1 more lines