Skip to content
Snippets Groups Projects
  1. Jan 25, 2021
    • Bentriou Mahmoud's avatar
      Add of 2 automata: · d4f93e9d
      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
      d4f93e9d
    • 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
  2. Jan 23, 2021
  3. Jan 16, 2021
  4. Jan 10, 2021
  5. Dec 22, 2020
  6. Dec 10, 2020
    • Bentriou Mahmoud's avatar
      Speed up performance for LHA core files. · dfcc663d
      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 !
      dfcc663d
  7. Dec 09, 2020
  8. Dec 07, 2020
  9. Dec 03, 2020
  10. Dec 01, 2020
    • Bentriou Mahmoud's avatar
      Test of distance G automaton passes! · f4c41acb
      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.
      f4c41acb
  11. 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
  12. Nov 25, 2020
  13. 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
  14. Nov 20, 2020
Loading