-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Probabilistic reasoning #53
Comments
True. I mostly consider this libraries though, where SWI-Prolog should provide additional primitives to improve speed/integration/etc. A good collection is already available here |
I second this feature request. Especially ProbLog has a nice readable syntax. Having it integrated in SWI-Prolog would be great, especially for debuggability. |
You can use ProbLog syntax in cplint |
Thanks for the suggestion. Would it be possible to support a syntax similar to ProbLog (which I find more intuitive)? Are there differences in power of expressiveness or how solutions are found? |
You can use ProbLog syntax, see
http://cplint.eu/p/path_problog.pl
There is no difference in expressiveness. There are differences in how
solutions are found, see the about section of the site for links to papers
explaining the differences
Il giorno dom 14 apr 2019 alle ore 14:16 maelh <[email protected]>
ha scritto:
… Thanks for the suggestion. Would it be possible to support a syntax
similar to ProbLog (which I find more intuitive)?
Are there differences in power of expressiveness or how solutions are
found?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJMRBNJzLCFESJJeMhaBRoi1bAUUDi1xks5vgxwXgaJpZM4R1FAj>
.
|
Last years the concept of probabilistic programming is developing with a huge pace and a big future potential. Would be nice to have some ground and supporting libraries in SWI Prolog as well.
See the ProbLog as an example https://dtai.cs.kuleuven.be/problog/ and their tutorial for practical applications https://dtai.cs.kuleuven.be/problog/tutorial.html
The text was updated successfully, but these errors were encountered: