~ruther/ctu-fee-eoa

fc6611d3d245021ddb03233ee41902b9e3ac3bf9 — Rutherther a month ago a28f6ee
chore: switch 10 used instances
M codes/compute.sh => codes/compute.sh +1 -1
@@ 4,7 4,7 @@ set -euxo pipefail

algorithms=("ea" "ea_mst" "ea_nn" "ea_cx" "ea_pmx" "ea_erx" "ls_reverse" "ls_swap" "ls_move" "ls_mix" "ls_mst" "ls_nn" "rs" "ea_binary" "ls_binary")

instances=("eil51" "eil76" "eil101" "kroA100" "ch150" "kroA150" "kroA200" "a280" "u574" "u724")
instances=("eil51" "eil76" "kroA100" "eil101" "pr124" "ch150" "kroA150" "kroA200" "ts225" "a280")

repetitions="10"


M codes/tsp_plotter/algorithms_probability_all.json => codes/tsp_plotter/algorithms_probability_all.json +5 -5
@@ 1,15 1,15 @@
{
  "instances": [
    "eil51",
    "eil76", 
    "eil101",
    "eil76",
    "kroA100",
    "eil101",
    "pr124",
    "ch150",
    "kroA150",
    "kroA200",
    "a280",
    "u574",
    "u724"
    "ts225",
    "a280"
  ],
  "algorithms": [
    "ea",

M codes/tsp_plotter/crossovers_probability_all.json => codes/tsp_plotter/crossovers_probability_all.json +5 -5
@@ 1,15 1,15 @@
{
  "instances": [
    "eil51",
    "eil76", 
    "eil101",
    "eil76",
    "kroA100",
    "eil101",
    "pr124",
    "ch150",
    "kroA150",
    "kroA200",
    "a280",
    "u574",
    "u724"
    "ts225",
    "a280"
  ],
  "algorithms": [
    "ea_pmx",

M codes/tsp_plotter/heuristics_probability_all.json => codes/tsp_plotter/heuristics_probability_all.json +5 -5
@@ 1,15 1,15 @@
{
  "instances": [
    "eil51",
    "eil76", 
    "eil101",
    "eil76",
    "kroA100",
    "eil101",
    "pr124",
    "ch150",
    "kroA150",
    "kroA200",
    "a280",
    "u574",
    "u724"
    "ts225",
    "a280"
  ],
  "algorithms": [
    "ea",

M codes/tsp_plotter/perturbations_probability_all.json => codes/tsp_plotter/perturbations_probability_all.json +5 -5
@@ 1,15 1,15 @@
{
  "instances": [
    "eil51",
    "eil76", 
    "eil101",
    "eil76",
    "kroA100",
    "eil101",
    "pr124",
    "ch150",
    "kroA150",
    "kroA200",
    "a280",
    "u574",
    "u724"
    "ts225",
    "a280"
  ],
  "algorithms": [
    "ls_move",

M codes/tsp_plotter/representations_probability_all.json => codes/tsp_plotter/representations_probability_all.json +5 -5
@@ 1,15 1,15 @@
{
  "instances": [
    "eil51",
    "eil76", 
    "eil101",
    "eil76",
    "kroA100",
    "eil101",
    "pr124",
    "ch150",
    "kroA150",
    "kroA200",
    "a280",
    "u574",
    "u724"
    "ts225",
    "a280"
  ],
  "algorithms": [
    "ea_binary",