You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AlessandroBregoli
2d7e52f8f1
|
3 years ago | |
---|---|---|
.github | 3 years ago | |
src | 3 years ago | |
tests | 3 years ago | |
.gitignore | 3 years ago | |
CONTRIBUTING.md | 3 years ago | |
Cargo.toml | 3 years ago | |
README.md | 3 years ago |
README.md
rustyCTBN
Library
Note: At the moment it's in pre-alpha state.
A Continuous Time Bayesian Networks Library written in Rust. 🦀
Develop
Prerequisites:
rust
Prepare the development environment:
cargo build
That's all! ☕️
Contribute
See CONTRIBUTING.md to know how to report bugs, propose features, merge requests or other forms of contribution! 😎🚀
Testing & Linting
To launch tests:
cargo test
To lint:
cargo check