-
Currently, rwebppl waits until either stderr or stdout files exist and have content. One problem with this is that in node, `console.warn()` writes to stderr, and so a warning in WebPPL will be interp…
-
```
webppl-editor.min.js:14 Warning: Failed propType: Invalid prop `codeMirrorInstance` of type `function` supplied to `CodeMirror`, expected `object`. Check the render method of `CodeEditor`
```
-
There are situations where it would be useful to stop and restart `Optimize`, potentially with different estimators (e.g. repeatedly alternating between Dream sampling and Dream learning, possibly wit…
-
To check the version of the webppl you are currently linked to
-
The readme specifies that you can pass an options argument specifying `xLabel` and `yLabel` to `viz.line`, e.g.:
```
viz.line([1,2,3], [4,5,6], {xLabel: 'foo', yLabel: 'bar'})
```
but it doesn't loo…
-
After thinking about a extensions of the system to allow asynchronous distributed parallelism, at least for VI, I'm leaning toward refactoring the params to live in a global store (rather than passing…
-
Today, the compiler/interpreter on http://webppl.org will not run _all_ code on http://agentmodels.org/ because of "dependencies" such as "dp.cache" in the "Bob and Alice Schelling Coordination game" …
-
would be awesome if a model, once compiled, could be rerun with no extra compilation cost. seems like the web-app does this? there are some [comparable workarounds for stan](http://pystan.readthedocs.…
-
In the course of using WebPPL for Psych 204 at Stanford, I ran into this unexpected behavior that clashes with JavaScript operator precedence rules:
The following function returns `false`
```
var fo…
-
Flipping a coin on the command line currently takes 2.5s:
```
parsePackageCode: 2072.600ms
compile: 724.353ms
run: 2.793ms
```