Skip to content

Probabilistic reachability for stochastic hybrid systems

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

shmarovfedor/probreach

 
 

Repository files navigation

ProbReach - collection of tools for computing probability of bounded reachability in hybrid systems with parametric uncertainties.

How to build

sudo apt-get install git cmake build-essential bison flex libgsl-dev pkg-config libfl-dev
git clone https://github.com/dreal/probreach.git probreach
cd probreach
mkdir -p build/release
cd build/release
cmake ../../
make

ProbReach tools

  • simulator - performs simulation of the provided ProbReach model.
  • formal_verifier - computes rigorous probability enclosures using formal verification technique.
  • mc_verifier - produces confidence intervals for the reachability probability via Monte Carlo sampling.
  • pid_optimiser - performs controller synthesis for sampled-data stochastic control systems.
  • gp - estimates bounded reachability probability function via Gaussian process.
  • pdrh2simulink - translates the provided ProbReach model into Simulink®/Stateflow® format.

About

Probabilistic reachability for stochastic hybrid systems

Resources

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.5%
  • Yacc 3.1%
  • CMake 2.8%
  • MATLAB 0.8%
  • Python 0.5%
  • Lex 0.3%