Introduce an error cost per error instance to favor fewer errors

This commit is contained in:
Max Brunsfeld 2018-04-02 11:52:34 -07:00
parent 80f856cef5
commit 1d9d6f37ad
3 changed files with 15 additions and 7 deletions

View file

@ -2,6 +2,7 @@
#define RUNTIME_ERROR_COSTS_H_
#define ERROR_STATE 0
#define ERROR_COST_PER_RECOVERY 500
#define ERROR_COST_PER_MISSING_TREE 110
#define ERROR_COST_PER_SKIPPED_TREE 100
#define ERROR_COST_PER_SKIPPED_LINE 30