mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 06:46:22 +02:00
max_bound adjust
This commit is contained in:
parent
a3be00f619
commit
25bcf233f3
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class logexp(transformation):
|
||||||
return '(+ve)'
|
return '(+ve)'
|
||||||
|
|
||||||
class logexp_clipped(transformation):
|
class logexp_clipped(transformation):
|
||||||
max_bound = 1e10
|
max_bound = 1e300
|
||||||
min_bound = 1e-10
|
min_bound = 1e-10
|
||||||
log_max_bound = np.log(max_bound)
|
log_max_bound = np.log(max_bound)
|
||||||
log_min_bound = np.log(min_bound)
|
log_min_bound = np.log(min_bound)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue