Skip to content

Commit a252275

Browse files
committed
update doc
1 parent 4530db4 commit a252275

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ these sample files, users can gain an understanding of how to modify the dynamic
106106
reachability analysis. This feature helps users experiment with their analysis by using different settings to assess
107107
their effects on the overall computation of the reachable sets.
108108

109-
For example, consider following dynamic system:
109+
For example, consider the following dynamic system:
110110

111111
$$
112112
\begin{align*}
@@ -161,12 +161,12 @@ For large initial sets,
161161

162162
| System | Code | Reachable Sets (Orange-NBA,Blue-BA) |
163163
|:-----------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------:|
164-
| [synchronous machine](https://github.com/ASAG-ISCAS/PyBDR/blob/master/pyrat/model/synchronous_machine.py) | [benchmark_synchronous_machine_cmp.py](https://github.com/ASAG-ISCAS/PyBDR/blob/master/benchmarks/benchmark_synchronous_machine_cmp.py) | ![](doc/imgs/sync_machine_cmp.png) |
165-
| [Lotka Volterra model of 2 variables](https://github.com/ASAG-ISCAS/PyBDR/blob/master/pyrat/model/lotka_volterra_2d.py) | [benchmark_lotka_volterra_2d_cmp.py](https://github.com/ASAG-ISCAS/PyBDR/blob/master/benchmarks/benchmark_lotka_volterra_2d_cmp.py) | ![](doc/imgs/lotka_volterra_2d_cmp.png) |
166-
| [Jet engine](https://github.com/ASAG-ISCAS/PyBDR/blob/master/pyrat/model/jet_engine.py) | [benchmark_jet_engine_cmp.py](https://github.com/ASAG-ISCAS/PyBDR/blob/master/benchmarks/benchmark_jet_engine_cmp.py) | ![](doc/imgs/jet_engine_cmp.png) |
164+
| [synchronous machine](https://github.com/ASAG-ISCAS/PyBDR/blob/master/pybdr/model/synchronous_machine.py) | [benchmark_synchronous_machine_cmp.py](https://github.com/ASAG-ISCAS/PyBDR/blob/master/benchmarks/benchmark_synchronous_machine_cmp.py) | ![](doc/imgs/sync_machine_cmp.png) |
165+
| [Lotka Volterra model of 2 variables](https://github.com/ASAG-ISCAS/PyBDR/blob/master/pybdr/model/lotka_volterra_2d.py) | [benchmark_lotka_volterra_2d_cmp.py](https://github.com/ASAG-ISCAS/PyBDR/blob/master/benchmarks/benchmark_lotka_volterra_2d_cmp.py) | ![](doc/imgs/lotka_volterra_2d_cmp.png) |
166+
| [Jet engine](https://github.com/ASAG-ISCAS/PyBDR/blob/master/pybdr/model/jet_engine.py) | [benchmark_jet_engine_cmp.py](https://github.com/ASAG-ISCAS/PyBDR/blob/master/benchmarks/benchmark_jet_engine_cmp.py) | ![](doc/imgs/jet_engine_cmp.png) |
167167

168168
For large time horizons, i.e. consider
169-
the system [Brusselator](https://github.com/ASAG-ISCAS/PyBDR/blob/master/pyrat/model/brusselator.py)
169+
the system [Brusselator](https://github.com/ASAG-ISCAS/PyBDR/blob/master/pybdr/model/brusselator.py)
170170
> For more details about the following example, please refer to
171171
> our [code](https://github.com/ASAG-ISCAS/PyBDR/blob/master/benchmarks/benchmark_brusselator_cmp.py).
172172
@@ -179,7 +179,8 @@ the system [Brusselator](https://github.com/ASAG-ISCAS/PyBDR/blob/master/pyrat/m
179179

180180
## Computing Reachable Sets based on Boundary Analysis for Neural ODE
181181

182-
For example, consider a neural ODE with following parameters and $\textit{sigmoid}$ activation function, also evaluated
182+
For example, consider a neural ODE with the following parameters and $\textit{sigmoid}$ activation function, also
183+
evaluated
183184
in <a href="https://link.springer.com/content/pdf/10.1007/978-3-031-15839-1_15.pdf"><strong>'Manzanas Lopez, D., Musau,
184185
P., Hamilton, N. P., & Johnson, T. T. Reachability analysis of a general class of neural ordinary differential
185186
equations. In Formal Modeling and Analysis of Timed Systems: 20th International Conference, FORMATS 2022, Warsaw,

0 commit comments

Comments
 (0)