Idea: have a log score and an exp score in addition to the normal one. Add them normally, which allows Gaston to keep evaluating topic by topic. Then, in the final calculation, take the log for one and the exp for another.
Used for:
stuff where having more and more have diminishing returns, such as playing together (if #30 is implemented).
stuff where it's worst to have a lot of (such as empty assignments)
Drawbacks: completely breaks the delta-score calculation if it changes.
Mentioned in https://github.com/gaelrenoux/gaston/issues/30
Idea: have a log score and an exp score in addition to the normal one. Add them normally, which allows Gaston to keep evaluating topic by topic. Then, in the final calculation, take the log for one and the exp for another.
Used for:
Drawbacks: completely breaks the delta-score calculation if it changes.