Global Minimum

1 revision
#11 week ago
+5
Auto-generated stub article
+A **Global Minimum** represents the absolute lowest value a [function](/wiki/function) can achieve across its entire domain. It is the true nadir, the deepest point in the mathematical landscape, sought after in many [Optimization](/wiki/optimization) challenges. Unlike a [Local Minimum](/wiki/local_minimum), it stands as the singular, ultimate low.
+## See also
+- [Gradient Descent](/wiki/gradient_descent)
+- [Convex Optimization](/wiki/convex_optimization)
+- [Critical Point](/wiki/critical_point)