~ruther/ctu-fee-eoa

ref: c0d71ff4c9e0d11290955bbf96a83d8eb84e8477 ctu-fee-eoa/codes/tsp_plotter/algorithms_probability_all.json -rw-r--r-- 545 bytes
c0d71ff4 — Rutherther feat: add compute.sh for computing all data a month 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
{
  "instances": [
    "eil51",
    "eil76", 
    "eil101",
    "kroA100",
    "ch150",
    "kroA150",
    "kroA200",
    "a280",
    "u574",
    "u724"
  ],
  "algorithms": [
    "ea",
    "ls_reverse",
    "rs"
  ],
  "group_by_algorithm": true,
  "base_path": "../tsp_hw01/solutions",
  "output_path": "algorithms_probability_all.svg",
  "targets": [
    1.0,
    5.0,
    10.0,
    20.0
  ],
  "plot_type": "success_probability",
  "average_targets": true,
  "algorithm_labels": {
    "ea": "EA",
    "ls_reverse": "LS",
    "rs": "RS"
  }
}