cr.sparse.opt.proj_l1_ball

cr.sparse.opt.proj_l1_ball(q=1.0, b=None)[source]

Projector functions for || x - b ||_1 <= q

Algorithm 2 in Probing the Pareto frontier is a variant of this algorithm based on heap data structure and partial cumulative sums.