Anki/rslib/src/backend
Jake Probst c6cb4e4373
load balancer! (#3230)
* start of load balancer

* add configuration options; option to load balance per deck

* formatting

* clippy

* add myself to contributors

* cleanup

* cargo fmt

* copyright header on load_balancer.rs

* remove extra space

* more formatting

* python formatting

* ignore this being None

only doing this cause python has awful lambdas and can't
loop in a meaningful way without doing this

* only calculate notes on each day if we are trying to avoid siblings

* don't fuzz intervals if the load balancer is enabled

* force generator to eval so this actually happens

* load balance instead of fuzzing, rather than in addition to

* use builtin fuzz_bounds rather than reinvent something new

* print some debug info on how its load balancing

* clippy

* more accurately load balance only when we want to fuzz

* incorrectly doublechecking the presence of the load balancer

* more printfs for debugging

* avoid siblings -> disperse siblings

* load balance learning graduating intervals

* load balancer: respect min/max intervals; graduating easy should be at least +1 good

* filter out after-days under minimum interval

* this is an inclusive check

* switch load balancer to caching instead of on the fly calculation

* handle case where load balancer would balance outside of its bounds

* disable lb when unselecting it in preferences

* call load_balancer in StateContext::with_review_fuzz instead of next to

* rebuild load balancer when card queue is rebuilt

* remove now-unused configuration options

* add note option to notetype to enable/disable sibling dispersion

* add options to exclude decks from load balancing

* theres a lint checking that the link actually exists so I guess I'll add the anchor back in later?

* how did I even update this

* move load balancer to cardqueue

* remove per-deck balancing options

* improve determining whether to disperse siblings when load balancing

* don't recalculate notes on days every time

* remove debug code

* remove all configuration; load balancer enabled by default; disperse siblings if bury_reviews is set

* didn't fully remove caring about decks from load balancer sql query

* load balancer should only count cards in the same preset

* fuzz interval if its outside of load balancer's range

* also check minimum when bailing out of load balancer

* cleanup; make tests happy

* experimental weight-based load balance fuzzing

* take into account interval when weighting as it seems to help

* if theres no cards the interval weight is just 1.0

* make load balancer disableable through debug console

* remove debug prints

* typo

* remove debugging print

* explain a bit how load balancer works

* properly balance per preset

* use inclusive range rather than +1

* -1 type cast

* move type hint somewhere less ugly; fix comment typo

* Reuse existing deck list from parent function (dae)

Minor optimisation
2024-08-17 12:50:54 +07:00
..
adding.rs Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00
ankidroid.rs Refactor service generation (#2552) 2023-06-19 15:33:40 +10:00
ankihub.rs Integrate AnkiHub Sign-in (#3232) 2024-08-17 10:58:23 +07:00
ankiweb.rs Change Anki's version scheme; bump to 23.09 (#2640) 2023-09-07 12:37:15 +10:00
card_rendering.rs Don't lock collection while generating TTS 2023-10-26 11:45:17 +10:00
collection.rs Drop legacy schema option 2023-09-06 15:49:14 +10:00
config.rs load balancer! (#3230) 2024-08-17 12:50:54 +07:00
dbproxy.rs Refactor service generation (#2552) 2023-06-19 15:33:40 +10:00
error.rs Add support for custom certificates (#3203) 2024-05-24 10:57:54 +01:00
i18n.rs Refactor service generation (#2552) 2023-06-19 15:33:40 +10:00
import_export.rs Refactor service generation (#2552) 2023-06-19 15:33:40 +10:00
mod.rs Integrate AnkiHub Sign-in (#3232) 2024-08-17 10:58:23 +07:00
ops.rs Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00
sync.rs Add support for custom certificates (#3203) 2024-05-24 10:57:54 +01:00