Make the evaluator's review weights configurable.
[match/match.git] / program / PMConfig.hs
index ecbe1cb..d88f3d4 100644 (file)
@@ -25,5 +25,6 @@ data PMConfig = PMConfig {
        knowledgeableBonus :: Wt,
        expertBonus :: Wt,
        numTopics :: Int,
-       topicZipfExponent :: Wt
+       topicZipfExponent :: Wt,
+       reviewEvalWeights :: [Wt]
 }