From 51ada39cfcd80ecb45032b6e18ec1a076a01de04 Mon Sep 17 00:00:00 2001 From: Sergey Magidovich Date: Tue, 4 Oct 2016 18:02:46 +0300 Subject: [PATCH] Adjust classificator theshold for opentable. --- generator/opentable_scoring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/opentable_scoring.cpp b/generator/opentable_scoring.cpp index eb6f5a6c0b..16995c2b2f 100644 --- a/generator/opentable_scoring.cpp +++ b/generator/opentable_scoring.cpp @@ -6,7 +6,7 @@ namespace { // Calculated with tools/python/booking_hotels_quality.py. -double constexpr kOptimalThreshold = 0.304875; +double constexpr kOptimalThreshold = 0.312887; } // namespace namespace generator