https://github.com/GPflow/GPflow
Revision 0f6a5d35e2f0f58a36f3cfe22dd43be41265b26b authored by Joshua George Albert on 29 August 2018, 22:11:37 UTC, committed by st-- on 29 August 2018, 22:11:37 UTC
Adds a new feature MixedKernelSeparateMof (SharedIndependentMof subclass) for the most efficient code together with SeparateMixedMok.
1 parent fd6beaa
Raw File
Tip revision: 0f6a5d35e2f0f58a36f3cfe22dd43be41265b26b authored by Joshua George Albert on 29 August 2018, 22:11:37 UTC
Added MixedKernelSeparateMof (#830)
Tip revision: 0f6a5d3
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