-
Notifications
You must be signed in to change notification settings - Fork 739
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Error with parenthesis, and simplify computation of lognormalized…
… gaussian probabilities Fix strict setting for Variational HMMs Fix a bug in the lower bound computation. Simplify term1 of the Variational Gaussian likelihood Update tests per the variational lower bound change Back-out added strict parameter for convergence monitor, and rely on warnings instead
- Loading branch information
1 parent
1935f9b
commit ba62fed
Showing
4 changed files
with
22 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,7 +174,6 @@ ConvergenceMonitor( | |
history=[...], | ||
iter=15, | ||
n_iter=100, | ||
strict=False, | ||
tol=0.01, | ||
verbose=False, | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters