- Feb 01, 2021
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
All automata were readapted and are in accordance with the last description of the thesis. Tests passed
-
- Jan 30, 2021
-
-
Bentriou Mahmoud authored
-
- Jan 28, 2021
-
-
Bentriou Mahmoud authored
-
- Jan 27, 2021
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
check_constraint and update_state functions are created inside create_automaton_*(), by the evaluation of meta_elementary_functions <: Expr. check_constraint and update_state don't depend on constants::Dict anymore: constants are interpolated inside the expression. Add of tests for euclidean distance automaton. Add a new function euclidean_distance that computes the euclidean distance of a Trajectory compared to observations along a discrete timeline.
-
- Jan 25, 2021
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
- A_per (period_automaton) computes noisy period of an oscillatory model - A_eucl (euclidean_distance) computes euclidean distance with regard to data points of a trajectory. 1 script that plots oscillatory trajectory is added
-
Bentriou Mahmoud authored
automata and proba moels are differents. This bug was introduced after we change the structure of automata in order to better distributed programming. It leads to a restructuration of automata. In fine, the structure is more stable and consistent. It is possible it is more computationally efficient, but for now it is not well tested. 2) Creation of functions that collects data along with a timeline over a trajectory + unit test vectorize. 3) Very small fix in plots and abc smc.
-
- Jan 23, 2021
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
1) LHA now have names. 2) Period automaton executes well and was runned on the doping 3way oscillator model. Not stattistically tested yet
-
- Jan 16, 2021
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
Simulation of synchronized models is easily distributable. Change of the signature of check_constraints and update_state in order to access the model parameters. Test about distributed simulations was renamed and completed.
-
Bentriou Mahmoud authored
now the package has a better structure for distributed simulations by better definition of functions over workers + test
-
- Jan 15, 2021
-
-
Bentriou Mahmoud authored
-
- Jan 13, 2021
-
-
Bentriou Mahmoud authored
-
- Jan 10, 2021
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- Dec 22, 2020
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- Dec 20, 2020
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- Dec 12, 2020
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- Dec 11, 2020
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- Dec 10, 2020
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
Change of signatures of unit functions update_state!, check_constraints of the automata edges. Use getfield instead of getproperty. Now the execution of statistical estimation of the distance G is of the order of Cosmos !
-
Bentriou Mahmoud authored
Reimplementation of easy access / modifications of StateLHA fields for better performance. Tests passed
-
Bentriou Mahmoud authored
Replaced access of fields in models with getfield. Improvement of distribute_mean_lha_value: number of accepts are computed simultaneously.3
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
Fix in simulation of macro generated models. Small changes with variables types of the pkg. Small change in test of macro models.
-
Bentriou Mahmoud authored
-
- Dec 09, 2020
-
-
Bentriou Mahmoud authored
models. It's a better semantic and improve performance as well as readability of the code. All the tests passes (except the remark in the last commit).
-
Bentriou Mahmoud authored
variableautomaton. It improves performance. Tests of Cosmos doesn't pass on the bounds (with a parameter equal to zero). It's a problem of design (there are issues for cosmos too).
-