Meliurwen
|
f7165d0345
|
Added docstrings to `networks.rs`
|
2 years ago |
Meliurwen
|
9ca8973550
|
Harmonized some docstrings in `params.rs`
|
2 years ago |
Meliurwen
|
064b582833
|
Added docstrings for the chi-squared test
|
2 years ago |
Meliurwen
|
2153f46758
|
Fixed small lint problem and added a paragraph to the README
|
2 years ago |
Meliurwen
|
ccced92149
|
Fixed some docstrings in `params.rs`
|
2 years ago |
Meliurwen
|
616d5ec3d5
|
Fixed and prettified some imprecisions to old docstrings and added new ones in `ctbn.rs`
|
2 years ago |
Meliurwen
|
672de56c31
|
Added a brief description of the project in form of docstrings at the crate level
|
2 years ago |
Meliurwen
|
1cad41f7f4
|
Merge pull request #67 from AlessandroBregoli/65-meta-add-documentation-build-in-github-workflows
Added docs generation in GitHub Workflows
|
2 years ago |
Meliurwen
|
174e85734e
|
Added docs generation in GitHub Workflows
|
2 years ago |
Meliurwen
|
c247da6bc0
|
Merge branch '8-feature-constraint-based-structure-learning-algorithm-for-ctbn' into 'dev'
Added chi-squared test rust-tests and constructor for cache
|
2 years ago |
Meliurwen
|
761e9da436
|
Merge branch 'dev' into '8-feature-constraint-based-structure-learning-algorithm-for-ctbn'
Synchronized with dev
|
2 years ago |
Meliurwen
|
014bad4c7d
|
Merge pull request #61 from AlessandroBregoli/60-meta-cargo-workspace
Moved the source into its own cargo workspace
|
2 years ago |
AlessandroBregoli
|
df99a2cf3e
|
cargo workspace
|
2 years ago |
AlessandroBregoli
|
2f5a80dccb
|
Merge pull request #59 from AlessandroBregoli/10-feature-importance-sampling-for-ctbn
10 feature importance sampling for ctbn
|
2 years ago |
AlessandroBregoli
|
622cd305d0
|
Formatting
|
2 years ago |
AlessandroBregoli
|
a07dc214ce
|
Clippy errors solved
|
2 years ago |
AlessandroBregoli
|
8163bfb2b0
|
Update trajectory generator
|
2 years ago |
Meliurwen
|
66661495aa
|
Merge pull request #58 from AlessandroBregoli/37-refactor-approx
Replaced `approx` with `approx-0_5`
|
2 years ago |
Meliurwen
|
23d25be4bd
|
Replaced `approx` with `approx-0_5`
|
2 years ago |
Meliurwen
|
8953471570
|
Added tests to chi square call function and added a constructor to cache
|
2 years ago |
AlessandroBregoli
|
bb2fe52a39
|
Implemented ForwardSampler
|
2 years ago |
Meliurwen
|
68b2afff59
|
Merge pull request #57 from AlessandroBregoli/56-meta-add-rust-toolchaintoml
Added `rust-toolchain.toml`
|
2 years ago |
Meliurwen
|
a5b24e9eee
|
Merge pull request #55 from AlessandroBregoli/54-refactor-make-the-code-compliant-to-rustfmt
Refactored `src/` and `tests/` files to be compliant to `rustfmt`
|
2 years ago |
Meliurwen
|
6f2d83cf6b
|
Added fmt to nightly toolchain in GitHub Workflows
|
2 years ago |
Meliurwen
|
1f59e5e3b7
|
Added Rust nightly toolchain to GitHub Workflows
|
2 years ago |
Meliurwen
|
a1c1448da7
|
Conformed all rank-3 tensors to the same notation and now `rustfmt` ignores `tests/`
|
2 years ago |
Meliurwen
|
d8b94940a8
|
Added `rust-toolchain.toml`
|
2 years ago |
Meliurwen
|
780515707c
|
Refactored `src/` and `tests/` files to be compliant to `rustfmt`
|
2 years ago |
Meliurwen
|
d6e93b351c
|
Merge pull request #53 from AlessandroBregoli/52-meta-add-rustfmt-github-workflows
Added `rustfmt` in GH Workflow and `rustfmt.toml`
|
2 years ago |
Meliurwen
|
d5058e9ed2
|
Fixed malformed `rustfmt` component name in GH Workflows
|
2 years ago |
Meliurwen
|
58adca2503
|
Added `rustfmt` in GH Workflow, added `rustfmt.toml` and updated `README.md`
|
2 years ago |
Meliurwen
|
3ff3dc564e
|
Merge pull request #51 from AlessandroBregoli/50-meta-make-clippy-less-pedantic-in-github-workflows
Nerfed clippy in GitHub Workflows
|
2 years ago |
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
Solved all warnings
|
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
Changed the return type for ParameterLearning::fit from tuple to Param
|
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
Added chi-square
|
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
Removed `node.rs`
|
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
9 score based algorithm
|
3 years ago |
AlessandroBregoli
|
43d01d2bf8
|
Added coments.
|
3 years ago |