rlouf / mcx

Express & compile probabilistic programs for performant inference on CPU & GPU. Powered by JAX.
https://rlouf.github.io/mcx
Apache License 2.0
325 stars 17 forks source link

Step size update in dual averaging is wrong #40

Closed rlouf closed 3 years ago

rlouf commented 3 years ago

We set the step size to step_size_avg while running the algorithm, when it should be step_size. Average is the final value of the step size.

rlouf commented 3 years ago

Solved.