I'd like to write something very similar to the algorithm shown below, but using the algorithmicx package. (This example comes from p. 152 of the book Proximal Algorithms by Boyd and Parikh.) How can I have a "repeat" statement without a corresponding "until" statement using algorithmicx?
(I mention the algorithmicx package specifically because I think it's more customizable than other algorithm packages.)

