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)
- Host: GitHub
- URL: https://github.com/asimihsan/practical-probabilistic-programming
- Owner: asimihsan
- License: mit
- Created: 2014-09-03T16:53:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T17:09:28.000Z (over 10 years ago)
- Last Synced: 2025-01-29T04:38:51.425Z (4 months ago)
- Language: Scala
- Size: 191 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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