~ruther/ctu-fee-eoa

ref: b172dc70a85dc21ab8b86fb9c264c4f84d6ac75d ctu-fee-eoa/codes/tsp_plotter/heuristics_probability_all.json -rw-r--r-- 710 bytes
b172dc70 — Rutherther fi: stochastic ranking properly compares constraints only 11 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "instances": [
    "eil51",
    "eil76",
    "kroA100",
    "eil101",
    "pr124",
    "ch150",
    "kroA150",
    "kroA200",
    "ts225",
    "a280"
  ],
  "algorithms": [
    "ea",
    "ea_nn",
    "ea_mst",
    "ls_mix",
    "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,
  "show_std_dev": false,
  "algorithm_labels": {
    "ea": "EA (normal)",
    "ea_nn": "EA (nn)",
    "ea_mst": "EA (mst)",
    "ls_mix": "LS (normal)",
    "ls_nn": "LS (nn)",
    "ls_mst": "LS (mst)"
  }
}