{ // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ // STID 模型组 { "name": "STID: PEMS-BAY", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/STID/PEMS-BAY.yaml" }, { "name": "STID: METR-LA", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/STID/METR-LA.yaml" }, { "name": "STID: PEMSD4", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/STID/PEMSD4.yaml" }, { "name": "STID: BJTaxi-InFlow", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/STID/BJTaxi_Inflow.yaml" }, { "name": "STID: BJTaxi-OutFlow", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/STID/BJTaxi_Outflow.yaml" }, { "name": "STID: NYCBike-InFlow", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/STID/NYCBike_Inflow.yaml" }, { "name": "STID: NYCBike-OutFlow", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/STID/NYCBike_Outflow.yaml" }, { "name": "STID: SolarEnergy", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/STID/SolarEnergy.yaml" }, // REPST 模型组 { "name": "REPST: PEMSD8", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/REPST/PEMSD8.yaml" }, { "name": "REPST: BJTaxi-InFlow", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/REPST/BJTaxi-Inflow.yaml" }, { "name": "REPST: NYCBike-outflow", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/REPST/NYCBike-outflow.yaml" }, { "name": "REPST: NYCBike-inflow", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/REPST/NYCBike-inflow.yaml" }, { "name": "REPST: PEMS-BAY", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/REPST/PEMS-BAY.yaml" }, { "name": "REPST: METR-LA", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/REPST/METR-LA.yaml" }, { "name": "REPST: SolarEnergy", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/REPST/SolarEnergy.yaml" }, { "name": "REPST: BeijingAirQuality", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/REPST/BeijingAirQuality.yaml" }, { "name": "REPST: AirQuality", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/REPST/AirQuality.yaml" }, // AEPSA 模型组 { "name": "AEPSA: PEMS-BAY", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/AEPSA/PEMS-BAY.yaml" }, { "name": "AEPSA: METR-LA", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/AEPSA/METR-LA.yaml" }, { "name": "AEPSA: AirQuality", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/AEPSA/AirQuality.yaml" }, { "name": "AEPSA: BJTaxi-Inflow", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/AEPSA/BJTaxi-Inflow.yaml" }, { "name": "AEPSA: BJTaxi-outflow", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/AEPSA/BJTaxi-outflow.yaml" }, { "name": "AEPSA: NYCBike-inflow", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/AEPSA/NYCBike-inflow.yaml" }, { "name": "AEPSA: NYCBike-outflow", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/AEPSA/NYCBike-outflow.yaml" }, { "name": "AEPSA: SolarEnergy", "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", "args": "--config ./config/AEPSA/SolarEnergy.yaml" } ] }