c'est la merde

This commit is contained in:
2026-02-13 16:48:28 +01:00
parent 826cfe8569
commit 8c2abd902c
4 changed files with 49 additions and 19 deletions

View File

@ -64,7 +64,7 @@ pub fn run_simulation(k: usize, wc: usize, wr: usize, error_prob: f64) {
}
let decoder = BitFlipDecoder::new(&ldpc);
let max_iter = 50;
let max_iter = 100;
match decoder.decode(&received, max_iter) {
Some(decoded) => {