You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ pip install .
25
25
```
26
26
27
27
## Examples
28
-
Examples are located in the examples/ folder. At the moment 2 examples are available. One without instrumental variables and one using instrumental variables.
28
+
Examples are located in the examples/ folder. At the moment there are examples available.
29
+
Check example3 to see usage of instrumental variables.
29
30
30
31
## Tests
31
32
To execute tests run the following command
@@ -36,7 +37,7 @@ python -m unittest
36
37
## Changelog
37
38
-[**V. 0.0.2**][26.03.2017] Implement the basic VRFT algorithm (1 DOF. offline, linear controller, controller expressed as scalar product theta*f(z))
38
39
-[**V. 0.0.3**][05.01.2020] Code refactoring and conversion to Python 3; Removed support for Python Control library.
39
-
-[**V. 0.0.5**][07.01.2020] Add Instrumental Variables (IVs) Support
40
+
-[**V. 0.0.5**][08.01.2020] Add Instrumental Variables (IVs) Support
40
41
-[**In Progress**][07.01.2020-] Add Documentation and Latex formulas
41
42
-[**TODO**] Add MIMO Support
42
43
-[**TODO**] Generalize to other kind of controllers (e.g., neural nets)
0 commit comments