{ "plot_type": "constraint_violation", "algorithms": [ { "name": "srank", "label": "S-Rank", "color": "#1f77b4", "linestyle": "-" }, { "name": "nsga", "label": "NSGA-II", "color": "#ff7f0e", "linestyle": "-" }, { "name": "nsga_multi", "label": "NSGA-II Multi", "color": "#2ca02c", "linestyle": "-" }, { "name": "nsga_improved", "label": "NSGA-II Improved", "color": "#ff7f0e", "linestyle": "--" }, { "name": "nsga_constr", "label": "NSGA-II Constr", "color": "#ff7f0e", "linestyle": ":" } ], "instances": [ { "name": "g11", "label": "G11", "color": "#8c564b" } ], "data_path": "../constr_hw02/solutions", "output_dir": "plots", "plot_settings": { "figsize": [12, 8], "xlabel": "Function evaluation", "ylabel": "Average Constraint Violation", "title": "Average Constraint Violation - G11", "grid": true, "legend": true, "alpha_fill": 0.2, "log_x": true, "log_y": true, "color_combination": "algorithm", "show_std": false } }