Modifications to transformations ... not sure which tests to run to make sure I haven't messed things up. New code avoids exponentiating values greater than -log(eps) or less than log(eps). Also changed negative code to call the positive code (I think they should inherit the positive code ... but maybe not.

This commit is contained in:
Neil Lawrence 2013-08-16 18:28:16 +01:00
parent 9e0795afc4
commit 7aac769d37
5 changed files with 58 additions and 28 deletions

View file

@ -37,7 +37,6 @@ class GPRegression(GP):
def getstate(self):
return GP.getstate(self)
def setstate(self, state):
return GP.setstate(self, state)