-
-
The transformations that should be applied are sampler-specific, so automation should not happen in AePPL.
rlouf updated
2 years ago
-
Some optimizations perform their own implicit canonicalizations through complicated condition-checking logic; these optimizations need to be rewritten and new canonicalizations added.
For example, …
-
The default definitions of `some` and `many` fail to converge for `Stream`.
``` hs
λ> toList (many (return 1 return 2) :: Stream [Int])
```
It’s possible to come up with definitions of `some` and `…
-
There's nearly enough in place to start automating the application of proximal methods. I've outlined some of the basic ideas [here](https://brandonwillard.github.io/a-role-for-symbolic-computation-i…
-
I have therefore titled my issue accordingly.
I may continually update this issue as I work over the course of the month of November. I will feel free to post dev diaries, sample output, etc.
-
The following should return (a1) but it returns (_0)
```emacs-lisp
(reazon-run* x
(reazon-conde
((reazon-== x 'a1))
((reazon-== x 'a2)))
(reazon-conda
((reazon-== x 'a2) #'reazon…
-
After discussing a bit with @webyrd and following the discussion in Issue #17, I've been looking into [extending](https://docs.racket-lang.org/drracket/extending-drracket.html) Dr. Racket with a Barli…
-
samth updated
8 years ago
-
Hello,
I am trying to use this implementation of miniKanren in Rust (which I think is the best one and very well documented) and I just noticed that some types don't implement certain traits. I have …