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

Multi-evaluate #22

Open
2 tasks
1313e opened this issue Jul 26, 2019 · 0 comments
Open
2 tasks

Multi-evaluate #22

1313e opened this issue Jul 26, 2019 · 0 comments
Assignees
Labels
API This has a big impact on the API maintenance Optimization/improvement/extension
Milestone

Comments

@1313e
Copy link
Owner

1313e commented Jul 26, 2019

Work on the following:

  • Rewrite the Emulator._evaluate()-method and all related methods to take a sample set as the input instead of a parameter set.
    This can potentially significantly improve the evaluation rate of the emulator (especially for large sample set) and make the calculations less susceptible to computational errors;
  • Improve the calculations of covariance matrices to use less memory while not reducing its efficiency.
    This is important for both the covariance matrices of the data and a reworked Emulator._evaluate()-method.
@1313e 1313e added API This has a big impact on the API maintenance Optimization/improvement/extension todo This will be worked on in the future labels Jul 26, 2019
@1313e 1313e added this to the v1.1.4 milestone Jul 26, 2019
@1313e 1313e self-assigned this Jul 26, 2019
@1313e 1313e modified the milestones: v1.1.4, v1.2.0 Aug 2, 2019
@1313e 1313e removed the todo This will be worked on in the future label Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API This has a big impact on the API maintenance Optimization/improvement/extension
Projects
None yet
Development

No branches or pull requests

1 participant