Commit Graph

98 Commits (fd335d73f6ffaa9272ba47f3ad642e59bcc4b4b0)
 

Author SHA1 Message Date
Meliurwen fd335d73f6 Nerfed `clippy` in GitHub Workflows, now the linting must pass otherwise the pipeline fails 2 years ago
Meliurwen eb0cf6e88d
Merge pull request #49 from AlessandroBregoli/36-refactor-solve-the-warnings-issue 2 years ago
Meliurwen d0515a3f26 Solved all warnings in `tests/` 2 years ago
Meliurwen c4f44f63ea Silenced `non_snake_case` warning globally in `src/`, solved some unused imports and other negligible leftovers 2 years ago
AlessandroBregoli c1d833253a
Merge pull request #48 from AlessandroBregoli/46-feature-parameter-learning-generalization 2 years ago
AlessandroBregoli f5756f71d3 Changed the return type for ParameterLearning::fit from tuple to Param 2 years ago
Meliurwen e091cc4d2e
Merge pull request #47 from AlessandroBregoli/8-feature-constraint-based-structure-learning-algorithm-for-ctbn 2 years ago
Meliurwen 68ada89c04 Expanded Hypothesis test 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
AlessandroBregoli 88ad3eba1b
Merge pull request #45 from AlessandroBregoli/27-bug-useless-node 3 years ago
Alessandro Bregoli 9b7e683630 Removed `node.rs` 3 years ago
Meliurwen 42c457cf32
Merge branch '24-feature-rectbn' into 'dev' 3 years ago
Meliurwen a6c8d3e16d
Changed the name from `rustyCTBN` to `reCTBN` (Rust Engine for Continuous Time Bayesian Networks) 3 years ago
Meliurwen 74039dac94
Merge branch '35-refactor-constructor' into 'dev' 3 years ago
Meliurwen ab2162b5f1
Constructors renamed from `init` to `new` 3 years ago
Meliurwen c2d44e7332
Merge pull request #42 from AlessandroBregoli/9-score-based-algorithm 3 years ago
AlessandroBregoli 43d01d2bf8 Added coments. 3 years ago
Meliurwen dba0b14918
Merge branch '23-meta-add-github-workflows' into 'dev' 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
Meliurwen a6654385fc Workflow more compliant to the GH style 3 years ago
Meliurwen 9a4914f5d0 Added basic GH workflow with lint and test (build included in the test) 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
Meliurwen 2371fca072
Merge pull request #39 from AlessandroBregoli/38-meta-explicitly-declare-labels-on-a-file 3 years ago
Meliurwen 0b019de45b Added labels to `labels.yml` and automated the implementation of the edits via GH Actions 3 years ago
AlessandroBregoli 394970adca Test for BIC 3 years ago
AlessandroBregoli 4a7c34af17 BIC 3 years ago
AlessandroBregoli e299acb921 Seedable 3 years ago
Meliurwen 258d016155
Merge branch '12-feature-add-seed-for-random-generation' into 'dev' 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 dd8c877127
Merge pull request #34 from AlessandroBregoli/32-meta-add-vscode-folder-to-gitignore 3 years ago
Meliurwen 05af0f37c4 Added `.vscode` folder to `.gitignore` 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
Meliurwen cd89edd6d4
Merge pull request #31 from AlessandroBregoli/29-meta-add-templates-for-meta-and-refactor 3 years ago
Meliurwen bb42365fb8 Added meta and refactor issue templates 3 years ago
AlessandroBregoli 86d2a0b767 Implemented LL for ctbn 3 years ago
Meliurwen e0876dad62
Merge branch '28-bug-bayesian-approach' into 'dev' 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