From fc6611d3d245021ddb03233ee41902b9e3ac3bf9 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 2 Nov 2025 20:54:28 +0100 Subject: [PATCH] chore: switch 10 used instances --- codes/compute.sh | 2 +- codes/tsp_plotter/algorithms_probability_all.json | 10 +++++----- codes/tsp_plotter/crossovers_probability_all.json | 10 +++++----- codes/tsp_plotter/heuristics_probability_all.json | 10 +++++----- codes/tsp_plotter/perturbations_probability_all.json | 10 +++++----- codes/tsp_plotter/representations_probability_all.json | 10 +++++----- 6 files changed, 26 insertions(+), 26 deletions(-) diff --git a/codes/compute.sh b/codes/compute.sh index c7f49eee8dae3dde8942c1a084ada202a0209d33..0473e21f5e55dbd5d9023f568943b7efc47570f2 100755 --- a/codes/compute.sh +++ b/codes/compute.sh @@ -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" diff --git a/codes/tsp_plotter/algorithms_probability_all.json b/codes/tsp_plotter/algorithms_probability_all.json index 1dade976b8c5647fcef8f846d5979acedc5a1b28..31bdce18028c2fbac8a4bd9f3dc9e1ed9b6671f2 100644 --- a/codes/tsp_plotter/algorithms_probability_all.json +++ b/codes/tsp_plotter/algorithms_probability_all.json @@ -1,15 +1,15 @@ { "instances": [ "eil51", - "eil76", - "eil101", + "eil76", "kroA100", + "eil101", + "pr124", "ch150", "kroA150", "kroA200", - "a280", - "u574", - "u724" + "ts225", + "a280" ], "algorithms": [ "ea", diff --git a/codes/tsp_plotter/crossovers_probability_all.json b/codes/tsp_plotter/crossovers_probability_all.json index c273251fd94e1921589713591614951a8da92e66..77a52bb5175c4840648ce8f6f5b15f1d386ddbbf 100644 --- a/codes/tsp_plotter/crossovers_probability_all.json +++ b/codes/tsp_plotter/crossovers_probability_all.json @@ -1,15 +1,15 @@ { "instances": [ "eil51", - "eil76", - "eil101", + "eil76", "kroA100", + "eil101", + "pr124", "ch150", "kroA150", "kroA200", - "a280", - "u574", - "u724" + "ts225", + "a280" ], "algorithms": [ "ea_pmx", diff --git a/codes/tsp_plotter/heuristics_probability_all.json b/codes/tsp_plotter/heuristics_probability_all.json index 4daa04a4c28106cd33eea155a8d0a8d49c45a2b7..3836784dadfaa02a4b7b18bf84627e877f38eb37 100644 --- a/codes/tsp_plotter/heuristics_probability_all.json +++ b/codes/tsp_plotter/heuristics_probability_all.json @@ -1,15 +1,15 @@ { "instances": [ "eil51", - "eil76", - "eil101", + "eil76", "kroA100", + "eil101", + "pr124", "ch150", "kroA150", "kroA200", - "a280", - "u574", - "u724" + "ts225", + "a280" ], "algorithms": [ "ea", diff --git a/codes/tsp_plotter/perturbations_probability_all.json b/codes/tsp_plotter/perturbations_probability_all.json index 1fc9a14fc9b2ed50cc8204d67cd7bd7ac173c399..5fbcfe26692834b87616ae88db39141568f88261 100644 --- a/codes/tsp_plotter/perturbations_probability_all.json +++ b/codes/tsp_plotter/perturbations_probability_all.json @@ -1,15 +1,15 @@ { "instances": [ "eil51", - "eil76", - "eil101", + "eil76", "kroA100", + "eil101", + "pr124", "ch150", "kroA150", "kroA200", - "a280", - "u574", - "u724" + "ts225", + "a280" ], "algorithms": [ "ls_move", diff --git a/codes/tsp_plotter/representations_probability_all.json b/codes/tsp_plotter/representations_probability_all.json index 13507c4e4f0610825ad5fc1ec15ed5102c40ed4c..2d040be1edeed78989988ad99c8269cce9672a80 100644 --- a/codes/tsp_plotter/representations_probability_all.json +++ b/codes/tsp_plotter/representations_probability_all.json @@ -1,15 +1,15 @@ { "instances": [ "eil51", - "eil76", - "eil101", + "eil76", "kroA100", + "eil101", + "pr124", "ch150", "kroA150", "kroA200", - "a280", - "u574", - "u724" + "ts225", + "a280" ], "algorithms": [ "ea_binary",