-
@eb8680 had an implementation for single site Metropolis Hastings in #61. Let us resolve the issues raised in the PR, and reinstate the algorithm. This is also needed to build other algorithms like An…
-
We currently have a code transform that, when we enter a function body, makes the current address available in special local and global variables throughout the execution of the body (added in #570). …
-
Hi, I'm trying to use MCMC to infer the objects in a scene that would yield certain observations but am having trouble with conditioning on these observations. We are trying to allow some deviation in…
-
On 1c3cd24147bbeede50d42f24ab666d64a9ac41f9:
```
Running "nodeunit:all" (nodeunit) task
Testing test-caching.js..............OK
Testing test-deterministic.js.................OK
Testing test-error-han…
-
Since `batch_size` describes something about how inference should proceed, I'm not sure it makes too much sense to specify it in the model. Instead, I think it would make more more sense as an argumen…
-
i think there may be a bug, or at least questionable choice in the semantics of mem. consider:
~~~
Infer({method: 'rejection', samples: 100}, function() {
var memfn = mem(function(buttons) {ret…
-
Node already supports [many ES6 features](https://nodejs.org/en/docs/es6/). If we add [babelify](https://github.com/babel/babelify) to our browserify transform, we can start using these features in ou…
-
Once #675 is merged, exceptions raised by syntax errors might include enough information for us to generate an error message that highlights the source of the error in program code. For example, the p…
-
WebPPL is fine with compiling this code:
```
var bar = function()
{
return 42;
}
var generate = function()
{
return foo();
}
```
but when compiling this code:
```
var wrap = function(fn)
{…
-
I'm seeing this fairly often (1 in 5?) on a model I've been playing with:
![plot](https://cloud.githubusercontent.com/assets/9109012/21178005/75da34be-c1e5-11e6-93a2-9ab1ce041dc3.png)
I'm happy …