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
Sorting the coefficients to perform cumulative sum may not scale much worse than truncate_binary_search, and it would allow users to track "plateaus" of coefficient values which the binary search cannot account for.
The text was updated successfully, but these errors were encountered:
Sorting the coefficients to perform cumulative sum may not scale much worse than
truncate_binary_search
, and it would allow users to track "plateaus" of coefficient values which the binary search cannot account for.The text was updated successfully, but these errors were encountered: