Skip to content
Snippets Groups Projects
Commit cecda063 authored by Zizhe Wang's avatar Zizhe Wang
Browse files

feat configuration with json

parent 1d93cefa
No related branches found
No related tags found
No related merge requests found
{
"MODEL_NAME": "SimpleHeatingSystem",
"MODEL_FILE": "SimpleHeatingSystem.mo",
"SIMULATION_STOP_TIME": 3000,
"PARAMETERS": ["Q_max", "T_set"],
"OBJECTIVES": ["energy", "comfort"],
"MAXIMIZE": ["comfort"],
"PARAM_BOUNDS": {
"Q_max": [1000, 5000],
"T_set": [280, 310]
},
"PRECISION": 2,
"OPTIMIZATION_CONFIG": {
"USE_ADAPTIVE_INSTANCE_SELECTION": true,
"ALGORITHM_NAME": "NSGA2",
"POP_SIZE": 5,
"N_GEN": 5
},
"PLOT_CONFIG": {
"PLOT_X": "Energy Consumption",
"PLOT_Y": "Comfort",
"PLOT_TITLE": "Pareto Front of Energy Consumption vs Comfort"
},
"N_JOBS": -1
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment