-
There is a lot of overlap in pf, pmcmc, smc; and in mh and smc. One way to combat this would be to just have a single smc algorithm, and implement all of the algorithms mentioned above as parameteriz…
-
Running the script results in:
Resetting webppl to latest remote...
fatal: ambiguous argument 'origin/master': unknown revision or path not in the working tree.
Use '--' to separate paths fr…
-
http://dippl.org/chapters/04-factorseq.html
> Enumerate can only be used with ERPs that have support function.
-
We currently use setTimeout to clear the stack... this may be bad wrt performance. Should clear stack less often or switch to a trampoline to avoid stack bloat.
-
It would be convenient (though not really necessary) to be able to use `if(..){...}else{...}` statements in WebPPL programs. CPS for these will be pretty similar to the ternary operator (ConditionalEx…
-
Making objects using random primitives that don't have a _support_ crashes the program with:
```
//src/header.js:339
throw "Enumerate can only be used with ERPs that have support function.";
…