https://github.com/probmods/webppl

sort by:
Revision Author Date Message Commit Date
f3504df 0.7.0 25 May 2016, 22:31:08 UTC
0a8cd7d Merge pull request #458 from null-a/infer-better-arg-checks Better arg checks for `Infer` 25 May 2016, 17:07:48 UTC
df78e0e Merge pull request #459 from null-a/use-infer-in-tests Use `Infer` in more tests/examples. 25 May 2016, 17:06:56 UTC
f6f8a5b Merge pull request #461 from null-a/tweak-hmc-nested-enum-test Tweak parameters to address CI failures of nestedEnumWithFactor 25 May 2016, 17:06:22 UTC
123902b Tweak parameters to address CI failures. 25 May 2016, 14:08:50 UTC
618d5e5 Improve arg checks in Infer. 25 May 2016, 09:37:21 UTC
e46ede0 Add util.isObject helper. 25 May 2016, 09:37:04 UTC
201168c Use helper rather than assert to signal errors. 25 May 2016, 09:10:44 UTC
2595b47 Use Infer in more tests/examples. 25 May 2016, 08:59:01 UTC
9e7ae49 Merge pull request #455 from longouyang/dont-approx-binomial-score Dont approx binomial score 23 May 2016, 19:49:08 UTC
95d5db3 Document source of binomialSample approximation 23 May 2016, 18:36:22 UTC
b30aa51 Remove Gaussian approximation to binomial score 23 May 2016, 18:34:11 UTC
9cd70a5 Merge pull request #441 from null-a/delta-dist Add Delta distribution. 23 May 2016, 18:31:49 UTC
204ceb9 Merge pull request #452 from null-a/exclude-marginal-dist-from-docs Exclude the Marginal distribution from the docs. 23 May 2016, 18:22:48 UTC
cd34ef9 Exclude the Marginal distribution from the docs. 23 May 2016, 15:49:59 UTC
2ecf93f Update description of Delta distribution. 23 May 2016, 15:43:34 UTC
1091af2 Add tests for Delta distribution. 23 May 2016, 15:08:00 UTC
6b07314 Add delta helper to the header. 23 May 2016, 15:07:40 UTC
722ca05 first sketch of language for docs 20 May 2016, 18:32:40 UTC
d64e693 Add Delta distribution. 20 May 2016, 15:26:41 UTC
525a14d Merge pull request #439 from null-a/minor-infer-doc-tweak Add missing `method` to MCMC example in docs. 20 May 2016, 14:08:17 UTC
f0701b5 Merge pull request #438 from null-a/make-infer-opts-consistent Make Infer options more consistent 20 May 2016, 14:07:46 UTC
a92ea58 Add missing `method` to MCMC example in docs. 20 May 2016, 13:56:57 UTC
6112cdd Use camelCase for search strategy option. 20 May 2016, 13:46:48 UTC
14e0005 Use camelCase for Infer's method options. 20 May 2016, 13:44:54 UTC
4512f12 Merge pull request #435 from null-a/tweak-dist-presentation Implement `toString` on distributions 18 May 2016, 01:01:04 UTC
1554662 Tweak comment. 17 May 2016, 19:01:09 UTC
57a00bc Add toString to distributions. 17 May 2016, 18:45:16 UTC
124f674 Merge pull request #434 from null-a/fix-dist-name-in-error-msg Fix error messages that use distribution names 17 May 2016, 15:24:09 UTC
67aa2cb Fix HMC multivariate dist check following 53df1028. 17 May 2016, 13:22:58 UTC
6e5e2d8 Fix dist names in errors following 53df1028. 17 May 2016, 13:19:45 UTC
790daa1 Merge pull request #428 from null-a/search-strat-as-option Replace multiple Enumerate methods with strategy option. 16 May 2016, 16:51:34 UTC
6e8a58d Fix Enumerate example in docs. 16 May 2016, 15:57:17 UTC
8e9368d Merge branch 'dev' into search-strat-as-option 16 May 2016, 15:56:43 UTC
ad63cec Merge pull request #433 from null-a/infer-switch-args Switch order of Infer's arguments. 16 May 2016, 15:11:13 UTC
86acd8e Switch order of Infer's arguments. This improves readability when thunk is given as an anonymous function. 15 May 2016, 17:47:37 UTC
b47cf07 Use full strategy names as option. 14 May 2016, 09:18:59 UTC
eafe795 Merge pull request #431 from jsalvatier/dev descriptive err for sample() with bad dist 14 May 2016, 08:02:23 UTC
f65c850 descriptive err for sample() with bad dist 14 May 2016, 05:41:13 UTC
560439b Merge pull request #427 from null-a/distribution-docs Distribution documentation 14 May 2016, 00:32:07 UTC
1bedd67 Merge pull request #429 from null-a/use-infer-in-examples Use Infer in examples. 14 May 2016, 00:10:54 UTC
12eee5b Use Infer in examples. 13 May 2016, 18:23:00 UTC
09ccf9d Replace multiple Enumerate methods with strategy option. 13 May 2016, 17:52:32 UTC
f4a0a87 Update to reflect changes to dist meta data. 13 May 2016, 17:17:12 UTC
6cae7e0 Generate initial distribution docs. 13 May 2016, 14:05:45 UTC
de2c983 Script to generate distribution docs. 13 May 2016, 14:05:05 UTC
7dc369e Add meta-data to distributions. 13 May 2016, 13:46:25 UTC
53df102 Restructure distribution meta data. 13 May 2016, 13:42:45 UTC
d380fab Merge pull request #424 from null-a/runtime-dist-arg-checks Run-time checks for sample, score, distribution params 12 May 2016, 20:28:46 UTC
ce3581a Fix bug in dist param checks. 12 May 2016, 14:09:12 UTC
f734a91 Avoid JS feat. not support by browserify/Node 0.10 12 May 2016, 07:49:54 UTC
e1682c5 Merge pull request #419 from null-a/marginalization-interface Add `Infer` function 11 May 2016, 20:37:27 UTC
caaba1e Existential checks for dist params. 11 May 2016, 17:53:59 UTC
5293786 makeDistributionType now handles saving ref to params. 11 May 2016, 17:53:59 UTC
ba65ea6 Check number of args passed to score at run-time. 11 May 2016, 17:53:59 UTC
e3b2e14 Check sample receives a dist as run-time. 11 May 2016, 15:00:12 UTC
c00266a Merge branch 'dev' into marginalization-interface 11 May 2016, 08:29:17 UTC
f5c4874 Merge pull request #412 from null-a/erp->dist Rename ERP -> Dist. 10 May 2016, 19:37:16 UTC
7f856c1 Fix-up test I missed during previous merge. 10 May 2016, 18:40:21 UTC
7fb2c13 Merge branch 'dev' into erp->dist 10 May 2016, 18:34:11 UTC
3e8ca5d Merge pull request #423 from null-a/imh-drift Support drift kernels in IncrementalMH. 10 May 2016, 17:06:45 UTC
e6069fc Support drift kernels in IncrementalMH. 10 May 2016, 13:28:31 UTC
7980e71 Update error text to match option name. 09 May 2016, 17:34:21 UTC
50f4fbc Update inference docs to describe `Infer`. 09 May 2016, 17:34:20 UTC
da36474 Add `Infer` function. 09 May 2016, 17:33:12 UTC
5744b5d Merge pull request #418 from longouyang/uniform-drift-proposals Uniform drift proposals 09 May 2016, 17:15:54 UTC
880415d A little more uniformDrift testing 09 May 2016, 02:02:30 UTC
3a2e061 Document header.wppl ERP macro section 08 May 2016, 20:15:02 UTC
f07fc91 First pass at uniformDrift 08 May 2016, 19:26:25 UTC
c503458 Merge pull request #415 from null-a/consistent-coroutine-interface Consistent coroutine interface 06 May 2016, 20:57:09 UTC
3afec24 Merge pull request #401 from longouyang/enforce-dirichlet-bounds Enforce dirichlet bounds 06 May 2016, 20:52:11 UTC
13d50db Merge pull request #417 from null-a/bump-adnn-version Bump adnn version. 06 May 2016, 17:10:53 UTC
ccc302e Bump adnn version. 06 May 2016, 08:53:41 UTC
e1965da Readable error when coroutines aren't passed options obj. 05 May 2016, 15:28:49 UTC
69d3e99 Update coroutines to take a single options obj. 05 May 2016, 15:28:43 UTC
c4330d2 IMH now takes num. samples, not iterations. For consistency with MCMC. 05 May 2016, 14:22:46 UTC
9bcdac3 Reduce scope of corrections (only handle under/overflow for now) 04 May 2016, 23:32:41 UTC
6fde849 Rename ERP -> Dist. 04 May 2016, 14:05:47 UTC
f3e640d Merge pull request #410 from null-a/rename-aggregators Rename aggregators. 03 May 2016, 17:50:57 UTC
b8dd770 Merge pull request #409 from null-a/tweak-hmc-tests Tweak HMC tests to address CI failures 03 May 2016, 17:47:07 UTC
44cbb64 Rename aggregators. The motivation here is to avoid having an aggregator called Distribution, as this would be confusing once ERP is renamed. 03 May 2016, 15:33:42 UTC
6a62ab5 Take more samples for HMC test that failed CI. 03 May 2016, 15:11:07 UTC
a297613 Use more samples on HMC tests of discrete models. We now use as many samples when testing HMC + MH as when testing MH alone. 03 May 2016, 15:07:45 UTC
884e9c3 Merge pull request #408 from null-a/remove-optional-erp-params-test Remove redundant inference test. 02 May 2016, 19:07:38 UTC
a0a10ee Merge pull request #407 from null-a/minor-tweaks Minor tweaks 02 May 2016, 19:06:12 UTC
a1a88bb Fix typos. 02 May 2016, 14:50:01 UTC
3e28cbf Don't include file extension in `require` calls. For consistency with the rest of the code base. 02 May 2016, 14:50:01 UTC
28f8c9c Remove unused imports. 02 May 2016, 14:50:01 UTC
51e1ce6 Remove redundant inference test. `sample` now takes a dist as its only arg, not an ERP and params. 02 May 2016, 14:49:33 UTC
1a6e0d9 Tiny wording change to npm.rst 28 April 2016, 20:29:50 UTC
73c722f Merge pull request #404 from dritchie/dev Document query table. 28 April 2016, 20:25:26 UTC
be104df Document query table. 28 April 2016, 20:15:28 UTC
0c3863f Merge pull request #403 from null-a/add-bernoulli Add bernoulli helper 28 April 2016, 16:22:04 UTC
77bdb0b Revert flip to taking only a prob. as arg. 28 April 2016, 09:30:38 UTC
812d0aa Add bernoulli helper for consistency. 28 April 2016, 09:30:36 UTC
d51945b Enforce Dirichlet support bounds 27 April 2016, 19:53:54 UTC
b141e00 Appease linter 27 April 2016, 19:53:45 UTC
9044d2c Merge pull request #399 from null-a/fix-398 Get package names from package.json. 27 April 2016, 17:29:40 UTC
619a14e Merge pull request #393 from null-a/erp-new-sample-interface New ERP Interface 27 April 2016, 17:24:01 UTC
17b4f33 Get package names from package.json. Fixes #398. 27 April 2016, 16:11:31 UTC
back to top