{ "plot_type": "feasible_fraction", "algorithms": [ { "name": "nsga", "label": "NSGA-II", "color": "#1f77b4", "linestyle": "-" }, { "name": "nsga_constr", "label": "NSGA-II Constr", "color": "#ff7f0e", "linestyle": "--" }, { "name": "nsga_improved", "label": "NSGA-II Improved", "color": "#2ca02c", "linestyle": "-." }, { "name": "srank", "label": "S-Rank", "color": "#d62728", "linestyle": ":" } ], "instances": [ { "name": "g04", "label": "G04", "color": "#1f77b4" }, { "name": "g05", "label": "G05", "color": "#ff7f0e" } ], "data_path": "../constr_hw02/solutions", "output_dir": "plots", "plot_settings": { "figsize": [12, 6], "xlabel": "Iteration", "ylabel": "Feasible Fraction", "title": "Feasible Solution Fraction Over Time", "grid": true, "legend": true, "alpha_fill": 0.2, "log_x": true, "log_y": false, "color_combination": "blend" } }