CliMA / CliMA/CalibrateEmulateSample.jl
Kernel types too specific
Open
- Dominant language
- Julia
- Stars
- 90
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
## Issue
https://github.com/CliMA/CalibrateEmulateSample.jl/blob/b8338a0a612a4d581137a662f2685a863f4bbd73/src/GaussianProcess.jl#L60
We hope to add new GP packages via adding a new package `Mypkg`, struct `mystruct` and the mlt methods (build_models! and predict! etc)
but right now they are also constrained (needlessly ) to type.
## Solution
Don't require specific kernel types in the constructor, just pass them into the wrapper.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.