https://github.com/GPflow/GPflow
Revision ee4f7742fb5372a53a4141166111b62dc2da5ba5 authored by Artem Artemev on 02 May 2018, 09:00:50 UTC, committed by Mark van der Wilk on 02 May 2018, 09:00:50 UTC
1 parent 3b49709
Raw File
Tip revision: ee4f7742fb5372a53a4141166111b62dc2da5ba5 authored by Artem Artemev on 02 May 2018, 09:00:50 UTC
GPflow scipy optimizer doesn't pass options kwargs to actual scipy optimizer correctly. (#738)
Tip revision: ee4f774
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