log pylearn/sampling/tests/test_hmc.py @ 1528:dee276045768

age author description
Fri, 09 Nov 2012 17:06:30 -0500 Frederic Bastien make test don't run in debug mode as it is too slow.
Fri, 09 Nov 2012 16:58:37 -0500 Frederic Bastien pep8
Fri, 09 Nov 2012 16:58:17 -0500 Frederic Bastien pep8
Mon, 12 Sep 2011 10:24:24 -0400 Frederic Bastien Fix import.
Wed, 16 Mar 2011 20:20:02 -0400 Pascal Lamblin Use .get_value() and .set_value() of shared instead of the .value property
Thu, 18 Nov 2010 09:53:38 -0500 Frederic Bastien small bug fix in test discovered by making Variable class raise an error about logical comparaison then checking if it is zero or not.
Thu, 30 Sep 2010 09:25:40 -0400 Frederic Bastien fix import
Wed, 01 Sep 2010 17:40:21 -0400 James Bergstra hmc - replaced with new refactored code
Thu, 19 Aug 2010 12:00:18 -0400 James Bergstra Adding sampling module