bartorch.optim.cg

Contents

bartorch.optim.cg#

bartorch.optim.cg(y, A, lambda_=0.0, *, x0=None, **settings)#

Conjugate gradients. See CG.

No prior goes here: this is the one solver with no proximal operator in it, and its penalties are the quadratic ones Tikhonov describes.