Skip to content
Snippets Groups Projects
  1. Mar 17, 2021
  2. Mar 09, 2021
  3. Mar 08, 2021
  4. Mar 02, 2021
  5. Feb 28, 2021
  6. Feb 24, 2021
  7. Feb 23, 2021
  8. Feb 22, 2021
  9. Feb 21, 2021
  10. Feb 18, 2021
  11. Feb 17, 2021
  12. Feb 16, 2021
  13. Feb 14, 2021
  14. Feb 12, 2021
  15. Feb 03, 2021
  16. Feb 01, 2021
  17. Jan 28, 2021
  18. Jan 27, 2021
    • Bentriou Mahmoud's avatar
      Creation of automata has been change again to improve performance. Now · 886e9d98
      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.
      886e9d98
  19. Jan 25, 2021
    • Bentriou Mahmoud's avatar
    • 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
  20. Jan 23, 2021
  21. Jan 16, 2021
  22. Jan 10, 2021
  23. Dec 22, 2020
  24. 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
  25. Dec 09, 2020
  26. Dec 07, 2020
  27. Dec 03, 2020
Loading