Meliurwen
|
a1c1448da7
|
Conformed all rank-3 tensors to the same notation and now `rustfmt` ignores `tests/`
|
2 years ago |
Meliurwen
|
780515707c
|
Refactored `src/` and `tests/` files to be compliant to `rustfmt`
|
2 years ago |
Meliurwen
|
d0515a3f26
|
Solved all warnings in `tests/`
|
2 years ago |
AlessandroBregoli
|
f5756f71d3
|
Changed the return type for ParameterLearning::fit from tuple to Param
|
2 years ago |
Meliurwen
|
4b35ae6310
|
Implemented matrices comparison function in chi square
|
2 years ago |
Meliurwen
|
2605bf3816
|
Implemented part of matrices comparison in chi square
|
3 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 |
AlessandroBregoli
|
b357c9efa0
|
HillClimbing now panic when the dataset is incompatible with the network.
|
3 years ago |
AlessandroBregoli
|
5444c619a2
|
Added tests
|
3 years ago |
AlessandroBregoli
|
f49523f35a
|
Refactor of Dataset and Trajectory to ensure some basic properties.
|
3 years ago |
AlessandroBregoli
|
df12b93d55
|
Lmit parent set
|
3 years ago |
AlessandroBregoli
|
8ca93c931b
|
Refactor
|
3 years ago |
AlessandroBregoli
|
5044a88b6d
|
refactor
|
3 years ago |
AlessandroBregoli
|
808bc0098c
|
Added learn_mixed_discrete_net_3 test
|
3 years ago |
AlessandroBregoli
|
c785739100
|
LL test for hill climbing
|
3 years ago |
AlessandroBregoli
|
a4b0a406f4
|
Hill Climbing + Simple test
|
3 years ago |
AlessandroBregoli
|
394970adca
|
Test for BIC
|
3 years ago |
AlessandroBregoli
|
4a7c34af17
|
BIC
|
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
|
79dbd88529
|
Get rid of the `rand_core` rependency
|
3 years ago |
Meliurwen
|
9316fcee30
|
The state generation is now seedable
|
3 years ago |
Meliurwen
|
185e1756ca
|
The residence time generation is now seedable
|
3 years ago |
Meliurwen
|
651148fffd
|
Replaced the current RNG with a seedable one (`rand_chacha`)
|
3 years ago |
AlessandroBregoli
|
86d2a0b767
|
Implemented LL for ctbn
|
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 |
AlessandroBregoli
|
82e3c779a0
|
Added test: test_validate_params_valid_cim_with_huge_values
|
3 years ago |
Alessandro Bregoli
|
c178862664
|
Enforced correct set of parameters (cim) when inserted manually
|
3 years ago |
AlessandroBregoli
|
331c2006e9
|
Tested validate_params implemetation for DiscreteStateContinousTimeParams
|
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 |