~ruther/ctu-fee-eoa

ref: 7c77c44bbbfeeac2db49edaca6337cead349da14 ctu-fee-eoa/codes/tsp_plotter/algorithms_probability_all.json -rw-r--r-- 539 bytes
7c77c44b — Rutherther chore: add hw02 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
{
  "instances": [
    "eil51",
    "eil76",
    "kroA100",
    "eil101",
    "pr124",
    "ch150",
    "kroA150",
    "kroA200",
    "ts225",
    "a280"
  ],
  "algorithms": [
    "ea",
    "ls_mix",
    "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_mix": "LS",
    "rs": "RS"
  }
}