https://github.com/GPflow/GPflow
Revision d1ac7b831ad36cd0e4bdd7980819f83208345148 authored by Alessandro Davide Ialongo on 07 February 2018, 13:36:57 UTC, committed by Mark van der Wilk on 07 February 2018, 14:00:17 UTC
* new implementations of  RBF and Linear kernel expectations as well as the RBF-Linear cross kernel expectation
* more efficient mean function expectation handling
* Streamline quadrature expectations and unified the expectations files
* clearer distinction between quadrature_expectation and expectation which makes @quadrature_fallback superfluous
* "Private" _expectation methods are kept private
* Improve handling of Sum kernels (with 1 bug fixed on when cross expectations simplify)
* switch to assert_allclose instead of the less advisable assert_almost_equal
* switch around (feat, kern) to (kern, feat) in expectations for consistency
* improve test coverage and reduced error tolerance
* add, correct and improve docstrings
* make covariance name consistent for all Gaussian probability_distributions: p.cov
* add shape inference for guassian covariances
1 parent da01a3f
History
Tip revision: d1ac7b831ad36cd0e4bdd7980819f83208345148 authored by Alessandro Davide Ialongo on 07 February 2018, 13:36:57 UTC
Expectations speedup and refactoring:
Tip revision: d1ac7b8
File Mode Size
doc
gpflow
notebooks
tests
.coveragerc -rw-r--r-- 261 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 811 bytes
.pylintrc -rw-r--r-- 14.6 KB
.travis.yml -rw-r--r-- 641 bytes
Dockerfile -rw-r--r-- 1.1 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 166 bytes
README.md -rw-r--r-- 4.7 KB
RELEASE.md -rw-r--r-- 5.3 KB
codecov.yml -rw-r--r-- 268 bytes
contributing.md -rw-r--r-- 4.1 KB
docs_require.txt -rw-r--r-- 404 bytes
roadmap.md -rw-r--r-- 506 bytes
run_tests.sh -rwxr-xr-x 896 bytes
setup.py -rw-r--r-- 2.3 KB

README.md

back to top