https://github.com/GPflow/GPflow
Raw File
Tip revision: cebac779cfe5f33752dbd520d1425ce47e3d5911 authored by alexggmatthews on 15 November 2016, 13:24:55 UTC
Updating to use of jittered cholesky.
Tip revision: cebac77
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