https://github.com/GPflow/GPflow
Revision d048736df973ccaf2bc8efd03f04c33893941a40 authored by st-- on 27 October 2019, 16:28:49 UTC, committed by Artem Artemev on 27 October 2019, 16:28:49 UTC
Explicitly sets the default optimization method for Scipy() to L-BFGS-B (as in gpflow1), instead of letting scipy.minimize() figure it out. This resulted in BFGS, which may be too aggressive when encountering complex optimization surfaces, so L-BFGS-B may be a more sensible default.
1 parent ca40b13
History
Tip revision: d048736df973ccaf2bc8efd03f04c33893941a40 authored by st-- on 27 October 2019, 16:28:49 UTC
Change GPflow 2.0 scipy default method to L-BFGS-B (as in GPflow 1.0) (#1112)
Tip revision: d048736
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