Closed andreasnoack closed 5 years ago
Thanks for spotting this. This issue should be fixed by https://github.com/TuringLang/AdvancedHMC.jl/pull/106.
@xukai92 does the show method for metric always print the diagonal only? If so, maybe warn the user that "only diagonal elements are showed" to avoid potential confusion.
Yes it only print the diagonal. How do you think to warn the user?
I guess we could do something like DenseEuclideanMetric(diag=[1.0, 1.0, 1.0])
?
I guess we could do something like DenseEuclideanMetric(diag=[1.0, 1.0, 1.0])?
That looks good to me!
Closed by #106 and #107