Closed jameshensman closed 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.
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.
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.