mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
added some caching
This commit is contained in:
parent
a6d3fda234
commit
283b0745aa
2 changed files with 11 additions and 10 deletions
|
|
@ -113,6 +113,7 @@ class RBF(Stationary):
|
|||
# Precomputations #
|
||||
#---------------------------------------#
|
||||
|
||||
#TODO: this function is unused, but it will be useful in the stationary class
|
||||
def _dL_dlengthscales_via_K(self, dL_dK, X, X2):
|
||||
"""
|
||||
A helper function for update_gradients_* methods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue