logo
pub const MIN_SCORE: i32 = -858_993_459;
Expand description

Value to use as a ‘negative infinity’ score. Should be close to i32::MIN, but avoid underflow when used with reasonable scoring parameters or even adding two negative infinities. Use ~ 0.4 * i32::MIN