Introduce an error cost per error instance to favor fewer errors
This commit is contained in:
parent
80f856cef5
commit
1d9d6f37ad
3 changed files with 15 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue