-
-
We're using a WebPPL editor for class assignments, and some students have complained that the cursor is jumping back to the start of the textbox while they're editing.
This only happens after webpp…
-
Can you please set up these domains for HTTPS (valid certificates)?
I'm setting up my site using default GitHub pages, which only supports HTTPS. My resources don't load if there are invalid or mi…
-
In our basic package system, you can include a list of webppl header files in your `package.json` file:
``` javascript
{
"name": "testModule",
"webppl": {
"wppl" : ["header1.wppl", "header2.w…
-
At some point in the past, the benchmarks included Anglican and WebPPL. They don't anymore because it can't be expected from a normal developer to install these. It would be nice if the benchmarks wer…
-
It should be possible to write something like `alice: observes [bob.x] is 5`. This isn't hard to do currently by just defining a singleton list and sampling from it, but it would be nice for debugging…
-
This code:
```
var foo = function() {
return gaussian(0, 1);
}
{ val: foo() };
```
gives this error:
```
{ type: 'LabeledStatement',
label: { type: 'Identifier', name: 'val' },
body:
{ …
-
Additional things for `FiniteDistribution`:
- `factor` method that weights outcomes (a la webppl)
- `then`, `normalize`, `from_pairs`, `join` methods (see https://github.com/markkho/msdm/blob/a88a5a…
-
The fact that the inference (marginalization) co-routines have to be written in CPS to play nice with the transformed program code makes them hard to read and maintain. One possibility may be to write…
-
e.g., going to docs.webppl.org, it would be more helpful to see that the docs are for `0.9.0` than for `master`