-
Notifications
You must be signed in to change notification settings - Fork 249
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
SparseMultillinearExtension::evaluate
is slow
#823
Comments
Hey @Pratyush, @DimitrisPapac and I have been looking at the If that's the case, then the current implementation is already linear in the number of non-zero evaluations. The method
and we observed that the current implementation is much more efficient:
Did you have any other algorithm in mind? If so, could you please point us to a paper or any other resource where we can read about it? Thanks! |
It takes time that is linear in the size of the hypercube, as opposed to linear in the number of non-zero coefficients.
The text was updated successfully, but these errors were encountered: