UNPKG

fdevsta_monmove

Version:
8 lines (7 loc) 171 B
/** * @file algol.ts * * Constant determining the algorithm */ export declare const RANKING_EPSILON = 1e-9; export declare const Cutoff_rangeCloseMatch = 0.98;