gradiensets
Gradiensets are mathematical objects that collect gradient vectors of a scalar function across a domain. They are used to capture local directional information that informs optimization analysis and the study of gradient dynamics.
Formally, let f: R^n -> R be differentiable on a domain D ⊆ R^n. The gradienset of f over
Variants and related concepts include the subgradient set for non-differentiable functions, denoted ∂f(x), and the Clarke
Structure and interpretation: the gradienset is usually a geometric object in R^n. Its geometry can reveal function
Examples: for a quadratic function f(x) = 1/2 x^T Q x with Q symmetric, ∇f(x) = Qx and G_f(D)
Applications include analyzing gradient flow, convergence behavior of algorithms, and studying how objective values respond to