Skip to content

probmods/webppl

dev
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

WebPPL Build Status Dependency Status

Probabilistic programming for the web

Quick start

Install using nodejs:

npm install -g webppl

Run WebPPL programs:

webppl myprogram.wppl

Require a WebPPL package:

webppl myprogram.wppl --require packageName

See the packages section of our documentation for more information.

Upgrade WebPPL:

npm update -g webppl

Documentation

Read our docs at docs.webppl.org.

License

WebPPL is released under the MIT License.

Contributions

We encourage you to contribute to WebPPL! Check out our guidelines for contributors and join the webppl-dev mailing list.