I added custom arguments to the the FSRS and Parameter classes so that developers can specify their own custom weights, desired retention and maximum interval.
In all:
Modified the __init__ of the FSRS and Parameter classes
Added an additional test to demonstrate that this functionality works
Updated the README to give an example of how to implement this functionality under the Usage section.
I added custom arguments to the the FSRS and Parameter classes so that developers can specify their own custom weights, desired retention and maximum interval.
In all:
__init__
of the FSRS and Parameter classesLet me know if there's any issues or questions 👍