Primal: Make default precision 0.98

This commit is contained in:
2020-04-24 07:50:58 -05:00
parent bdecde47fe
commit d5411f5cc8

View File

@@ -21,7 +21,7 @@ class PrimalSolutionComponent(Component):
def __init__(self, def __init__(self,
classifier=AdaptiveClassifier(), classifier=AdaptiveClassifier(),
mode="exact", mode="exact",
threshold=MinPrecisionThreshold(0.95)): threshold=MinPrecisionThreshold(0.98)):
self.mode = mode self.mode = mode
self.classifiers = {} self.classifiers = {}
self.thresholds = {} self.thresholds = {}