ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
14.67k stars 2.17k forks source link

Touchscreen General Rebalance #28395

Closed BenZeng04 closed 1 month ago

BenZeng04 commented 1 month ago

This is a refactored version of https://github.com/TDRework/osu/tree/touchscreen-rebalance with significantly reduced runtime.

The proposal overhauls the touchscreen star-rating system, replacing the existing flat exponential to aim star rating with a probabilistic estimation of which hand is used to hit each individual object, maintaining a list of the most likely sequences while calculating difficulty.

All the changes in this PR (and in the previous version) are outlined in https://docs.google.com/document/d/1LWP7W5A5pghMpfXY0cj1v-ODjZsApe-MP2n7PvPOjYs/edit#heading=h.2910458agvn1.

peppy commented 1 month ago

Was this intentionally closed?

bdach commented 1 month ago

Judging by https://github.com/ppy/osu/pull/28396 I would assume so.

BenZeng04 commented 1 month ago

Was this intentionally closed?

Yes, it was created from the wrong branch.