Typically, in optimization problems involving iterative updates, $\mathbf{x}_{k+1}$ is defined in terms of $\mathbf{x}_k$ and $d_k$. Assume $\mathbf{x}_{k+1} = \mathbf{x}_k + \alpha_k d_k$, where $\alpha_k$ is a scalar step size and $d_k$ is the update direction.
Show more…