~ruther/ctu-fee-eoa

ref: b0acf3341ffe9fa3b55366eb6dff6a5e1e9a63b7 ctu-fee-eoa/codes/tsp_plotter/perturbations_fitness_eil76.json -rw-r--r-- 508 bytes
b0acf334 — Rutherther feat(plotter): add plotting of standard deviation 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)"
  }
}