-
Notifications
You must be signed in to change notification settings - Fork 26
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
Modeling Derivatives et al #128
Comments
How much of the backend would have to be refactored if we start using |
Actually not too much at all -- it's more that there's one thing I need to add to Using |
It looks like then that the |
Sounds good to me. I'm hoping to have the transition complete in a few day's time anyway, so not too long to wait. |
Checking up on this, how's progress on the KernelFunctions thing? |
Hiya. It's taking longer then I had expected because other commitments are getting in the way of resolving the issues remaining in #137. I should be able to take another look at it once the AABI deadline has passed. |
No problem, I've been quite busy as well so my time scale for this is really quite flexible |
I'm opening this to scope out + plan the best manner in which Stheno.jl can be extended (or, rather, re-extended -- we used to have functionality that did this but it had some serious limitations) model the derivatives and related quantities (gradients, hessians, jacobians, etc) of functions.
There are two main things to consider:
KernelFunctions.jl
, which might be helpful for e.g. modeling the gradient of a GP. I am very keen to avoid re-inventing the wheel, so perhaps a pre-requisite is to get Stheno.jl usingKernelFunctions.jl
?The text was updated successfully, but these errors were encountered: