From 97880f6a368085e9a409f1fb0030791a4a65005c Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 12 May 2018 17:39:06 +0200 Subject: Initial stab at monte carlo implementation Doesn't seem to be working quite right... just sits there accumulating energy. --- src/strategy/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/strategy/mod.rs') diff --git a/src/strategy/mod.rs b/src/strategy/mod.rs index ce8e751..9630c48 100644 --- a/src/strategy/mod.rs +++ b/src/strategy/mod.rs @@ -1 +1,2 @@ pub mod sample; +pub mod monte_carlo; -- cgit v1.2.3