Skip to content
Snippets Groups Projects
  1. May 26, 2021
  2. Feb 28, 2021
  3. Jan 25, 2021
    • Bentriou Mahmoud's avatar
      1) Detection of a bug when two synchronized models with two different · 00b622f3
      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.
      00b622f3
  4. Jan 16, 2021
  5. Dec 22, 2020
  6. Dec 07, 2020
  7. Dec 06, 2020
  8. Dec 05, 2020
  9. Dec 03, 2020
  10. Nov 30, 2020
    • Bentriou Mahmoud's avatar
      A major fix in simulation was done, side effect issue, an efficient · c095bee4
      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.
      c095bee4
  11. Nov 27, 2020
  12. Nov 26, 2020
  13. Nov 24, 2020
  14. Nov 23, 2020
    • Bentriou Mahmoud's avatar
      Forgot the notebook in the last commit. · 27d56ab9
      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.
      27d56ab9
  15. Nov 22, 2020
    • Bentriou Mahmoud's avatar
      Add of a function in models that creates new model objects + tests. · 2a9d3b72
      Bentriou Mahmoud authored
      Add of a major test based on Cosmos: tests/cosmos/distance_F/ER_1D.jl
      
      The LHA distance F of this package is tested with Cosmos.
      For several parameters in R1, R2, R3 experiments (see Bentriou,
      Ballarini, Cournede 2018), Cosmos is called to
      compute an average distance. Then we collect the number of simulations
      and the estimated value computed by Cosmos.
      We compute an average distance by the package methods with the same
      number of simulations done by Cosmos
      
      Then the two average distances are compared to each others with
      regard to the width of the confidence interval set in Cosmos.
      Test passed.
      2a9d3b72
  16. Nov 21, 2020
  17. Nov 18, 2020
  18. Nov 17, 2020
  19. Nov 16, 2020
  20. Nov 15, 2020
  21. Nov 14, 2020
Loading