Commit Graph

67 Commits (a4b0a406f4d65f83d7a638f990f84a229a68fa54)
 

Author SHA1 Message Date
AlessandroBregoli a4b0a406f4 Hill Climbing + Simple test 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
AlessandroBregoli 2d7e52f8f1
Merge pull request #26 from AlessandroBregoli/14-feature 3 years ago
AlessandroBregoli 82e3c779a0 Added test: test_validate_params_valid_cim_with_huge_values 3 years ago
AlessandroBregoli 16714b48b5 Comments 3 years ago
AlessandroBregoli 490fe4e010 Comments 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 dc8013d635 Added method validate_params to ParamsTrait. 3 years ago
Meliurwen 4217654c3a
Merge branch 'meta-templates' into 'dev' 3 years ago
Meliurwen 48d7df5e56
Added notes regarding templates in CONRIBUTING.md 3 years ago
Meliurwen bc599cb9fe
Added templates for Pull Requests into master and dev 3 years ago
Meliurwen 4ae7fe6bcd
Added small tweaks to the issue templates 3 years ago
Meliurwen f36c1bd82d
Added bug and feature templates for the issues 3 years ago
Meliurwen 00ad75eae2
Merge branch 'meta-contributing' into 'dev' 3 years ago
Meliurwen f928e3fee1
Added CONTRIBUTING.md with all the necessary rules 3 years ago
Meliurwen 2b0a753efc
Merge branch 'meta-readme' into 'dev' 3 years ago
Meliurwen 1fdbb2e27b
Removed unnecessary instructions in the README and tweaked the remaining ones 3 years ago
Meliurwen c4e1a14795
Fixed spelling in the README 3 years ago
Meliurwen a55675f6ce
Added README with instructions to set and run a dev environmet 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 a191bdef1c Sufficient statistics extracted from MLE function 3 years ago
AlessandroBregoli 4adfbfa4e4 Refactoring tests 3 years ago
AlessandroBregoli dc53e5167e Added MLE 3 years ago
AlessandroBregoli aa9ff5e05d MLE - Partial commit 3 years ago
AlessandroBregoli 1aaa252653 Added one test for tool 3 years ago
AlessandroBregoli b1978b70dd Added enum_dipatch for Params 3 years ago
AlessandroBregoli a2fb259124 Params update: From Box to Enum 3 years ago
AlessandroBregoli 212f4aef4b Change from enum to Box<dyn Params> 3 years ago