Forgot the notebook in the last commit.
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.
Showing
- automata/automaton_F.jl 2 additions, 1 deletionautomata/automaton_F.jl
- automata/automaton_G.jl 123 additions, 0 deletionsautomata/automaton_G.jl
- core/lha.jl 2 additions, 0 deletionscore/lha.jl
- examples/notebooks/1_Simulation.ipynb 509 additions, 0 deletionsexamples/notebooks/1_Simulation.ipynb
- tests/automata/read_trajectory_last_state_G.jl 33 additions, 0 deletionstests/automata/read_trajectory_last_state_G.jl
- tests/automata/sync_simulate_last_state_G.jl 26 additions, 0 deletionstests/automata/sync_simulate_last_state_G.jl
- tests/cosmos/distance_G/ER_R5.jl 68 additions, 0 deletionstests/cosmos/distance_G/ER_R5.jl
- tests/cosmos/distance_G/dist_G_ER.lha 58 additions, 0 deletionstests/cosmos/distance_G/dist_G_ER.lha
- tests/run_automata.jl 2 additions, 0 deletionstests/run_automata.jl
- tests/run_unit.jl 1 addition, 0 deletionstests/run_unit.jl
- tests/unit/create_automata.jl 16 additions, 0 deletionstests/unit/create_automata.jl
Loading
Please register or sign in to comment