UNPKG

fdevsta_monmove

Version:
18 lines (15 loc) 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @file algol.ts * * Constant determining the algorithm */ exports.RANKING_EPSILON = 0.000000001; /* try 4, 1.2 instead of 8, 1.5 */ //export const Cutoff_WordMatch = 0.935;// 0.85 // 0.98 exports.Cutoff_rangeCloseMatch = 0.98; //# sourceMappingURL=algol.js.map