Commit Graph

16 Commits (c4f44f63ea862ccf43596f9b8b03cd8721c6398b)

Author SHA1 Message Date
AlessandroBregoli f5756f71d3 Changed the return type for ParameterLearning::fit from tuple to Param 2 years ago
Alessandro Bregoli 9b7e683630 Removed `node.rs` 3 years ago
Meliurwen a6c8d3e16d
Changed the name from `rustyCTBN` to `reCTBN` (Rust Engine for Continuous Time Bayesian Networks) 3 years ago
Meliurwen ab2162b5f1
Constructors renamed from `init` to `new` 3 years ago
Meliurwen a350ddc980 Decreased epsilon to `0.1` with a new seed 3 years ago
Meliurwen 62fcbd466a Removed `rand::thread_rng` overriding the ChaCha's `rng`, increased the epsilon from 0.2 to 0.3 in the tests 3 years ago
Meliurwen 79ec08b29a Made seed optional in `trajectory_generator` 3 years ago
Meliurwen 651148fffd Replaced the current RNG with a seedable one (`rand_chacha`) 3 years ago
Meliurwen 6104dcc329
In the Bayesian approach alpha and tau are now divided by the number of possible configurations in its parent set 3 years ago
Alessandro Bregoli c178862664 Enforced correct set of parameters (cim) when inserted manually 3 years ago
AlessandroBregoli 9a27d794fc Added tests for BA and MLE 3 years ago
Alessandro Bregoli cc8071ca07 Changed parameter_learning module to use generics instead of Box for the network object 3 years ago
Alessandro Bregoli ef04e04d1e Changed trajectory_generator to use generics instead of Box for the network object 3 years ago
AlessandroBregoli f87900fdbd Bug fix of sampling + implementation of Bayesian Approach 3 years ago
AlessandroBregoli 5c816ebba7 parameter_learning refactor 3 years ago
AlessandroBregoli 4adfbfa4e4 Refactoring tests 3 years ago