-
Notifications
You must be signed in to change notification settings - Fork 9
Multi-evaluate #22
Copy link
Copy link
Open
Labels
APIThis has a big impact on the APIThis has a big impact on the APImaintenanceOptimization/improvement/extensionOptimization/improvement/extension
Milestone
Metadata
Metadata
Assignees
Labels
APIThis has a big impact on the APIThis has a big impact on the APImaintenanceOptimization/improvement/extensionOptimization/improvement/extension
Work on the following:
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;
This is important for both the covariance matrices of the data and a reworked
Emulator._evaluate()-method.