https://github.com/GPflow/GPflow
Revision 6fda0e9c514696c3a09d6548bf7b7d8f1903aee4 authored by st-- on 04 June 2020, 14:24:52 UTC, committed by GitHub on 04 June 2020, 14:24:52 UTC
As discussed in #878, GPflow's NaturalGradient optimizer does not implement the diagonal covariance parametrization (`q_diag=True`). This PR clarifies this in the documentation and adds extra shape checks.
1 parent 647ca90
History
Tip revision: 6fda0e9c514696c3a09d6548bf7b7d8f1903aee4 authored by st-- on 04 June 2020, 14:24:52 UTC
improve NaturalGradient optimizer documentation and add shape checks (#1489)
Tip revision: 6fda0e9
File Mode Size
.circleci
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 283 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 866 bytes
.pylintrc -rw-r--r-- 14.6 KB
GLOSSARY.md -rw-r--r-- 1.4 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 182 bytes
Makefile -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 9.6 KB
RELEASE.md -rw-r--r-- 131 bytes
VERSION -rw-r--r-- 6 bytes
codecov.yml -rw-r--r-- 274 bytes
contributing.md -rw-r--r-- 6.8 KB
mypy.ini -rw-r--r-- 730 bytes
notebooks l--------- 21 bytes
setup.py -rw-r--r-- 2.1 KB
tests_requirements.txt -rw-r--r-- 243 bytes

README.md

back to top