- 21 May, 2021 1 commit
-
-
Bentriou Mahmoud authored
-
- 20 May, 2021 2 commits
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- 19 May, 2021 1 commit
-
-
Bentriou Mahmoud authored
Add of distributed algorithm for the reference table creation in abc model choice. Documentation for abc model choice methods.
-
- 17 May, 2021 1 commit
-
-
Bentriou Mahmoud authored
-
- 16 May, 2021 1 commit
-
-
Bentriou Mahmoud authored
-
- 13 May, 2021 1 commit
-
-
Bentriou Mahmoud authored
-
- 30 Mar, 2021 3 commits
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- 21 Mar, 2021 3 commits
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- 17 Mar, 2021 2 commits
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- 11 Mar, 2021 1 commit
-
-
Bentriou Mahmoud authored
-
- 09 Mar, 2021 1 commit
-
-
Bentriou Mahmoud authored
-
- 08 Mar, 2021 2 commits
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- 02 Mar, 2021 3 commits
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
- 28 Feb, 2021 7 commits
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
change the stop criteration of a ContinuousTimeModel simulation. Minor fix in ContinuousTimeModel for the euclidean distance automata tests. Add of a test for stop criteria simulation of ContinousTimeModel (unit/simulation_stop_criteria). All tests passed.
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
Fix of distributed abc smc tests + add of a test. Preparation for the new feature: add a stop criteria in the simulation. All tests passed.
-
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
-
Bentriou Mahmoud authored
-
- 24 Feb, 2021 5 commits
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
The solution is to use FunctionWrappers.jl which provides a high interface for C function pointers. All tests passed.
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
update_state functions but performance gets worst. With bench/pkg/abstract_arrays.jl i've highligthed each time a function is in a collection performance gets worst.
-
- 23 Feb, 2021 1 commit
-
-
Bentriou Mahmoud authored
-
- 22 Feb, 2021 2 commits
-
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
implemetend in the package. A lot of files has been modified because some of the internal syntax has changed. But the top level methods should still work. Two tests about the plots of synchronized oscillatory simulations have been added. All tests passed.
-
- 21 Feb, 2021 3 commits
-
-
Bentriou Mahmoud authored
Julia shouldn't crash but rather raise an error about the existence of a function generated by metaprogramming. I didn't manage to isolate the segfault withtout the package. To overcome the issue, I add another level of multiple dispatch/abstract type for synchronized models. Test of the euclidean distance automaton works.
-
Bentriou Mahmoud authored
-
Bentriou Mahmoud authored
Meta code generation for next_state! and simulation of synchronized trajectories. bench/pkg/euclidean_distance*.jl works but segfault with test/automata/euclidean*
-