A new, blazing-fast learning engine for Continuous Time Bayesian Networks. Written in pure Rust. 🦀
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.
Meliurwen cd89edd6d4
Merge pull request #31 from AlessandroBregoli/29-meta-add-templates-for-meta-and-refactor
3 years ago
.github Added meta and refactor issue templates 3 years ago
src In the Bayesian approach alpha and tau are now divided by the number of possible configurations in its parent set 3 years ago
tests In the Bayesian approach alpha and tau are now divided by the number of possible configurations in its parent set 3 years ago
.gitignore First Commit 3 years ago
CONTRIBUTING.md Added notes regarding templates in CONRIBUTING.md 3 years ago
Cargo.toml Bug fix of sampling + implementation of Bayesian Approach 3 years ago
README.md Added CONTRIBUTING.md with all the necessary rules 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