solver#
Module path: cuqi.solver
Functions
(Euclidean) projection onto a box. |
|
(Euclidean) projection onto the nonnegative orthant. |
|
(Euclidean) proximal operator of the |x|_1 norm. |
Classes
Alternating Direction Method of Multipliers for solving regularized linear least squares problems of the form: Minimize ||Ax-b||^2 + sum_i f_i(L_i x), where the sum ranges from 1 to an arbitrary n. |
|
Conjugate Gradient method for unsymmetric linear equations and least squares problems. |
|
Fast Iterative Shrinkage-Thresholding Algorithm for regularized least squares problems. |
|
Levenberg-Marquardt algorithm for nonlinear least-squares problems. |
|
Wrapper for |
|
Wrapper for |
|
Primal-Dual Hybrid Gradient algorithm. |
|
Simply calls ::class:: cuqi.solver.minimize with -func. |
|
Wrapper for |