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
  2. Dec 11, 2020
  3. 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
Loading