Skip to content

Instantly share code, notes, and snippets.

@mforets
Created April 27, 2020 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mforets/87fb6ad8460ab5ac8d9369d0d53a4067 to your computer and use it in GitHub Desktop.
Save mforets/87fb6ad8460ab5ac8d9369d0d53a4067 to your computer and use it in GitHub Desktop.
EMBrake_new
```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