修改了pid参数,跑了一些数据

This commit is contained in:
2026-08-20 17:47:41 +08:00
parent 1d065d81d3
commit 14846278aa
67 changed files with 13773 additions and 8 deletions
+1
View File
@@ -165,6 +165,7 @@ def run(target_flow_slm):
reporter = PerformanceReporter(
controller.pid,
window_s=config.STEADY_STATE_WINDOW_S,
sample_period_s=config.CONTROL_PERIOD_S,
band_pct=config.STEADY_STATE_BAND_PCT,
std_pct=config.STEADY_STATE_STD_PCT,
flow_range_min_slm=config.TARGET_FLOW_MIN_SLM,