Skip to content

Commit

Permalink
update simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Dec 9, 2024
1 parent 9137c61 commit c4074e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsrs_optimizer/fsrs_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def stability_after_failure(s, r, d):
* np.power(d, -w[12])
* (np.power(s + 1, w[13]) - 1)
* np.exp((1 - r) * w[14]),
s,
s / np.exp(w[17] * w[18]),
),
)

Expand Down

0 comments on commit c4074e8

Please sign in to comment.