Searched refs:AGGRESSIVE_BASE_PROBABILITY (Results 1 – 2 of 2) sorted by relevance
187 const int ForgettingCurveUtils::ProbabilityTable::AGGRESSIVE_BASE_PROBABILITY = 10; member in latinime::ForgettingCurveUtils::ProbabilityTable228 return static_cast<float>(AGGRESSIVE_BASE_PROBABILITY * (level + 1)); in getBaseProbabilityForLevel()
83 static const int AGGRESSIVE_BASE_PROBABILITY; variable