Skip to content

Commit

Permalink
R_MIN = 0.70
Browse files Browse the repository at this point in the history
I have tried the most recent beta: https://github.com/ankitects/anki/releases/tag/24.10beta2

CMRR values have gone done for every single one of my presets, meaning that the old values were overestimates. Also, out of 7 presets that I tried CMRR on, I got 0.75 for three of them, and 0.90 for only one of them.

@user1823, @brishtibheja I'd like you to optimize your parameters and try CMRR in Anki 24.10 beta 2. If your CMRR values are also only going down, then it would imply that the range needs to be extended.
  • Loading branch information
Expertium authored Oct 4, 2024
1 parent 165b29b commit 25b35fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimal_retention.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl From<Column> for SliceInfoElem {
}
}

const R_MIN: f32 = 0.75;
const R_MIN: f32 = 0.70;
const R_MAX: f32 = 0.95;

#[derive(Debug, Clone, PartialEq)]
Expand Down

0 comments on commit 25b35fd

Please sign in to comment.