{ "data_path": "../constr_hw02/solutions", "output_dir": "plots", "plot_name": "comprehensive_all_instances_no_std", "targets": [0.1, 0.5, 1.0, 5.0, 10.0], "problem_groups": [ ["g04", "g05", "g06", "g08", "g09", "g11", "g21", "g24"] ], "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": ":" } ], "plot_settings": { "figsize": [10, 6], "xlabel": "Function Evaluations", "ylabel": "Probability of Success", "title": "Probability of success over all problems and instances", "grid": true, "legend": true, "log_x": true, "show_std": false } }