Implementation of method for adding new events incrementally.#10
Implementation of method for adding new events incrementally.#10apiss2 wants to merge 3 commits intoglandfried:masterfrom
Conversation
|
Hi, I add a basic test to your branch for the proposed |
|
We have a new version v2.0.0 in branch https://github.com/glandfried/TrueSkillThroughTime.py/tree/upgrade/score-points |
|
I'm sorry that I haven't been able to contribute for a while. |
I have separated the addition process of competitions into the
add_historymethod. This modification allows for incremental addition of competitions.The existing interface remains unchanged.
To prevent inappropriate updating of last_time in agents, each newly added competition is compared with the
min(times)of all previously added competitions. This check ensures that every newly added competition occurs after all competitions added prior to it.Do we need to create new tests for this feature?
Thank you for your review!