blei-lab / edward

A probabilistic programming language in TensorFlow. Deep generative models, variational inference.
http://edwardlib.org
Other
4.83k stars 761 forks source link

What is the default optimizer in KLqp? #904

Open pswpswpsw opened 6 years ago

pswpswpsw commented 6 years ago

I know I can pass tensorflow optimizer into edward. But what is the default optimization in KLqp?

Is the one written in the 2016 JMLR-ADVI paper ?