Skip to content

Commit

Permalink
Integrate the FSRS optimizer (#2633)
Browse files Browse the repository at this point in the history
* Support searching for deck configs by name

* Integrate FSRS optimizer into Anki

* Hack in a rough implementation of evaluate_weights()

* Interrupt calculation if user closes dialog

* Fix interrupted error check

* log_loss/rmse

* Update to latest fsrs commit; add progress info to weight evaluation

* Fix progress not appearing when pretrain takes a while

* Update to latest commit
  • Loading branch information
dae committed Sep 5, 2023
1 parent fe8cf5a commit 0c6e3ea
Show file tree
Hide file tree
Showing 32 changed files with 1,871 additions and 36 deletions.
2 changes: 2 additions & 0 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ allow = [
"BSD-3-Clause",
"OpenSSL",
"CC0-1.0",
"Unlicense",
"Zlib",
]
confidence-threshold = 0.8
# eg { allow = ["Zlib"], name = "adler32", version = "*" },
Expand Down
Loading

0 comments on commit 0c6e3ea

Please sign in to comment.