https://github.com/probprog/anglican

sort by:
Revision Author Date Message Commit Date
583360e Update README.md 26 August 2024, 21:37:41 UTC
dbc465b Update LICENSE 26 August 2024, 21:35:37 UTC
ab6111d 1.1.0 release 03 December 2018, 10:52:51 UTC
2fd5bd2 Merged in whilo/anglican/cljs-port-rebased2 (pull request #85) Cljs port rebased2 Approved-by: david tolpin <david.tolpin@gmail.com> 03 July 2018, 17:31:10 UTC
382821e Reduce runtime of wishart test for cljs. 03 July 2018, 16:15:31 UTC
4df136a Download webppl for test runner if file does not exist. 03 July 2018, 16:15:31 UTC
89559e2 Move old scheme syntax into Clojure only expressions. 03 July 2018, 16:15:31 UTC
73caf28 Support wishart test. Fix NaN->-Inf conversion. Import pgas and pgibbs into algorithm-tests and fix remaining compilation warnings. 03 July 2018, 16:15:31 UTC
af78d39 Port remaining tests. 03 July 2018, 16:15:31 UTC
3c0a205 Fix Gamma rate -> shape conversion. All dist-tests are regularly passing now. 03 July 2018, 16:15:31 UTC
fff41c9 Support chi-squared-cdf in cljs. 03 July 2018, 16:15:31 UTC
2fbf1b8 Port algorithm-test. 03 July 2018, 16:15:31 UTC
82de7ed Implement student-t distribution. Import matrix operators. 03 July 2018, 16:12:54 UTC
6b6b70e Support the log-gamma function through ad.scalar.logGamma. 03 July 2018, 16:12:45 UTC
30dbea0 Cover emit tests for cljs. 03 July 2018, 16:12:45 UTC
89e40a9 Add phantomrunner. 03 July 2018, 16:12:45 UTC
97b3836 Integrate WebPPL and support runtime tests in cljs. 03 July 2018, 16:12:45 UTC
0052965 no use in unit tests 03 July 2018, 16:12:30 UTC
2a5fe6a Remove format from emit. 03 July 2018, 16:12:30 UTC
7e9e818 Fix cljs trap tests. 03 July 2018, 16:12:30 UTC
ed69354 Implement ClojureScript test runner and port first tests. 03 July 2018, 16:12:30 UTC
7c41467 Fix cljs compilation warnings except for missing distributions and parallelism. 03 July 2018, 16:06:53 UTC
9c58cf3 Port all inference methods to cljs and make them compile. They do not all work yet. 03 July 2018, 16:06:53 UTC
09a7f46 Switch to macrovich for self-hosted cljs, port process code (WIP). 03 July 2018, 16:05:54 UTC
6fd46d6 First working bayes-net. 03 July 2018, 16:04:34 UTC
44ecc36 First compilation with cljs passing. It is not running and has plenty of warnings still. 03 July 2018, 16:00:38 UTC
f097d44 README.md edited online with Bitbucket 03 July 2018, 15:58:57 UTC
db6ba69 Merged in digamma-in-runtime (pull request #1) Digamma in runtime Approved-by: Christian Weilbach <ch_weil@topiq.es> Approved-by: William R Smith <billy@invrea.com> 28 May 2018, 11:34:10 UTC
d425198 digamma moved from gradients to runtime, in order to put all wrappers of apache commons into a single place 27 May 2018, 13:18:53 UTC
8a3519d resolved 24 May 2018, 09:21:29 UTC
00a61dc proposing simple fixes to IPMCMC based on work done a while ago Isn't a perfect fix - it replaces an obvious bug with a much more subtle one - but it's a necessary one 23 May 2018, 20:47:21 UTC
70aee9c replaced re-implementation of digamma with the library version from Apache commons 22 May 2018, 08:05:49 UTC
84f82fe clojure 1.9 10 May 2018, 23:07:15 UTC
a32bd7a Merge branch 'development' of ssh://bitbucket.org/probprog/anglican into development 10 May 2018, 23:02:00 UTC
0b4806e ipmcmc conforms to the spec 10 May 2018, 22:57:38 UTC
63d56e1 Merged in dtolpin/anglican-dev/development (pull request #82) Implemented stable-gensym for observe and sample checkpoints 20 November 2017, 09:19:54 UTC
2a72915 implemented stable-gensym for checkpoints 13 October 2017, 10:52:51 UTC
08df40c stable gensym, work in progress on testing 13 October 2017, 10:52:51 UTC
b0e736a re-added and fixed make-stable-gensym, split gensym and checkpoint-gensym 13 October 2017, 10:52:51 UTC
42bf313 Revert "Revert "added make-stable-gensym"" This reverts commit e9019b64feeecae145840d38a16ed6c34abbc777. 13 October 2017, 10:52:51 UTC
9887e69 Revert "added make-stable-gensym" This reverts commit bac855aaee19d2cc7fd34e040a24c935e11894b5. 13 October 2017, 10:52:51 UTC
be9a77b added make-stable-gensym 13 October 2017, 10:52:51 UTC
5bd25e5 Merged in dtolpin/anglican-dev/development (pull request #79) switch to ECLIPSE license 08 October 2017, 21:36:05 UTC
a7bf3fe switch to ECLIPSE license 08 October 2017, 21:29:05 UTC
bf8e64a Merged in twgr/anglican/development (pull request #81) AIS should use RMH instead of LMH 08 October 2017, 21:12:06 UTC
6249d9d AIS should use RMH instead of LMH 18 September 2017, 14:59:37 UTC
1f2951b Merged in tuananhle/anglican/try-throw (pull request #80) More work on catch-throw with David Approved-by: david tolpin <david.tolpin@gmail.com> 17 August 2017, 08:46:36 UTC
4d46a2c rename catch_throw_test.clj -> semantic_test.clj; fix catch, throw tests in trap-test; remove redundant tests in catch-throw-test 09 August 2017, 13:10:26 UTC
7a684fd catch-throw refactoring in progress with David 09 August 2017, 11:16:13 UTC
83da33e Merged in tuananhle/anglican/try-throw (pull request #77) Add catch, throw Approved-by: david tolpin <david.tolpin@gmail.com> 29 July 2017, 18:07:21 UTC
26f1756 change ::top-level-tag --> ::uncaught 28 July 2017, 16:22:59 UTC
e4921d3 add a test with jan willem's example 28 July 2017, 16:18:44 UTC
4c912bf fix catch-throw-test to follow david's :max example 28 July 2017, 16:12:04 UTC
88db887 limit line length to 80 in catch_throw_test.clj 27 July 2017, 10:12:00 UTC
530e9e6 fix docstrings and limit line length of new code to 80 27 July 2017, 10:10:21 UTC
4f6f3b6 Merged in dtolpin/anglican-dev/hongseoks-fixes (pull request #75) fixes issues raised by Hongseok Approved-by: david tolpin <david.tolpin@gmail.com> 27 July 2017, 09:42:52 UTC
137df69 Merged in gbaydin/anglican/development (pull request #78) Add Student's t, Laplace Approved-by: Jan-Willem van de Meent <j.vandemeent@northeastern.edu> 27 July 2017, 09:42:00 UTC
109634e adding cps transformations for catch and try as described in section "Lisp: catch/throw" in https://gist.github.com/dtolpin/4177625e7d042704544fe569e10cf3d5. 26 July 2017, 17:42:12 UTC
63669ad add original trailing whitespace 19 June 2017, 15:20:47 UTC
08584df add tests for student-t, student-t-loc-scale, laplace distributions 19 June 2017, 15:19:53 UTC
ea6c4c4 Add Student's-t, Laplace 19 June 2017, 14:51:25 UTC
fb35e71 minor changes to docstring, comments 26 January 2017, 23:58:05 UTC
efcc6bf add try, throw - try delimits which continuation to call when throw is called - throw calls continuation of the closest surrounding try - there is a global try in a query by default - src/anglican/emit.clj: wraps query body inside a try - src/anglican/state.clj: add field ::try-cont-stack to state and corresponding methods to modify - src/anglican/trap.clj: cps transformations for try, catch ; dispatch methods - test/anglican/trap_test.clj: very simple unit tests for cps transformations of try, catch - test/anglican/try_throw_test.clj: contains tests for try-catch functionality 26 January 2017, 23:44:06 UTC
261eb14 added unit tests for fixed bugs 06 December 2016, 23:56:37 UTC
1ed9762 README.md edited online with Bitbucket 06 December 2016, 23:34:27 UTC
da8ddd9 fixes issues raised by Hongseok 05 December 2016, 14:03:35 UTC
7b10353 set version to 1.0.0 24 July 2016, 17:08:39 UTC
928d789 bump anglican version to 1.1.0-SNAPSHOT 22 July 2016, 18:12:19 UTC
ff746fa cosmetic edit to anglican.emit-test 22 July 2016, 17:48:09 UTC
c3010f3 Merged in jwvdm/anglican/test-for-conditional (pull request #71) Added a really basic test for conditional 22 July 2016, 17:45:03 UTC
e6beed1 Merge branch 'development' into test-for-conditional 22 July 2016, 17:41:05 UTC
1be947b Merged in jwvdm/anglican/moment-funcs-to-runtime (pull request #70) moved moment functions from stat to runtime 22 July 2016, 17:40:01 UTC
3e3ec07 added a really basic test for conditional 22 July 2016, 17:14:43 UTC
a4c7c0d Merge branch 'development' into moment-funcs-to-runtime 22 July 2016, 13:20:45 UTC
6dc105b moved moment functions from stat to runtime functions moved - power - sum - mean - variance - covariance - skew - kurtosis - std - l2-norm 22 July 2016, 13:10:28 UTC
5f1d63f Merged in jwvdm/anglican/collect-results-predicts (pull request #69) Collect results predicts 22 July 2016, 12:05:16 UTC
19833ee Merged in jwvdm/anglican/move-collect-by-to-stat (pull request #68) move collect-by from anglican.inference -> anglican.stat 22 July 2016, 12:04:57 UTC
6f825c9 Merged in jwvdm/anglican/drop-zero-weight-on-stripdown (pull request #67) Drop zero weight samples on strip down 22 July 2016, 12:04:05 UTC
0c08b2b added convenience functions collect-results and collect-predicts 21 July 2016, 21:28:06 UTC
657d44a move collect-by from anglican.inference -> anglican.stat 21 July 2016, 15:43:24 UTC
cee3d51 added :drop-invalid option to doquery to filter out zero-weight samples 21 July 2016, 15:22:47 UTC
2f7c1c6 Revert "drop zero weight samples during stripdown operation" This reverts commit 3fdcd76a30fff2135f49a30ad0b954121b921cf1. 21 July 2016, 15:05:11 UTC
bb4a788 fixed use -> :use 20 July 2016, 18:14:14 UTC
9524ed1 added test for new stripdown behavior 20 July 2016, 12:08:42 UTC
3fdcd76 drop zero weight samples during stripdown operation 20 July 2016, 12:08:26 UTC
99403ed updated doc/intro.md to be in sync with code base 19 July 2016, 22:34:35 UTC
4af1c87 core: updated doc string in usage 19 July 2016, 22:24:40 UTC
0192397 updated doc/devel.md to use sample* and observe* 19 July 2016, 22:17:04 UTC
3b89f0f updated doc/codemap.md to reflect updates 19 July 2016, 22:13:17 UTC
5f3a3a9 updated copyright statement in README.md 19 July 2016, 22:04:34 UTC
2a7063c trap: embang -> anglican in *primitive-spaces* 19 July 2016, 22:00:56 UTC
01101e8 bumped version 0.10.0-SNAPSHOT -> 1.0.0-SNAPSHOT 19 July 2016, 21:36:40 UTC
f261965 changed artifact name probprog/anglican -> anglican 19 July 2016, 21:35:46 UTC
ad6a24e Merged in twgr/anglican/development (pull request #66) iPMCMC tests and updates 19 July 2016, 21:17:33 UTC
b30002b moved ipmcmc test to new location in source tree 19 July 2016, 21:05:36 UTC
11a381d Merge remote-tracking branch 'upstream/development' into development 19 July 2016, 21:02:58 UTC
5e0d30c Merged in jwvdm/anglican/sample-observe-star (pull request #64) refactored sample, observe -> sample*, observe* 19 July 2016, 20:58:37 UTC
ba638f3 Merge branch 'development' into sample-observe-star 19 July 2016, 20:57:38 UTC
155599a Merged in jwvdm/anglican/cleanup (pull request #61) Cleanup 19 July 2016, 20:47:43 UTC
a4f3616 Merged in jwvdm/anglican/value-in-result (pull request #59) Return tail call value in result 19 July 2016, 20:47:01 UTC
back to top