Created
April 27, 2020 16:24
-
-
Save mforets/87fb6ad8460ab5ac8d9369d0d53a4067 to your computer and use it in GitHub Desktop.
EMBrake_new
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```julia | |
using Plots, BenchmarkTools | |
using Revise, ReachabilityAnalysis | |
include("/home/mforets/.julia/dev/ReachabilityAnalysis/test/models/hybrid/embrake.jl") | |
LazySets.deactivate_assertions() | |
``` | |
## No pv no jitter | |
``` | |
# GLGM06, order 1 | |
@time sol = solve(prob, alg=GLGM06(δ=1e-8, max_order=1), max_jumps=2); | |
@time sol = solve(prob, alg=GLGM06(δ=1e-8, max_order=1), max_jumps=1000); | |
``` | |
## No pv with jitter | |
``` | |
``` | |
## pv 1 no jitter | |
## pv 1 with jitter | |
## pv 2 no jitter | |
## pv 2 with jiter | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment