log pylearn/sampling/hmc.py @ 1501:55534951dd91

age author description
Fri, 09 Sep 2011 10:53:46 -0400 Frederic Bastien Clean up import and remove deprecation warning.
Wed, 16 Mar 2011 20:20:02 -0400 Pascal Lamblin Use .get_value() and .set_value() of shared instead of the .value property
Mon, 20 Dec 2010 18:08:04 -0500 gdesjardins added comments to hmc code (old outstanding changes)
Fri, 22 Oct 2010 11:11:51 -0400 gdesjardins Fixed comments in leapfrog method
Fri, 22 Oct 2010 10:58:57 -0400 gdesjardins HMC: perform half-step on velocity first (instead of position).
Wed, 15 Sep 2010 17:44:26 -0400 James Bergstra extended hmc to allow for use as a cd1 sampler
Wed, 08 Sep 2010 13:17:45 -0400 James Bergstra hmc - changed updates to member fn from lambda for pickling
Sat, 04 Sep 2010 19:31:16 -0400 James Bergstra hmc - removing debugprints
Fri, 03 Sep 2010 15:05:31 -0400 James Bergstra debugging mcRBM
Fri, 03 Sep 2010 12:36:53 -0400 James Bergstra renamed updates variable in hmc
Thu, 02 Sep 2010 16:48:33 -0400 James Bergstra hmc - separated simulate into simulate_updates
Wed, 01 Sep 2010 17:40:21 -0400 James Bergstra hmc - replaced with new refactored code
Wed, 01 Sep 2010 17:39:39 -0400 James Bergstra hmc - modified get_position to return shared var copy
Thu, 19 Aug 2010 12:00:18 -0400 James Bergstra Adding sampling module