Proximal Minimization Algorithm
Definition1
When solving the optimization problem for the objective function , the method of updating the optimal solution by repeatedly applying the proximal operator is called the proximal minimization algorithm.
Description
It is also known as the proximal point algorithm or proximal iteration.
In the optimization target, the term prevents the updated from straying too far from . It means to prevent it from being updated to a very different value suddenly. In other words, looking at the entire objective function, it can be seen that the optimal solution is updated in the direction of minimizing without straying too far from the previous step.
Parikh, Neal, and Stephen Boyd. “Proximal algorithms.” Foundations and trends® in Optimization 1.3 (2014), Ch4.1 Proximal minimization ↩︎