Currently the acceptance rate is not maintained in the HybridGibbs sampler. This means that tuning is not happening using the full acc rate of the chain.
DoD:
[x] HybridGibbs ensures samplers store acc rate while sampling
[x] HybridGibbs maintains state and history of samplers
[x] unit tests are implemented to check the above mentioned behavior
Description
Currently the acceptance rate is not maintained in the HybridGibbs sampler. This means that tuning is not happening using the full acc rate of the chain.
DoD: