X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/8723ed6adebc35a25ca240acdb587444c85fb44f..256efdfa511d8d7d820ac565b5125271bc58ccf6:/program/PMConfig.hs diff --git a/program/PMConfig.hs b/program/PMConfig.hs index ecbe1cb..d88f3d4 100644 --- a/program/PMConfig.hs +++ b/program/PMConfig.hs @@ -25,5 +25,6 @@ data PMConfig = PMConfig { knowledgeableBonus :: Wt, expertBonus :: Wt, numTopics :: Int, - topicZipfExponent :: Wt + topicZipfExponent :: Wt, + reviewEvalWeights :: [Wt] }