gradient checker implemented

This commit is contained in:
Max Zwiessele 2013-07-23 14:38:47 +01:00
parent 01b35b1178
commit 112ae7712d

View file

@ -48,8 +48,6 @@ class GradientChecker(Model):
X = numpy.random.rand(N, Q)
grad = GradientChecker(numpy.sin,numpy.cos,X,'x')
grad.checkgrad(verbose=1)
grad.randomize()
grad.checkgrad(verbose=1)
Using GPy: