https://github.com/GPflow/GPflow
Revision 1d3e25c3ad4835ee298675f557e4c78bc8501c74 authored by James Hensman on 06 March 2017, 17:34:31 UTC, committed by Mark van der Wilk on 06 March 2017, 17:34:31 UTC
* making ekern_tests deterministic

* missing rng

* swiching random seed

* small edits to test_ekerns

including 100 quadrature points

* choleskifying eKxz in RBF

* choosing a better random seed and fewer quad points

* fewer GH points for poor old servers
1 parent ad168b3
Raw File
Tip revision: 1d3e25c3ad4835ee298675f557e4c78bc8501c74 authored by James Hensman on 06 March 2017, 17:34:31 UTC
making ekern_tests deterministic (#366)
Tip revision: 1d3e25c
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