S
Sin C. Ho
I implemented a neighborhood search algorithm using C++ and STL. A
strange thing is that the first 1000 iterations use 0.01 min., but the
next 1000 iterations use 0.02 min. and the next 1000 iterations also use
0.02 min. Every iteration does exactly the same thing, and I don't
understand how come the first 1000 iterations use less time than the
rest. I hope you guys can help me out.
Sin
strange thing is that the first 1000 iterations use 0.01 min., but the
next 1000 iterations use 0.02 min. and the next 1000 iterations also use
0.02 min. Every iteration does exactly the same thing, and I don't
understand how come the first 1000 iterations use less time than the
rest. I hope you guys can help me out.
Sin