Jack-H-Buckner / UniversalDiffEq.jl

Universal differential equations for ecologists
MIT License
3 stars 0 forks source link

Add MCMC algorithm to optimizers #27

Closed Jack-H-Buckner closed 3 weeks ago

Jack-H-Buckner commented 2 months ago

I want to see if it is possible to unify uncertinaty by using an MCMC sampler on the loss function.

jarroyoe commented 3 weeks ago

Added NUTS sampler on commit https://github.com/Jack-H-Buckner/UniversalDiffEq.jl/commit/9724962be922fe5718d65991e88d5b0f1a91e512. Will add SGLD soon.

NUTS sampler creates a vector of parameter draws. This is important to incorporate in other functions that might use a Bayesian parameterization of the model.

jarroyoe commented 3 weeks ago

Added SGLD on commit https://github.com/Jack-H-Buckner/UniversalDiffEq.jl/commit/4b6029f1f1b3d7c62010c5d7b74aa8a5628edb40.