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
Raw File
index.rst
.. GPflow documentation master file, created by
   sphinx-quickstart on Mon Jul 25 12:37:37 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

GPflow Documentation
==================================

.. toctree::
   :maxdepth: 2

   intro
   Examples and tutorials <https://nbviewer.jupyter.org/github/GPflow/GPflow/blob/develop/doc/source/notebooks/intro.ipynb?flush_cache=true>
   Tips and Tricks <https://nbviewer.jupyter.org/github/GPflow/GPflow/blob/develop/doc/source/notebooks/tips_and_tricks.ipynb>
   apiAndArchitecture
   derivations
back to top