Andreas Stuhlmüller

Results 47 comments of Andreas Stuhlmüller

The histograms on the [semantic parsing](http://dippl.org/examples/semanticparsing.html) page are still pretty messy.

We're using Github Pages, which doesn't currently support [HTTPS for custom domains](https://github.com/isaacs/github/issues/156). There are workarounds and we are interested in implementing them eventually, but I can't guarantee that it will...

I think that's right, and so below the figure it should also say "updates its belief to b' by updating b on the observation o **and action a**." That said,...

I tend to like the solution with two options best. Being explicit makes it easier to think about what the options do. If there are sensible defaults, we might still...

Is it slow inside rejection inference? The scorer shouldn't be used there.

If we're planning to address #358 before 1.0 (which would be desirable, as it would help a lot with making bigger models more modular), I'd just keep `sample`/`score` as they...

Sounds good. I should add that I don't think this is high priority—I just wanted to have an issue in place so that we can revisit this at an opportune...

Here's a workaround that can be used in some cases until we have a more general solution: ``` js var toPairs = function(obj){ return _.sortBy(_.pairs(obj)); } var toObject = function(pairs){...

Integration tests would have caught #115 if we had used a model with a custom proposer that doesn't assign the same forward/reverseChoiceScore to each ERP proposal. If we had such...