You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Issue
CalibrateEmulateSample.jl/src/GaussianProcess.jl
Line 60 in b8338a0
We hope to add new GP packages via adding a new package
Mypkg
, structmystruct
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.
The text was updated successfully, but these errors were encountered: