open-spaced-repetition / fsrs-rs

FSRS for Rust, including Optimizer and Scheduler
https://crates.io/crates/fsrs
BSD 3-Clause "New" or "Revised" License
185 stars 19 forks source link

Revert "remove pow polyfill" #240

Closed L-M-Sherlock closed 1 month ago

L-M-Sherlock commented 1 month ago

Reverts open-spaced-repetition/fsrs-rs#195

The into_scalar() blocks the Backpropagation, which reset gradient to zero.

w[9], w[12] and w[13] are untrainable after the #195.

w 9

w 12

w 13