Searched refs:MIN_VISIBLE_LEVEL (Results 1 – 2 of 2) sorted by relevance
33 const int ForgettingCurveUtils::MIN_VISIBLE_LEVEL = 2; member in latinime::ForgettingCurveUtils163 return std::min(std::max(level, MIN_VISIBLE_LEVEL), MAX_LEVEL); in clampToVisibleEntryLevelRange()200 if (level < MIN_VISIBLE_LEVEL) { in ProbabilityTable()
94 static const int MIN_VISIBLE_LEVEL; variable