copt.utils.SquareLoss¶
-
class
copt.utils.
SquareLoss
(A, b, alpha=0)¶ Squared loss.
The Squared loss is defined as
12n‖where \|\cdot\| is the euclidean norm.
-
__init__
(A, b, alpha=0)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(A, b[, alpha])Initialize self.
f_grad
(x[, return_gradient])Attributes
lipschitz
partial_deriv
-