سؤال

Do you know a good and most important detailed Tabu search example.

Something not to hard, as I am in the way to understand this cool algorithm.

I have found this tutorial and this with a SAT problem, but it is not very detailed

هل كانت مفيدة؟

المحلول

I learned it from Wikipedia years ago, but this book is much better. For code examples, take a look at OptaPlanner's source code.

نصائح أخرى

I wrote a blog about tabu search and how it's used to solve the TSP, along with the java implementation. I hope it's of help.

Clever Algorithms by Jason Brownlee PhD describes Tabu Search and also includes sample Ruby code.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top