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

搜索资源列表

  1. 禁忌搜索解决vrp问题

    14下载:
  2. 利用禁忌搜索算法解决vrp问题的matlab源程序
  3. 所属分类:文档资料

    • 发布日期:2009-05-01
    • 文件大小:406695
    • 提供者:qiyuan001
  1. tuba.rar 禁忌搜索算法的例子程序求解Tsp问题

    0下载:
  2. 禁忌搜索算法的例子程序求解Tsp问题, The taboo search algorithm example procedure solves the Tsp question
  3. 所属分类:数值算法/人工智能

    • 发布日期:2016-01-25
    • 文件大小:6698
    • 提供者:王晓东
  1. TS-TSP.rar

    0下载:
  2. 使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:2848
    • 提供者:ann
  1. 禁忌搜索算法

    1下载:
  2. 禁忌搜索算法c++代码.txt
  3. 所属分类:数据结构常用算法

  1. tabu-search-for-tsp

    3下载:
  2. 利用禁忌搜索算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of tabu search algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:3213
    • 提供者:dayong
  1. tabusearch

    1下载:
  2. metlab求解的禁忌搜索算法,求解的实例在有效的时间范围内可得。-Solving metlab taboo search algorithm for solving the example in the effective time frame available.
  3. 所属分类:Other windows programs

    • 发布日期:2015-11-30
    • 文件大小:19820
    • 提供者:ben
  1. tabu_search-Solve-the-TSP-problem

    0下载:
  2. 基于禁忌搜索算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Tabu search algorithm based on the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1191
    • 提供者:孙岩
  1. sA-TS-for-TSP

    1下载:
  2. 模拟退火算法及禁忌搜索算法解tsp的比较,文章及matalb源码-Simulated annealing algorithm and tabu search algorithm for solving tsp comparison, articles and matalb source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:74935
    • 提供者:mengxiangwei
  1. Tabu

    0下载:
  2. 禁忌搜索算法解决JSSP调度问题,是对禁忌搜索算法的比较好的参考学习的-Tabu Search Settle JSSP question
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-04-24
    • 文件大小:17408
    • 提供者:张兴
  1. 禁忌搜索算法

    0下载:
  2. 用于初学者学习tsp问题及其掌握禁忌搜索算法的应用(For beginners to learn TSP problems and master limited searching algorithm applications)
  3. 所属分类:其他

  1. 改进的禁忌搜索算法

    4下载:
  2. 改进的禁忌搜索算法,求解路径寻优问题,相对传统的遗传算法,能够更精确求得全局最优解(Compared with the traditional genetic algorithm, the improved tabu search algorithm can solve the problem of path optimization, and can obtain the global optimal solution more accurately)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:逸凡
  1. TSP_TS

    0下载:
  2. 采用禁忌搜索算法解决中国城市tsp问题,语言环境为matlab(Using tabu search algorithm to solve the problem of Chinese city tsp)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:39936
    • 提供者:yunhao123321
  1. 禁忌算法求解tsp

    2下载:
  2. 利用禁忌搜索算法求解经典TSP问题。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。(Tabu search algorithm for solving classical TSP problems)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:14336
    • 提供者:春天里的
  1. 禁忌搜索matlab算法

    2下载:
  2. 禁忌搜索算法建议编程,车辆路径问题,以最短距离为目标(The tabu search algorithm recommends programming, vehicle routing problem, with the shortest distance as the target)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:5120
    • 提供者:meyond
  1. TS_tsp

    0下载:
  2. 利用matlab软件,应用禁忌搜索算法解决31个城市的TSP问题(Using Matlab Software, Applying Tabu Search Algorithm to Solve TSP Problems in 31 Cities)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:csuyq
  1. python实现VRPTW求解禁忌搜索算法

    4下载:
  2. 采用禁忌搜索算法解决问题,解决带时间窗的VRP问题(Tabu search algorithm is used to solve the problem and solve the VRP problem with time windows.)
  3. 所属分类:其他

    • 发布日期:2020-06-30
    • 文件大小:160768
    • 提供者:当当0221
  1. 应用禁忌搜索算法解决0-1背包问题

    6下载:
  2. 利用禁忌搜索算法求解0-1背包问题。禁忌搜索算法相比其他搜索算法更优,设置藐视规则来避免陷入局部最优解。(Solve 0-1 Knapsack Problem based on Tabu search. The tabu search algorithm is superior to other search algorithms and sets contempt rules to avoid falling into local optimal solutions.)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-27
    • 文件大小:84992
    • 提供者:大白pu
  1. 禁忌搜索算法

    3下载:
  2. matlab禁忌搜索算法的源程序,内含 TS_TSP.m TS_TSP TSP_DATA.m(Matlab tabu search algorithm source program)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-20
    • 文件大小:10240
    • 提供者:chico7
  1. 禁忌搜索算法

    1下载:
  2. 禁忌搜索算法解决tsp问题,matlab程序(tabu search algorithm to solve tsp problem, matlab program)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-10
    • 文件大小:14336
    • 提供者:liyu2022
  1. 智能算法总结

    2下载:
  2. 该文档对智能算法,包括遗传算法、粒子群算法、禁忌搜索算法和人工神经网络算法等的概念和性能进行了基本总结(This paper summarizes the concept and performance of intelligent algorithms, including genetic algorithm, particle swarm optimization algorithm, tabu search algorithm and artificial neural network a
  3. 所属分类:文章/文档

    • 发布日期:2020-09-18
    • 文件大小:27648
    • 提供者:游若
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com