You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue seems to be about numerical stability (I can tell because the plot looks closer to expected when I switched to float64). We haven't really optimized for very large alpha values (10 is an extremely large alpha value) because mathematically it becomes almost an expensive-to-compute step function/argmax. Do you have an application in mind for which you need this?
Hi, I was plotting the output of the entmax_bisect function at different levels of alpha
Here's what I'm getting
I'm expecting this to be a smooth function except for two points when it transitions to 0 or 1
Any explanation for this?
The text was updated successfully, but these errors were encountered: