copt.L1Norm

class copt.L1Norm(alpha=1.0, intercept=True)[source]

L1 norm, i.e., the sum of absolute values

__init__(alpha=1.0, intercept=True)[source]

Methods

__init__([alpha, intercept])
prox(x, step_size)
prox_factory()