~ruther/ctu-fee-eoa

ref: 81dd1ec095657d49a49ca63c431af23f497b0b36 ctu-fee-eoa/codes/tsp_plotter/algorithms_fitness_eil76.json -rw-r--r-- 469 bytes
81dd1ec0 — Rutherther feat: add stochastic ranking 25 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
{
  "instances": [
    "eil76"
  ],
  "algorithms": [
    "ea",
    "ls_reverse",
    "rs"
  ],
  "group_by_algorithm": true,
  "base_path": "../tsp_hw01/solutions",
  "output_path": "algorithms_fitness_eil76.svg",
  "targets": [
    1.0,
    5.0,
    10.0,
    20.0
  ],
  "plot_type": "fitness_evolution",
  "average_targets": false,
  "average_runs": true,
  "show_std_dev": true,
  "algorithm_labels": {
    "ea": "EA",
    "ls_reverse": "LS",
    "rs": "RS"
  }
}