{
"plot_type": "constraint_violation",
"algorithms": [
{
"name": "nsga",
"label": "NSGA-II",
"color": "#1f77b4",
"linestyle": "-"
},
{
"name": "nsga_multi",
"label": "NSGA-II Multi",
"color": "#ff7f0e",
"linestyle": "--"
},
{
"name": "srank",
"label": "S-Rank",
"color": "#d62728",
"linestyle": "-."
}
],
"instances": ["g04", "g05", "g06"],
"data_path": "../constr_hw02/solutions",
"output_dir": "plots",
"plot_settings": {
"figsize": [15, 5],
"xlabel": "Iteration",
"ylabel": "Average Constraint Violation",
"title": "Constraint Violation Over Time",
"grid": true,
"legend": true,
"alpha_fill": 0.3
}
}