Commit 0559b438 authored by Tong Li's avatar Tong Li

bom

parent a5817c7e
...@@ -201,7 +201,7 @@ public class HybridAlgorithm { ...@@ -201,7 +201,7 @@ public class HybridAlgorithm {
return getBestChromosome(saHcOptimized, param.getBaseTime(), starttime); return getBestChromosome(saHcOptimized, param.getBaseTime(), starttime);
} }
if(opcount>800&&opcount<2000 ) { if(opcount>800 ) {
Chromosome best=population.get(0); Chromosome best=population.get(0);
best = _ALNS.search(best,_tabuSearch,_vns, sharedDecoder, machines); best = _ALNS.search(best,_tabuSearch,_vns, sharedDecoder, machines);
best = _simulatedAnnealing.search(best, _tabuSearch, _vns, sharedDecoder, machines); best = _simulatedAnnealing.search(best, _tabuSearch, _vns, sharedDecoder, machines);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment