Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a cumulative-sum-based truncation method #15

Open
caleb-johnson opened this issue Sep 25, 2024 · 0 comments
Open

Add a cumulative-sum-based truncation method #15

caleb-johnson opened this issue Sep 25, 2024 · 0 comments

Comments

@caleb-johnson
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant