Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oeb25/idk
Tools for uncertainty and learning
https://github.com/oeb25/idk
Last synced: about 9 hours ago
JSON representation
Tools for uncertainty and learning
- Host: GitHub
- URL: https://github.com/oeb25/idk
- Owner: oeb25
- Created: 2022-12-08T10:29:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T11:35:56.000Z (almost 2 years ago)
- Last Synced: 2023-09-12T07:11:38.358Z (about 1 year ago)
- Language: Rust
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IDK
> Integrated discrete knowledge-toolkit. A CLI for computing various facts about knowledge, game theory, and probability measures.
![](./assets/demo.png)
## Building
```bash
cargo build
```## Running
```bash
cargo run help
cargo run gt examples/demo.gt
cargo run epi examples/demo.epi
cargo run prob examples/demo.prob
```