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
@danielturek can we discuss the use of addHMC as a stand-alone function instead of our usual addSampler method?
Is the idea that we want it to default to sampling all nodes, hence the need for a different function? However, given we have configureHMC which seems to accomplish that purpose, I'm wondering if we need addHMC?
help(nimble_HMC) uses addSampler rather than addHMC. Is that what we want to show?
addHMCas a stand-alone function instead of our usualaddSamplermethod?Is the idea that we want it to default to sampling all nodes, hence the need for a different function? However, given we have
configureHMCwhich seems to accomplish that purpose, I'm wondering if we needaddHMC?help(nimble_HMC)usesaddSamplerrather thanaddHMC. Is that what we want to show?