- 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).
-
Bentriou Mahmoud authored
of automata: it wasn't an issue about the simulation code of LHA but an issue of LHA designs. Improvement of a Cosmos utils method. Now A.constants is a NamedTuple. distributed_mean_value_lha now takes several variables.
-
- Dec 08, 2020
-
-
Bentriou Mahmoud authored
-
- Dec 07, 2020
-
-
Bentriou Mahmoud authored
Fix about behavior of automata when the initial state is absorbing or the parameters are equal to zero. Add of supplementary unit tests.
-
Bentriou Mahmoud authored
-
- Dec 06, 2020
-
-
Bentriou Mahmoud authored
Modification of print of models + renaming macro for creation of models in order to be more inclusive.
-
- Dec 05, 2020
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
simulation tests for sir_tauleap and poisson.
-
Bentriou Mahmoud authored
call of isabsorbing() during the simulation. Now the package is a bit more efficient than DiffEqJump.jl with the Catalyst.jl interface which is encouraging, see bench/pkg/catalyst.jl.
-
Bentriou Mahmoud authored
to define CTMC with the biochemical network.
-
- Dec 03, 2020
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
Reorganization of abc related algorithms. ABC SMC with observations is implemented but not yet tested. automaton abc still works.
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- Dec 01, 2020
-
-
Bentriou Mahmoud authored
The two Cosmos tests checks the statistical correctness of estimated distance value for R1,R2,R3,R5 experiments. Also, they test that all trajectories are accepted. A bunch of errors were fixed in automata files (Cosmos .lha and julia ./automata files) and simulation function that introduced statistical bias, i.e. approximated values that were closed but not in the confidence interval. The general structure of simulation and was reworked in order to suits well te behavior of Cosmos.
-
- Nov 30, 2020
-
-
Bentriou Mahmoud authored
copyto! is implemented for LHA states. Automaton G works almost well, a bias in the distance is identified compared to Cosmos when one of the model parameters is zero. Implementation of volatile_simulate, which simulates SynchronizedModel without saving values: it only returns the last LHA state of the simulation. Implementation of distributed computations of variable automata with volatile_simulate. Tests passed.
-
- Nov 29, 2020
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- Nov 27, 2020
-
-
Bentriou Mahmoud authored
R1,R2,R3.
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
Fix about methods of SynchronizedTrajectory + tests. Simulation for ParametricModel works.
-
Bentriou Mahmoud authored
efficient.
-
- Nov 26, 2020
-
-
Bentriou Mahmoud authored
First bricks of the automaton_abc algorithm.
-
Bentriou Mahmoud authored
-
- Nov 25, 2020
-
-
Bentriou Mahmoud authored
-
- Nov 24, 2020
-
-
Bentriou Mahmoud authored
slight improvement in allocation and time in benchmark but too small.
-
Bentriou Mahmoud authored
small. Fix of a misbehaviour of isbounded() for trajectories.
-
Bentriou Mahmoud authored
Add several convenient methods for parameters of model. Next step: implementation of simulate with resize!.
-
- Nov 23, 2020
-
-
Bentriou Mahmoud authored
order to replace vcat by push!. The benchmarks are at least equal, and better when the buffer size is small. However, no significative difference of performance with adequate buffer size. My opinion the gain can be seen when simulations are going to be very long with more complicated models than we have implemented for now. All tests passed.
-
Bentriou Mahmoud authored
Automaton G is implemented and runs OK. Not tested with Cosmos call. The next step of development is the restruction of data collection for trajectories. From now on: Trajectory.values::Matrix{Float64}, it will be Trajectory.values::Vector{Vector{Float64}}. According to small performance tests I've made, it will increase the performance of the package.
-
- Nov 22, 2020
-
-
Bentriou Mahmoud authored
Add of set_time_bound! Add of a first notebook example to explain the package.
-