-
-
Notifications
You must be signed in to change notification settings - Fork 32
Doc/add Acknowledgments #385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -151,3 +151,13 @@ to `.git/hooks/pre-commit`, then `chmod +x .git/hooks/pre-commit` | |
| Before this crate was made, `go-fsrs` and other libraries already existed, so the name `rs-fsrs` was chosen. | ||
|
|
||
| Then we wanted to port the torch version to Rust so that everyone could optimize on their own devices (tch-rs uses libtorch which is too heavy). Since the algorithm is called `fsrs`, we add an `-rs` on the end. | ||
|
|
||
| ## Acknowledgements | ||
|
|
||
| Thank you to everyone who has contributed time, ideas, and care to this project. Especial thanks to: | ||
|
|
||
| - Jarrett Ye — core algorithm, training, benchmarking, and documentation. | ||
| - Damien Elmes — training API robustness, progress handling, and dependency upkeep. | ||
| - Luc Mcgrady — simulator features, per-card parameters, and scheduling enhancements. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I missed it but this kind of makes it look like per cards parameters are a thing outside of the simulator.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it's OK? The simulator module's scope is too large now... |
||
| - Asuka Minato — CI/tooling, bindings, and documentation updates. | ||
| - Expertium — scheduler/simulator tuning and parameter naming refinements. | ||
Uh oh!
There was an error while loading. Please reload this page.