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
+17-26Lines changed: 17 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,24 @@ The adaptive models achieve:
23
23
- 🎯 **Near‑zero steady‑state error** across diverse process conditions
24
24
- 🧩 **Robustness** to parameter drift and actuator limits without manual re‑tuning
25
25
26
-
These results confirm that **data‑driven adaptation—combined with physical constraints—generalizes PID control** beyond fixed‑gain heuristics while maintaining interpretability and stability.
26
+
---
27
+
28
+
The GUI (`simulation/run.py`) lets you:
29
+
- Choose different **plant problems** (tank, flow, quadcopter‑like, etc.).
30
+
-**Set Stability / noise** to simulate system inconsistency and model mismatch.
0 commit comments