[generator] PlaceProcessor: decrease kIsCapitalCoeff.

This commit is contained in:
tatiana-yan 2020-06-03 16:51:59 +03:00 committed by Maksim Andrianov
parent 196fe97a5d
commit a502f1873e

View file

@ -47,7 +47,7 @@ template <typename T>
bool IsWorsePlace(T const & left, T const & right)
{
double constexpr kRankCoeff = 1.0;
double constexpr kIsCapitalCoeff = 1.0;
double constexpr kIsCapitalCoeff = 0.1;
double constexpr kLangsCountCoeff = 1.0;
double constexpr kIsPointCoeff = 0.1;
double constexpr kIsNodeCoeff = 0.1;