Scoring categories should be configurable
Closed this issue · 1 comments
michelmansour commented
Scoring categories should be specified in a config file. For each category, three things need to be defined: name, order, and whether lower is better.
michelmansour commented
Resolved by commit b46a54. The script now looks for a comma-separated list of categories where lower values are better in the configuration file, indicated by the lowerBetter property.