-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* analytic * docs * docs * docs * docs * inference * executable docs * more comments, added BayesianModel * Remove MaybeT and use ExceptT * remove vscode and update gitignore * delete additional changes: Failure * delete broken files * update test for enumerator * update models * tips on inference * density * analytic * analytic * more pipes * update docs * linear outliers as in Gen tutorial * update docs * cleanup SMC.hs * more cleanup, and explicit imports * remove Rejection * cleanup * enumerate * binning * comment * explore * nested inference example * found bug in Gamma * debugging * port lazyppl monad into monad-bayes * mh * add conjugacy tests * working branch * tried symbolic * no symbolic * remove reflection * midway: need to finish hmm and enumerator: * update docs * build docs manually * insegel theme * stanford theme * lint * lint * ormulo * nix ormolu fixes: git push * docs * trying to fix mathjax * remove empirical * notebooks * notebooks: sampling * remove helpers * models: lts * models: lts * weighted sampling * formatting * test enumerator * first attempt to fix normalization bug * update tests * working tests: normalNormal goes awry if observations are huge * cleanup * Bayesian in class, and remove LinearWithOutliers * model updates * yaml * prepare for PR * address warnings * review * more warnings fixed * less warnings * update ghc version stated in cabal * remove warnings * fix build * version bump * remove safe * fix merge * fix rmsmc bug you introduced * integrator as MonadInfer * updates * updates * updates * fix the integrator * inference * rope in analyticT * remove integratorT * nix notebooks * notebooks * rmsmc * hoistFirst bug again * hoistFirst bug again * diagrams * fp notebook * remove integratorT * presentation * notebooks * cleanup * docs * docs * presentation * update talk * notebook * works, but readd basic * first working example of marginalization * renaming * continue cleanup * tests: not yet integrated in * tests: integrated in * bayesian pmmh * switch over to new smc * switch over to new smc * improve resampleGeneric sum * independent in Class * parser * nbs * make clean * fix tests * fix tests * fix tests * fix tests * pmmh * withParticles * withParticles * Sequential.Free * Sequential.Free * docs * update nix * cabal format * update nix * fix build * bump changelog and version. bump ghc version to 9.2.3 * update docs and change mcmc so unweighted is not needed * remove sequentialCata * nbs * merge * updating notebooks * mhTrans' * fix mh * infinite populations * simple density * merge * lint * lint * lazy sampler * clean up Co-authored-by: Reuben Cohn-Gordon <reubencohn-gordon@Reubens-MacBook-Air.local> Co-authored-by: System Administrator <root@Reubens-MacBook-Air.local> Co-authored-by: Dominic Steinitz <dominic@steinitz.org>
- Loading branch information
1 parent
099dbea
commit d8d3beb
Showing
81 changed files
with
99,193 additions
and
59,125 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
venv | ||
_cache | ||
docs/build | ||
*.csv | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"siteId": "12c0eb5b-a921-45cf-af85-b903b65b801c" | ||
} |
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
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
Oops, something went wrong.