minimalizova
Minimalizova is a theoretical framework in optimization describing a family of iterative methods for minimizing an objective under constraints by alternating descent steps with localized minimization subproblems. It aims to construct trial points via a small auxiliary problem that yields better progress than a plain gradient step while maintaining feasibility.
Origin and terminology: The name blends minimize with the Slavic suffix -ova, and it appears in optimization
Definition: Let f: R^n → R be differentiable with Lipschitz continuous gradient, and C ⊆ R^n a closed
Variants and properties: Proximal minimalizova adds a proximal term; accelerated variants use momentum. Convergence typically requires
Applications: Used in constrained machine learning, engineering design, resource allocation, and economics, especially when the feasible
See also: gradient projection method; projected gradient; proximal gradient method; augmented Lagrangian methods.