~ruther/ctu-fee-eoa

ref: fc6611d3d245021ddb03233ee41902b9e3ac3bf9 ctu-fee-eoa/codes/tsp_plotter/perturbations_fitness_eil76.json -rw-r--r-- 508 bytes
fc6611d3 — Rutherther chore: switch 10 used instances 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
{
  "instances": [
    "eil76"
  ],
  "algorithms": [
    "ls_move",
    "ls_swap", 
    "ls_reverse",
    "ls_mix"
  ],
  "group_by_algorithm": true,
  "base_path": "../tsp_hw01/solutions",
  "output_path": "perturbations_fitness_eil76.svg",
  "targets": [
    1.0,
    5.0,
    10.0,
    20.0
  ],
  "plot_type": "fitness_evolution",
  "average_targets": false,
  "algorithm_labels": {
    "ls_move": "LS (move)",
    "ls_swap": "LS (swap)",
    "ls_reverse": "LS (reverse)",
    "ls_mix": "LS (mix)"
  }
}