CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tabu

搜索资源列表

  1. gatsp

    0下载:
  2. 用遗传算法求tsp问题,采用matlab编程来求得,完整的算法程序-The tsp problem by tabu search algorithm, using matlab programming to obtain the complete algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:4809
    • 提供者:刘灿
  1. Simple-TS

    0下载:
  2. Simple Tabu Search in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:805
    • 提供者:Mohammad
  1. tatukuangjia

    0下载:
  2. 一个框架程序,关于禁忌搜索算法的,可以使用,稍作修改-A framework program on tabu search algorithm can be used, with slight modifications
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:11971
    • 提供者:李心
  1. TabuSearch

    0下载:
  2. tabu search for maximum cup problem
  3. 所属分类:assembly language

    • 发布日期:2017-12-08
    • 文件大小:7888
    • 提供者:李斌
  1. TS_TSP

    2下载:
  2. 禁忌搜索算法matlab解决旅行商问题程序源代码,含数据结果!-Tabu Search solve tsp problem
  3. 所属分类:matlab

    • 发布日期:2017-10-30
    • 文件大小:5050
    • 提供者:luyulan
  1. zidongpaikesuanfa

    0下载:
  2. :文章提出了一种应用于高等院校的自动排课算法 该算法针对高等院校排课要求的高易用性、高收敛性等特点将 启发式算法、禁忌搜索算法、回溯算法进行有机结合.充分发挥 启发式算法在利用应用领域经验和规则的优势,提高了自动排课 的资源搜索能力。通过实际的应用表明,该算法在解决复杂的高 校排课问题时有较好的效果。 关键词:自动排课 启发式算法 禁忌搜索 回溯算法-Automatic Timetable A applied to the institutions of higher l
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:247752
    • 提供者:Anwys
  1. tabu

    0下载:
  2. this is file for traffic networks benchmarks-this is file for traffic networks benchmarks...
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:2842
    • 提供者:mostafa
  1. AIS

    0下载:
  2. tabu search algorithm for tsp problem
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:2497535
    • 提供者:Ahmed
  1. TabuSearch

    0下载:
  2. C#\学习\人工智能\禁忌搜索\禁忌搜索解 TSP问题\Console代码-C# \ learning \ artificial intelligence \ tabu search \ taboos, search for TSP \ Console code
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:35624
    • 提供者:yang
  1. solve-the-TSP

    0下载:
  2. E:\学习\人工智能\禁忌搜索 +opt解决TSP问题\禁忌搜索+opt解决TSP问题 含测试数据-E: \ learning \ Artificial Intelligence \ tabu search \ taboo search to+opt for to solve the TSP \ taboo search to+opt for to solve the TSP
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:2672
    • 提供者:yang
  1. myTabuSearch

    1下载:
  2. 使用禁忌搜索法求解大规模TSP问题 点数达到500以上,内涵2分测试数据,供大家使用。还支持TSPLIB95国际标准测试数据。不足之处恳请广大网友批评者正-The majority of users use tabu search method for solving large-scale TSP problem points to reach 500 or more, I urge critics are
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:17911
    • 提供者:yang
  1. a-brief-survey-on-hybrid-metah

    0下载:
  2. A BRIEF SURVEY ON HYBRID METAHEURISTICS: The term metaheuristic was introduced to define heuristic methods that can be applied to a wide set of different problems. In other words, a metaheuristic can be seen as a general algorithmic framework whi
  3. 所属分类:Development Research

    • 发布日期:2017-11-03
    • 文件大小:127212
    • 提供者:khan
  1. tuba

    0下载:
  2. 本文件包含了禁忌搜索算法的C++程序代码。-This file contains the the tabu search the algorithm C++ code.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:7237
    • 提供者:王刚
  1. GATS

    0下载:
  2. Reconstruction of hv_convex binary images form two projection by genetic and tabu algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:92621
    • 提供者:MedENSI
  1. TSP

    0下载:
  2. TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1279611
    • 提供者:孟晓龙
  1. tsptabu

    0下载:
  2. This file contains source code for tabu search algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:17381
    • 提供者:Rafet
  1. Modern-optimization-algorithm

    0下载:
  2. 禁忌搜索(tabu search ),模拟退火(simulated annealing),遗传算法(genetic algorithms),人工神经网 络(neural networks)的matlab源码-Tabu search (Tabu search), simulated annealing (simulated annealing), genetic algorithms (genetic algorithms), artificial neural networks (ne
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:250716
    • 提供者:游思
  1. TSPTabu

    0下载:
  2. 最明顯的演算法就是窮舉法,即尋找一切組合併取其最短。這種演算法的排列數為n!(其中n為節點個數)。用動態規劃技術,我們可以在O(n^2 2^n))[1]時間內解決此問題。雖然這仍然是指數級的,但要比O(n!))快得多。-TSP Tabu search
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:15953
    • 提供者:陳冠宗
  1. tabusearch-TSP

    0下载:
  2. 这是Matlab禁忌搜索算法的代码,用于解决TSP问题-Tabu search algorithm to solve TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:3441
    • 提供者:Chloe
  1. TabuSearch-for-N-Queen-Problem

    1下载:
  2. Tabu Search解N皇后问题 禁忌搜索算法求解N皇后问题-Tabu Search solution of the N-Queens problem tabu search algorithm for solving the N-queens problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-06
    • 文件大小:206518
    • 提供者:lwl
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com