Skip to content

Commit

Permalink
Fix loglikelihood increase check in Baum-Welch (gdalle#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Sep 29, 2024
1 parent d9e4a5d commit 3276e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inference/baum_welch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function baum_welch(
seq_ends,
atol,
max_iterations,
loglikelihood_increasing=false,
loglikelihood_increasing,
)
return hmm, logL_evolution
end
Expand Down

0 comments on commit 3276e3c

Please sign in to comment.