Revision 4aef40d869462e0aae0920354df6b08a177a54df authored by st-- on 14 October 2019, 21:36:48 UTC, committed by GitHub on 14 October 2019, 21:36:48 UTC
Fixes a bug in the optimization objective for all `BayesianModel` subclasses when the model has parameters that have a `transform` (e.g. `positive()`, for kernel lengthscales and variances) but no `prior` (i.e. when doing Maximum Likelihood Estimation (MLE) inference). The objective should be independent of the parametrisation of the parameters, i.e. `log_prior()` of the parameters should be zero.
1 parent c5b91dd
History
File Mode Size
source
Makefile -rw-r--r-- 7.4 KB
README.md -rw-r--r-- 1.1 KB
docs_require.txt -rw-r--r-- 338 bytes

README.md

back to top