mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 22:36:24 +02:00
changed prediction code
This commit is contained in:
parent
aa3a7e7753
commit
c818268a9e
3 changed files with 48 additions and 48 deletions
|
|
@ -185,7 +185,7 @@ class TanhWarpingFunction_d(WarpingFunction):
|
|||
return z
|
||||
|
||||
|
||||
def f_inv(self, y, psi, iterations = 10):
|
||||
def f_inv(self, y, psi, iterations = 30):
|
||||
"""
|
||||
calculate the numerical inverse of f
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue