~ruther/ctu-fee-eoa

ref: 8b73ac0a6cd9d2d1ea618f9325fb59a74c5628ac ctu-fee-eoa/codes/tsp_plotter/perturbations_probability_all.json -rw-r--r-- 659 bytes
8b73ac0a — Rutherther feat: add bounded crossover similar to bounded perturbation 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
{
  "instances": [
    "eil51",
    "eil76",
    "kroA100",
    "eil101",
    "pr124",
    "ch150",
    "kroA150",
    "kroA200",
    "ts225",
    "a280"
  ],
  "algorithms": [
    "ls_move",
    "ls_swap",
    "ls_reverse",
    "ls_mix"
  ],
  "group_by_algorithm": true,
  "base_path": "../tsp_hw01/solutions",
  "output_path": "perturbations_probability_all.svg",
  "show_std_dev": false,
  "targets": [
    1.0,
    5.0,
    10.0,
    20.0
  ],
  "plot_type": "success_probability",
  "average_targets": true,
  "algorithm_labels": {
    "ls_move": "LS (move)",
    "ls_swap": "LS (swap)",
    "ls_reverse": "LS (reverse)",
    "ls_mix": "LS (mix)"
  }
}