From d3f78b98ad67920d799fa15421115d0bf4b7ee45 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 8 Sep 2018 09:31:41 +0200 Subject: Added a static set of opening moves to get energy up and running --- 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 ceb624b..9ec41bb 100644 --- a/src/strategy/mod.rs +++ b/src/strategy/mod.rs @@ -1,2 +1,3 @@ pub mod monte_carlo; pub mod monte_carlo_tree; +pub mod static_opening; -- cgit v1.2.3