We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We used to have a script to run all SLICOT benchmarks. This shall now be more automatic by calling such models from ReachabilityModels.jl.
ReachabilityModels.jl
In this issue we can track the progress for each model.
Tables:
ReachabilityAnalysis.jl
Settings: step-size: 1e-3, dim: 8, property: x5 < 0.45 || x5 > 0.6.
x5 < 0.45 || x5 > 0.6
Runtime:
Accuracy:
Settings: step-size: 1e-3, dim: 48, property: x25 < 6e-3.
x25 < 6e-3
Settings: step-size: 1e-3, dim: 84, property: y1 < 12.
y1 < 12
Settings: step-size: 1e-3, dim: 200, property: x133 < 0.1.
x133 < 0.1
Settings: step-size: 1e-3, dim: 270, property: -7e-4 <= y3 <= 7e-4.
-7e-4 <= y3 <= 7e-4
Settings: step-size: 1e-3, dim: 348, property: x89 < 2100.
x89 < 2100
Settings: step-size: 1e-3, dim: 578, property: x1 < 0.5.
x1 < 0.5
Settings: step-size: 1e-3, dim: 1006, property: y1 < 185.
y1 < 185
Settings: step-size: 1e-3, dim: 10913, property: x1 < 0.2 & x2 < 0.15.
x1 < 0.2 & x2 < 0.15
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We used to have a script to run all SLICOT benchmarks. This shall now be more automatic by calling such models from
ReachabilityModels.jl
.In this issue we can track the progress for each model.
Tables:
ReachabilityAnalysis.jl
, and the reference runtime in HSCC'18 article (TAC).Motor
Settings: step-size: 1e-3, dim: 8, property:
x5 < 0.45 || x5 > 0.6
.Runtime:
Accuracy:
Building
Settings: step-size: 1e-3, dim: 48, property:
x25 < 6e-3
.Runtime:
Accuracy:
PDE
Settings: step-size: 1e-3, dim: 84, property:
y1 < 12
.Runtime:
Accuracy:
Heat
Settings: step-size: 1e-3, dim: 200, property:
x133 < 0.1
.Runtime:
Accuracy:
ISS
Settings: step-size: 1e-3, dim: 270, property:
-7e-4 <= y3 <= 7e-4
.Runtime:
Accuracy:
Beam
Settings: step-size: 1e-3, dim: 348, property:
x89 < 2100
.Runtime:
Accuracy:
MNA1
Settings: step-size: 1e-3, dim: 578, property:
x1 < 0.5
.Runtime:
Accuracy:
FOM
Settings: step-size: 1e-3, dim: 1006, property:
y1 < 185
.Runtime:
Accuracy:
MNA5
Settings: step-size: 1e-3, dim: 10913, property:
x1 < 0.2 & x2 < 0.15
.Runtime:
Accuracy:
The text was updated successfully, but these errors were encountered: