mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 02:52:40 +02:00
increase default quadrature points
This commit is contained in:
parent
4f1328980c
commit
4819b76d36
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from . import PSICOMP
|
|||
|
||||
class PSICOMP_GH(PSICOMP):
|
||||
|
||||
def __init__(self, degree=5, cache_K=True):
|
||||
def __init__(self, degree=11, cache_K=True):
|
||||
self.degree = degree
|
||||
self.cache_K = cache_K
|
||||
self.locs, self.weights = np.polynomial.hermite.hermgauss(degree)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue