Skip to content

How is the aggregate score calculated? #173

Answered by martinmr
soren5 asked this question in Q&A
Discussion options

You must be logged in to vote

The code is here: https://github.com/trane-project/trane/blob/master/src/scorer.rs#L41

The short answer is that the final score is a weighted average of the scores. The weight is based on how recent the score is. And each score is adjusted depending on how recent it is and the position within the input array. The score of a trial is lowered with each passing day to simulate the atrophy of skills/recall.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by martinmr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants