Question

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

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top