summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-07-23 22:32:10 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-07-23 22:32:10 +0200
commit5bd54ecdc30717347168052d4f6aa62cfd293d8b (patch)
tree5d374d974634eccfe184c2249ec33c9d836cc4aa /Cargo.toml
parentb099be3c38b6754ec4f0c962d7bbe188e69f9c95 (diff)
Added option for discarding poor performing moves early
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d95ae94..23e18b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ single-threaded = []
energy-cutoff = []
reduced-time = []
extended-time = []
+discard-poor-performers = []
default = ["energy-cutoff"]