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
In my application domain, I need to perform HMC sampling from convex polytopes defined by linear programs. Volesti is a C++ and R library that implements reflective HMC and constrained Riemann HMC, both of which perform HMC on convex polytopes defined by A x <= b for user-specified A and b. I wish AdvancedHMC.jl will someday support these HMC algorithms. Is there any such plan in the near future? Thanks!
The text was updated successfully, but these errors were encountered:
In my application domain, I need to perform HMC sampling from convex polytopes defined by linear programs. Volesti is a C++ and R library that implements reflective HMC and constrained Riemann HMC, both of which perform HMC on convex polytopes defined by
A x <= b
for user-specifiedA
andb
. I wish AdvancedHMC.jl will someday support these HMC algorithms. Is there any such plan in the near future? Thanks!The text was updated successfully, but these errors were encountered: