Skip to content
Snippets Groups Projects
  1. May 26, 2021
  2. Feb 28, 2021
    • Bentriou Mahmoud's avatar
      Add of a new automaton related to ABC. · de9fbd7e
      Bentriou Mahmoud authored
      It computes the euclidean distance and finish the simulation if the
      distance is above the tolerance epsilon.
      I ha to change some function signature of types in core/model.jl but it
      was minor changes.
      I add a new test + change some others related to automata.
      A minor rewriting core/model for better readability
      de9fbd7e
  3. Feb 22, 2021
  4. Feb 17, 2021
  5. Feb 16, 2021
  6. 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
Loading