https://github.com/GPflow/GPflow
Revision e59ff2f3880c16927446830344b4a1c763f7e372 authored by st-- on 30 April 2018, 10:44:40 UTC, committed by Mark van der Wilk on 30 April 2018, 10:44:40 UTC
* add check of lengthscales shape to Stationary kernel

* refactor to _validate_ard_shape

* add casts to float

* fix ArcCosine test

* add None to ARD test

* remove deprecated num_gauss_hermite_points from kernel

* Clean up docstrings & make code a bit shorter.

* Typo ARG => ARD.

* update docstring

* more dtype=float_type
1 parent 3ff6110
Raw File
Tip revision: e59ff2f3880c16927446830344b4a1c763f7e372 authored by st-- on 30 April 2018, 10:44:40 UTC
add shape check for ARD hyperparameters to Kernel classes (#694)
Tip revision: e59ff2f
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