Expand description
§reCTBN
§Library
Note: At the moment it’s in pre-alpha state.
A Continuous Time Bayesian Networks Library written in Rust. 🦀
§Contribute
See CONTRIBUTING.md to know how to report bugs, propose features, merge requests or other forms of contribution! 😎🚀
§License
This software is distributed under the terms of both the Apache License (Version 2.0) and the MIT license.
See LICENSE-APACHE and LICENSE-MIT for details.
Modules§
- parameter_
learning - Module containing methods used to learn the parameters.
- params
- Module containing methods to define different types of nodes.
- process
- Defines methods for dealing with Probabilistic Graphical Models like the CTBNs
- reward
- sampling
- Module containing methods for the sampling.
- structure_
learning - Learn the structure of the network.
- tools
- Contains commonly used methods used across the crate.