An open API service indexing awesome lists of open source software.

https://github.com/asimihsan/practical-probabilistic-programming

Code copy/pasted, derived, or inspired by "Practical Probabilistic Programming" (Manning)
https://github.com/asimihsan/practical-probabilistic-programming

Last synced: 2 months ago
JSON representation

Code copy/pasted, derived, or inspired by "Practical Probabilistic Programming" (Manning)

Awesome Lists containing this project

README

        

# practical-probabilistic-programming

Code copy/pasted, derived, or inspired by "Practical Probabilistic Programming" (Manning)

## How to build and run (command-line)

- Clone the repo
- Change to a directory, e.g. `04-painting`
- Run: `./gradlew run`

## How to use from Ecipse

- Clone the repo
- Change to a directory, e.g. `04-painting`
- Run: `./gradlew eclipse`
- You'll want to either install the "Scala IDE" plugin for your copy of Eclipse or just download the bundled "Scala IDE" (the latter is easier to get started with).
- Import the project from Eclipse