gaelrenoux / gaston

Slot scheduler
Apache License 2.0
2 stars 0 forks source link

Logarithmic/Exponential scores #31

Open gaelrenoux opened 4 months ago

gaelrenoux commented 4 months ago

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.