Add Model wrapper that uses Gaussian processes to evaluate #1535
Replies: 8 comments
-
I can see three options here:
I'm leaning towards (1) for the short term, leading towards (2) in the longer term if the paper with @sanmitraghosh shows some good result for our approach. Any other thoughts? |
Beta Was this translation helpful? Give feedback.
-
I've got some good results at using Aboria to solve for the GP, so I'm going to experiment with fitting a GP using this. |
Beta Was this translation helpful? Give feedback.
-
@martinjrobins Great news ! |
Beta Was this translation helpful? Give feedback.
-
I'll let you know how it goes. I'm going to stick to the matern 3/2 kernel for the moment, as that seems to be the easiest to solve (Gaussian I haven't managed to do efficiently for dimensions higher than 3) |
Beta Was this translation helpful? Give feedback.
-
I think you need not worry about Gaussian kernel, matern is much more useful in practical applications. |
Beta Was this translation helpful? Give feedback.
-
couple of implementation points, I'm planning to:
|
Beta Was this translation helpful? Give feedback.
-
Hey @martinjrobins what's the status of this? Is it still within scope for PINTS? |
Beta Was this translation helpful? Give feedback.
-
@martinjrobins can we close this? Seems like it would be a project using PINTS, rather than a part of PINTS? Could even be something that lives in another |
Beta Was this translation helpful? Give feedback.
-
Possibly based on GPy or GPflow
Beta Was this translation helpful? Give feedback.
All reactions