Revision 12243a6a2a325f823704be7c72c83e222dd3b53b authored by st-- on 02 June 2020, 12:16:24 UTC, committed by GitHub on 02 June 2020, 12:16:24 UTC
Doc improvement: Fixes some typos in the Scipy docstring and adds a note on scipy minimize()'s callback argument vs GPflow Scipy().minimize()'s step_callback. Cleans up types in the module. 

Backwards-incompatible change: the `step_callback` that can be passes to the Scipy.minimize() method is changed to take its arguments by position, not name; in line with the StepCallback type signature (and in line with Python's typing.Callable documentation which suggests that callbacks should take arguments preferentially by position, not name).
1 parent 89af61e
History
File Mode Size
__init__.py -rw-r--r-- 1.1 KB
gplvm.py -rw-r--r-- 11.1 KB
gpmc.py -rw-r--r-- 3.7 KB
gpr.py -rw-r--r-- 3.6 KB
model.py -rw-r--r-- 8.9 KB
sgpmc.py -rw-r--r-- 4.4 KB
sgpr.py -rw-r--r-- 15.3 KB
svgp.py -rw-r--r-- 7.1 KB
training_mixins.py -rw-r--r-- 4.5 KB
util.py -rw-r--r-- 2.4 KB
vgp.py -rw-r--r-- 9.4 KB

back to top