alashworth / test-issue-import

0 stars 0 forks source link

Remove step size jittering functionality #120

Open alashworth opened 5 years ago

alashworth commented 5 years ago

Issue by betanalpha Thursday Dec 22, 2016 at 05:21 GMT Originally opened as https://github.com/stan-dev/stan/issues/2183


Summary:

Remove step size jittering functionality from samplers.

Description:

The HMC sampler allow for the nominal step size to be randomly jittered, in line with advice given in Neal's HMC review. Random jittering, however, is not effective at getting the sampler through regions of high-curvature where we should be using more advanced samplers or modifying the target model.

Removing this functionality will clean up the code and avoid users attempting to use it in difficult problems.

May have to wait for the refactor as jitter is exposed as an argument in CmdStan.

Current Version:

v2.13.1

alashworth commented 5 years ago

Comment by mcol Tuesday Oct 03, 2017 at 16:10 GMT


Duplicate of #1816?