搜索资源列表
TabuSearch
- Tabu search java scr ipt.
3_tabujava_1257685595
- tabu search in java. Assignment for artificial intelligence. Comments are in Polish
OpenTS_10-exp10
- OpenTS, frame work for java development of Tabu search and variations
jMetal.1.5
- meta heuristic algorithms such as simulatin annealing+tabu search+
tabu
- tabu seearch (objets)
tsptabu
- This file contains source code for tabu search algorithm
TSPTabu
- 最明顯的演算法就是窮舉法,即尋找一切組合併取其最短。這種演算法的排列數為n!(其中n為節點個數)。用動態規劃技術,我們可以在O(n^2 2^n))[1]時間內解決此問題。雖然這仍然是指數級的,但要比O(n!))快得多。-TSP Tabu search
Tabu
- 用tabu search实现的顺序排列,是整个禁忌搜索的基础所在,对于建立tabulist和寻找最优解的过程程序都很明确标注-By order of tabu search to achieve, is the foundation of the entire tabu search, and the process of looking for a program to build tabulist optimal solution are clearly marked
tabu-searchjava
- a java code for tabu search