subgradientové
Subgradientové refers to a generalization of the gradient for convex functions that are not necessarily differentiable. While the gradient at a point provides a unique direction of steepest ascent for a differentiable function, a non-differentiable convex function at a particular point may have a set of possible "slopes" or directions of increase. The subgradient is an element of this set.
Formally, for a convex function f: R^n -> R, a vector g is a subgradient of f at
The concept of subgradients is crucial in convex optimization, particularly for problems involving non-smooth convex functions.
Subgradient methods are often simpler to implement than other optimization techniques for non-smooth problems because they
---