{
"instances": [
"eil51",
"eil76",
"eil101",
"kroA100",
"ch150",
"kroA150",
"kroA200",
"a280",
"u574",
"u724"
],
"algorithms": [
"ea",
"ea_nn",
"ea_mst",
"ls_reverse",
"ls_nn",
"ls_mst"
],
"group_by_algorithm": true,
"base_path": "../tsp_hw01/solutions",
"output_path": "heuristics_probability_all.svg",
"targets": [
1.0,
5.0,
10.0,
20.0
],
"plot_type": "success_probability",
"average_targets": true,
"algorithm_labels": {
"ea": "EA (normal)",
"ea_nn": "EA (nn)",
"ea_mst": "EA (mst)",
"ls_reverse": "LS (normal)",
"ls_nn": "LS (nn)",
"ls_mst": "LS (mst)"
}
}