Skip to content

Repository files navigation

LocalSearch

The research work on local search algorithms solving Quadratic Assignment Problem

references:

best known results for tai benchmarks:

Cost function history for tai60a

Benchmark: tai20a has 20 items and locations

  • Best known solution cost: 703482
  • Initial solution cost: 873908
  • Local Search optimal cost 747858 ( exec time 0.06 seconds)
  • Iterated Local Search optimal cost 742752 ( exec time 2.92 seconds)
  • Guided Local Search optimal cost 717222 ( exec time 0.65 seconds)

Benchmark: tai40a has 40 items and locations

  • Best known solution cost: 3139370
  • Initial solution cost: 3853396
  • Local Search optimal cost 3481496 ( exec time 0.16 seconds)
  • Iterated Local Search optimal cost 3361050 ( exec time 12.22 seconds)
  • Guided Local Search optimal cost 3325712 ( exec time 1.46 seconds)

Benchmark: tai60a has 60 items and locations

  • Best known solution cost: 7205962
  • Initial solution cost: 8484364
  • Local Search optimal cost 7959112 ( exec time 0.64 seconds)
  • Iterated Local Search optimal cost 7754148 ( exec time 22.11 seconds)
  • Guided Local Search optimal cost 7656154 ( exec time 3.82 seconds)

Benchmark: tai80a has 80 items and locations

  • Best known solution cost: 13515450
  • Initial solution cost: 15707292
  • Local Search optimal cost 14924312 ( exec time 0.78 seconds)
  • Iterated Local Search optimal cost 14773828 ( exec time 36.07 seconds)
  • Guided Local Search optimal cost 14460422 ( exec time 8.67 seconds)

Benchmark: tai100a has 100 items and locations

  • Best known solution cost: 21054656
  • Initial solution cost: 24149696
  • Local Search optimal cost 23556992 ( exec time 0.33 seconds)
  • Iterated Local Search optimal cost 23037370 ( exec time 51.95 seconds)
  • Guided Local Search optimal cost 22139380 ( exec time 20.34 seconds)

Comparison:

benchmarkbest_known_costalgorithmmean_alg_costmean_exec_time
data\tai20a703482Guided7498700.2
data\tai20a703482Iterated7315182.9
data\tai20a703482LocalSearch7633200.1
data\tai40a3139370Guided33209351.5
data\tai40a3139370Iterated334983412.5
data\tai40a3139370LocalSearch34302420.2
data\tai60a7205962Guided76839113.9
data\tai60a7205962Iterated779323523
data\tai60a7205962LocalSearch79795030.4
data\tai80a13515450Guided143269089.6
data\tai80a13515450Iterated1475253034.1
data\tai80a13515450LocalSearch150532470.5
data\tai100a21054656Guided2219787322.3
data\tai100a21054656Iterated2303525050.2
data\tai100a21054656LocalSearch234284021

Releases

Packages

Contributors

Languages