log pylearn/sampling/tests/test_hmc.py @ 1503:1ee532a6f33b

age author description
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