https://github.com/GPflow/GPflow
Revision 9366211b6ba84d8a99c8db8ab060ab7135761743 authored by Alexander G. de G. Matthews on 30 November 2016, 08:09:48 UTC, committed by James Hensman on 30 November 2016, 08:09:48 UTC
* Adding sequential generation to minibatch class.

* Test minibatch data.

* Correction on basis of test.

* Pulling out sequence generation.

* Building up svgp regression test.

* Pulling out minibatch functionality into new python file.

* adding test of sampler logic.


1 parent 262f652
Raw File
Tip revision: 9366211b6ba84d8a99c8db8ab060ab7135761743 authored by Alexander G. de G. Matthews on 30 November 2016, 08:09:48 UTC
Improve test coverage for stochastic gradients with tf optimizer. (#287)
Tip revision: 9366211
gpflowrc_test.txt
[first_section]
a_bool = false
a_float = 1e-3
a_string = hello
a_type = float64

[second_section]
a_bool = true
another_bool = True
yet_another_bool = False
back to top