Commit graph

17 commits

Author SHA1 Message Date
Kiana Sheibani 73b5e4fc43
Move scalar definitions to separate file 2023-11-02 15:16:35 -04:00
Kiana Sheibani 5d935ab059
Track set counts for players 2023-11-02 15:14:28 -04:00
Kiana Sheibani 1013a1ee17
Use shortest-path to calculate hypothetical adv.
This is much more efficient than taking an average, at the cost of being
slightly less optimal.
2023-10-05 22:10:24 -04:00
Kiana Sheibani 473b9c60a6
Write unit tests and fix various bugs 2023-10-05 01:47:09 -04:00
Kiana Sheibani 2e3bd017f3
Implement RNR rating adjustment 2023-10-04 18:06:44 -04:00
Kiana Sheibani d3459346f7
Rename to StartRNR
We're pivoting, baby!
2023-10-03 23:37:51 -04:00
Kiana Sheibani 1421720b2b
Various improvements 2023-10-03 01:26:25 -04:00
Kiana Sheibani 6afcd444a7
Prevent 2-second sleep every query 2023-10-02 20:39:32 -04:00
Kiana Sheibani 07f95ddd17
Require query variables to be Copy 2023-10-02 20:34:54 -04:00
Kiana Sheibani a4f130b36e
Add better error messages 2023-10-01 14:55:15 -04:00
Kiana Sheibani e16b0be447
Separate sync query to reduce complexity 2023-09-30 18:16:00 -04:00
Kiana Sheibani 9feba1a136
Various fixes 2023-09-30 04:37:10 -04:00
Kiana Sheibani 0f71cfa3c5
Fix declaration of deleted module 2023-09-30 01:46:06 -04:00
Kiana Sheibani cd98f0cd26
Implement basic logic for syncing 2023-09-30 01:43:33 -04:00
Kiana Sheibani c8cb974762
Create struct for global app state 2023-09-26 21:37:13 -04:00
Kiana Sheibani 5d0fbcd107
Update documentation 2023-09-23 03:37:22 -04:00
Kiana Sheibani dd4f0838ab
Move CLI crate to root of workspace
Somehow I missed that this was a thing you could do? It's a much
cleaner organization, and it makes it so that you don't have to
explicitly specify the crate to build.
2023-09-23 03:01:36 -04:00
Renamed from cli/src/queries.rs (Browse further)