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
This is not so much an issue as a request for advice. I have developed a new HMC algorithm that doesn't use gradients, integrators or compute trajectories but uses a specific Hamiltonian form (that isn't separable). I would like to use AdvancedHMC to compare its performance with all the tried and tested old HMC algorithms. Is there a minimal template for what I need to implement to interface with the rest of AdvancedHMC.jl? Or should I try to interface with more general MC samplers, except that I provide my own function for new proposals? Thanks for any advice.
The text was updated successfully, but these errors were encountered:
Funny you ask that, this very morning I was going on a hunt for an answer to the exact same question because of this new derivative-free sampler very similar in spirit to NUTS which came out barely a month ago called the No-Underrun Sampler (NURS). I was wondering if AdvancedHMC.jl was the right place to ask but unsure given that HMC fundamentally relies on computing the derivative.
This is not so much an issue as a request for advice. I have developed a new HMC algorithm that doesn't use gradients, integrators or compute trajectories but uses a specific Hamiltonian form (that isn't separable). I would like to use AdvancedHMC to compare its performance with all the tried and tested old HMC algorithms. Is there a minimal template for what I need to implement to interface with the rest of AdvancedHMC.jl? Or should I try to interface with more general MC samplers, except that I provide my own function for new proposals? Thanks for any advice.
The text was updated successfully, but these errors were encountered: