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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# PythonVRFT Library - Version 0.0.4
1
+
# PythonVRFT Library - Version 0.0.5
2
2
VRFT Adaptive Control Library written in Python. Aim of this library is to provide an implementation of the VRFT (Virtual Reference Feedback Tuning) algorithm.
3
3
4
4
You can find the package also at the following [link](https://pypi.org/project/pythonvrft/)
@@ -25,7 +25,7 @@ pip install .
25
25
```
26
26
27
27
## Examples
28
-
Examples are located in the examples/ folder. At the moment only 1 example is available.
28
+
Examples are located in the examples/ folder. At the moment 2 examples are available. One without instrumental variables and one using instrumental variables.
29
29
30
30
## Tests
31
31
To execute tests run the following command
@@ -34,11 +34,11 @@ python -m unittest
34
34
```
35
35
36
36
## Changelog
37
-
-[**DONE - V0.0.2**][26.03.2017] Implement the basic VRFT algorithm (1 DOF. offline, linear controller, controller expressed as scalar product theta*f(z))
38
-
-[**DONE - V0.0.3**][05.01.2020] Code refactoring and conversion to Python 3; Removed support for Python Control library.
39
-
-[**In Progress - V0.0.4**][07.01.2020-] Add Documentation and Latex formulas
37
+
-[**DONE**][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
+
-[**DONE**][V. 0.0.3][05.01.2020] Code refactoring and conversion to Python 3; Removed support for Python Control library.
39
+
-[**DONE**][v. 0.0.5][07.01.2020] Add Instrumental Variables (IVs) Support
40
+
-[**In Progress**][-][07.01.2020-] Add Documentation and Latex formulas
40
41
-[**TODO**] Add MIMO Support
41
-
-[**TODO**] Add IV Support
42
42
-[**TODO**] Generalize to other kind of controllers (e.g., neural nets)
0 commit comments