Log Message: |
Changed scoring: from sum(upi-ui)2 to sum of max(0,upi-ui).
New methods to write subsets to files in table (tab delimited) format.
Now main() writes out all scores/subsets to two files instead of only outputting best, worse and ensemble of bests.
Moved ScoreSet to its own file, new static methods to read subsets from db.
|