package
0.0.0-20241008044642-911e02476411
Repository: https://github.com/bagaking/memorianexus.git
Documentation: pkg.go.dev
# Functions
CalculateNewFamiliarity 计算熟练度 熟练度主要受到难度和复习间隔影响,难度影响新熟练度的权重,复习间隔影响旧熟练度的比重 熟练度的计算反应的是用户固有的记忆效果,和任务、偏好等外在因素无关.
CalculateNextPracticeAt calculates the next recall time for a monster 下次练习时间主要由 familiarity 决定,受到重要程度、用户挑战偏好和 Dungeon 挑战偏好影响而进行修正 下次练习时间计算是用户在固有的记忆效果的基础上,反应任务、偏好等外在因素的要求.
No description provided by the author
# Variables
No description provided by the author
# Structs
FamiliarityFixSettings represents user-specific settings for familiarity calculation.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
FamiliarityFixSettings represents user-specific settings for familiarity calculation.