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.
reCTBN/src
AlessandroBregoli 8ca93c931b Refactor 3 years ago
..
structure_learning Refactor 3 years ago
ctbn.rs Refactoring tests 3 years ago
lib.rs Implemented LL for ctbn 3 years ago
network.rs Added MLE 3 years ago
node.rs Params update: From Box to Enum 3 years ago
parameter_learning.rs In the Bayesian approach alpha and tau are now divided by the number of possible configurations in its parent set 3 years ago
params.rs Removed `rand::thread_rng` overriding the ChaCha's `rng`, increased the epsilon from 0.2 to 0.3 in the tests 3 years ago
structure_learning.rs Refactor 3 years ago
tools.rs Made seed optional in `trajectory_generator` 3 years ago