搜索资源列表
AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
- AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
- * TSQUEEN.C : <n> number of queens * * <tabu_size> size of the tabu list * * <max_iter> maximum number of iterations * *
QueensProblem
- source code for Queens problem using tabu search
tsqueen
- 此源碼為利用TABU SEARCH求解N-QUEENS問題的程式碼。 -AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
TabuSearch-for-N-Queen-Problem
- Tabu Search解N皇后问题 禁忌搜索算法求解N皇后问题-Tabu Search solution of the N-Queens problem tabu search algorithm for solving the N-queens problem
ypea116-tabu-search
- 结构化的禁忌搜索(TS)的MATLAB实现TSP和n-Queens问题-A structured implementation of Tabu Search (TS) in MATLAB for TSP and n-Queens Problem