max_bound adjust

This commit is contained in:
Max Zwiessele 2013-05-16 16:24:06 +01:00
parent a3be00f619
commit 25bcf233f3

View file

@ -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)