Closed mblondel closed 8 years ago
I needed this for a project.
Merged!
I was just looking at the simplex projection. I haven't seen any issue with it, but I notice the first two lines are:
if np.sum(v) <= z: return v
Is this correct? How do we know that v >= 0 here?
I needed this for a project.