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

Speed... #1

Open
dncnwtts opened this issue Oct 26, 2016 · 0 comments
Open

Speed... #1

dncnwtts opened this issue Oct 26, 2016 · 0 comments

Comments

@dncnwtts
Copy link
Owner

Currently the speed of calling clee-fast is on the order of calling CAMB directly. This is fine if you don't want to use CAMB itself, but the speed increase of 2-5 that I've observed when going from CAMB to clee-fast is untenable for actual likelihood evaluations, especially when for the matrix inversions we are using, the limiting time scale is O(10 ms).

There are a couple of options for interpolation, one is "kriging", there's also simply fitting a polynomial of some order at each point. I would think that scikit-learn has some module for dealing with this exact problem.

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