{
"plot_type": "best_candidates",
"algorithms": [
{
"name": "srank",
"label": "Stochastic ranking",
"color": "#1f77b4",
"linestyle": "-"
},
{
"name": "nsga",
"label": "NSGA-II",
"color": "#1f77b4",
"linestyle": "-"
},
{
"name": "nsga_multi",
"label": "NSGA-II Multi",
"color": "#ff7f0e",
"linestyle": "--"
},
{
"name": "nsga_improved",
"label": "NSGA-II Improved",
"color": "#2ca02c",
"linestyle": "-."
}
],
"instances": [
{
"name": "g24",
"label": "G24",
"color": "#d62728"
}
],
"data_path": "../constr_hw02/solutions",
"output_dir": "plots",
"plot_settings": {
"figsize": [12, 8],
"xlabel": "Function evaluation",
"ylabel": "Percentage Deviation from Optimal (%)",
"title": "Best Candidate Evolution - Deviation from Optimal",
"grid": true,
"legend": true,
"alpha_fill": 0.3,
"log_x": true,
"log_y": true,
"color_combination": "blend"
}
}