tpapp / DynamicHMC.jl

Implementation of robust dynamic Hamiltonian Monte Carlo methods (NUTS) in Julia.
Other
242 stars 21 forks source link

Add compatibility with Optim 1 #142

Closed devmotion closed 3 years ago

devmotion commented 3 years ago

As far as I understood, the problems with Optim should be fixed (the registry was adjusted at least, it seems).

This PR supersedes https://github.com/tpapp/DynamicHMC.jl/pull/140.

tpapp commented 3 years ago

I appreciate the follow-up, thanks! Merging.