Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```