https://github.com/GPflow/GPflow
Revision 330074a49b242af49edb1e2665ea0199ca7a420a authored by st-- on 23 October 2019, 10:16:51 UTC, committed by Mark van der Wilk on 23 October 2019, 10:16:51 UTC
* WIP

* make it run

* rerun notebook

* rerun notebook after merging in bugfix

* Call step_callback through scipy.minimize's callback procedure (at the end of each step); previous behaviour was to call step_callback at each evaluation of objective function

* adjust callback signature

* changes to make it work under gpflow2: method=L-BFGS-B, tol=1e-11. increase callback frequency

* rerun notebook

* remove from notebook test blacklist

* fix Scipy
1 parent 6e43fec
History
Tip revision: 330074a49b242af49edb1e2665ea0199ca7a420a authored by st-- on 23 October 2019, 10:16:51 UTC
GPflow 2.0 notebook update: FITC vs VFE (#1104)
Tip revision: 330074a
File Mode Size
.circleci
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 286 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 811 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-- 158 bytes
Makefile -rw-r--r-- 597 bytes
README.md -rw-r--r-- 5.2 KB
RELEASE.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 7 bytes
codecov.yml -rw-r--r-- 274 bytes
contributing.md -rw-r--r-- 7.3 KB
notebooks l--------- 21 bytes
setup.py -rw-r--r-- 2.1 KB
tests_requirements.txt -rw-r--r-- 108 bytes

README.md

back to top