mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 04:22:38 +02:00
added domains to priors
This commit is contained in:
parent
dbc4bc3f3c
commit
e02804a671
2 changed files with 83 additions and 80 deletions
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
|
||||
import numpy as np
|
||||
from GPy.core.domains import UNDEFINED, POSITIVE, NEGATIVE, BOUNDED
|
||||
from GPy.core.domains import POSITIVE, NEGATIVE, BOUNDED
|
||||
|
||||
class transformation(object):
|
||||
domain = UNDEFINED
|
||||
domain = None
|
||||
def f(self, x):
|
||||
raise NotImplementedError
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue