summaryrefslogtreecommitdiff
path: root/src/options/decision_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/decision_options.toml')
-rw-r--r--src/options/decision_options.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/options/decision_options.toml b/src/options/decision_options.toml
index 4f3f91ba5..796fd26fa 100644
--- a/src/options/decision_options.toml
+++ b/src/options/decision_options.toml
@@ -17,6 +17,9 @@ name = "Decision Heuristics"
[[option.mode.JUSTIFICATION]]
name = "justification"
help = "An ATGP-inspired justification heuristic."
+[[option.mode.JUSTIFICATION_OLD]]
+ name = "justification-old"
+ help = "Older implementation of an ATGP-inspired justification heuristic."
[[option.mode.RELEVANCY]]
name = "justification-stoponly"
help = "Use the justification heuristic only to stop early, not for decisions."
@@ -89,7 +92,7 @@ name = "Decision Heuristics"
category = "expert"
long = "jh-rlv-order"
type = "bool"
- default = "false"
+ default = "true"
help = "maintain activity-based ordering for decision justification heuristic"
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback