Revision e8ba02ed5152a5dc629e428d45d0d55ceba16296 authored by ahsimb on 27 September 2018, 10:14:20 UTC, committed by st-- on 27 September 2018, 10:14:20 UTC
Now lets the monitor context keep track of the optimiser to update optimiser's variables - necessary for obtaining correct traces (of hyperparameters, log-marginal likelihoods etc.) when using ScipyOptimizer.
1 parent f8deb4c
Raw File
roadmap.md
This document covers major planned development items for GPflow.

# Computational speed
 - Add further benchmarks to [benchmark repository](https://github.com/GPflow/GPflowBenchmarks) including multiple GPUs.
 - Incorporate remaining Tom Nickson GPU code from [branch](https://github.com/c0g/tomserflow) into TensorFlow main.

# Features
 - Add ability to exploit Kronecker structure.
	
# Housekeeping 
 - See also issues marked "enhancement" in the GitHub [list](https://github.com/GPflow/GPflow/issues).
back to top