SheffieldML / GPclust

Collapsed Variational Bayes
GNU General Public License v3.0
67 stars 37 forks source link

merege Speedup branch #3

Closed jameshensman closed 8 years ago

jameshensman commented 8 years ago

I vectorized a loop within OMGP.py, replaced a matrix multiply with a triangular solve (dpotrs) and improved the plotting to be more robust across GPy versions.

vals commented 8 years ago

It does seem a bit faster with the vectorisation, and I get the same results as before so I think the pull request branching worked fine.