How is the minimization part done in projected gradient descent?
It says to do:
$$y_{k+1}=x_k-t^{(k)}\partial f(x^{(k)})$$
where $x_{k+1}=\min_{z \in \chi} \|x-z\|$
So is one supposed to solve the $x_{k+1}$ using some other minimization method? Or what is one supposed to do?