https://github.com/GPflow/GPflow
Revision 8a9e831275e56e40e7901c76f1e201435b17fe75 authored by James Hensman on 28 March 2017, 07:58:53 UTC, committed by GitHub on 28 March 2017, 07:58:53 UTC
Added a function evaluation counter
2 parent s aec3208 + ae02c22
Raw File
Tip revision: 8a9e831275e56e40e7901c76f1e201435b17fe75 authored by James Hensman on 28 March 2017, 07:58:53 UTC
Merge pull request #320 from GPflow/feval-counter
Tip revision: 8a9e831
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