summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-31 21:43:58 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-31 21:43:58 +0200
commit82230e9f67dbebb3a0a608a53bca05aa38a5f501 (patch)
treebbf7085f0e85cbdbdb9dd89ccdf0711ae5d1fbb1 /Cargo.toml
parent18510603042a7c55b512cdba41fea6c1e84854df (diff)
Placeholder for new heuristic based random search
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 8ea3564..ab624cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,7 @@ extended-time = []
energy-cutoff = []
discard-poor-performers = []
+heuristic-random = []
default = ["energy-cutoff", "discard-poor-performers"]