New features from Tuesday call:
[match/match.git] / program / PMDefaults.hs
index be000e8..b3e290b 100644 (file)
@@ -23,6 +23,9 @@ minCostFlow = NaiveMinCostFlow.minCostFlow,
 -- The number of reviews each proposal should get.
 reviewsEachProposal = 4,
 
+-- Applies to non-PC papers
+pcReviewsEachProposal = 3,
+
 -- === Interpretation of the preference values ===
 
 expIsExpert = \x -> x >= 3,
@@ -39,7 +42,9 @@ prefIsConflict = \p -> p <= -100,
 -- load of (relativeLoad * ceiling(numProps * reviewsEachProposal /
 -- totalRelativeLoad)).  For now this is an additive constant; perhaps it should
 -- be proportional to the target load.
-loadTolerance = 3,
+loadTolerance = 2,
+
+ercLoadTolerance = 3,
 
 -- Cost to overload by one review.
 -- tx = 0 at target load, 1 at end of tolerance.