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

Improve speed of SECNice #372

Closed
odunbar opened this issue Apr 30, 2024 · 1 comment
Closed

Improve speed of SECNice #372

odunbar opened this issue Apr 30, 2024 · 1 comment

Comments

@odunbar
Copy link
Collaborator

odunbar commented Apr 30, 2024

Purpose

Currently NICE performs an entry based calculation of correlations, scaling with number of matrix entries in an input x output and output x output sized matrix. For larger systems this can become expensive.

Possible solution

Replace the current entry-based calculation by a precomputed (or compute-once) interpolator of [-1,1] for large systems. i.e. we compute for fine resolution of [-1,1] forming an interpolation object that is then used to emulate this calculation in operation.

@odunbar
Copy link
Collaborator Author

odunbar commented May 1, 2024

We resolved this in #367

@odunbar odunbar closed this as completed May 1, 2024
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