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

搜索资源列表

  1. 30-city-TSP

    1下载:
  2. 自己编写的用禁忌搜索编写的30个城市的TSP问题,希望对刚刚学习算法编程的有点帮助-This is what I have written written with Tabu Search 30 cities TSP problem, hoping for just a little help learning algorithm programming, because I am also learning ^ _ ^
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-21
    • 文件大小:39182
    • 提供者:舞鸿
  1. 禁忌搜索

    0下载:
  2. 我的程序基于禁忌搜索算法解决城市分配问题即tsp问题
  3. 所属分类:数值算法/人工智能

    • 发布日期:2015-11-30
    • 文件大小:1125
    • 提供者:wbxsdllg
  1. test1_take_some_nodes

    1下载:
  2. 采用禁忌搜索算法,实现对多个点的TSP路径优化(Achieve the TSP path optimization for multiple points)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:Truman-Hu
  1. Tabu Search

    0下载:
  2. 通过禁忌搜索算法求解TSP问题最优解问题(The tabu search algorithm is used to solve the optimal solution of the TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:略懂先生
  1. TS

    0下载:
  2. 禁忌搜索算法源代码,对局部邻域搜索的一种扩展,搜索过程中采用禁忌准则,即不考虑处于禁忌状态的解,标记对应已搜索的局部最优解的一些对象,在进一步迭代搜索中尽量避开这些对象,避免迂回搜索,从而保证对不同的有效搜索途径的检索,是一种局部极小突跳的全局逐步寻优算法。(Tabu search algorithm source code, an extension of the local neighborhood search criteria, using tabu search process, th
  3. 所属分类:其他

  1. 模拟退火禁忌搜索遗传算法神经网络MATLAB程序合集

    0下载:
  2. 模拟退火,禁忌搜索,遗传算法,神经网络-MATLAB程序合集(Simulated annealing, tabu search, genetic algorithms, neural networks - MATLAB collection)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:5120
    • 提供者:1155
  1. TspTS

    0下载:
  2. 采用禁忌搜索算法求解旅行商问题,欢迎下载(Traveling salesman problem is solved by Tabu Search Algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:ColbyLi
  1. Untitled3

    0下载:
  2. 通过禁忌搜索算法求解(旅行商)TSP问题,输出最小路径(Through the taboo search algorithm to solve (traveler) TSP problem, the output of the smallest path)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:JJJ111
  1. yichuan

    0下载:
  2. 禁忌算法matlab实现,解决非线性优化问题(Solving nonlinear optimization problems)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:xsfl11
  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. TS-TSP

    0下载:
  2. 本禁忌搜索算法主要用于求解经典的TSP问题(Tabu search algorithm is used to solve the classical TSP problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:10240
    • 提供者:舒逸流风
  1. 紧急搜索求VRP

    0下载:
  2. TS算法通过引入一个灵活的存储结构和相应的禁忌准则来避免迂回搜索,并通过藐视准则来赦免一些被禁忌的优良状态,进而保证多样化的有效探索以最终实现全局优化(TS algorithm by introducing a flexible storage structure and corresponding tabu criteria to avoid circuit search, and the contempt of criterion to pardon a little good state
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:5120
    • 提供者:春天里的
  1. Tabu_search_TSP

    0下载:
  2. 禁忌算法,供人使用,还算不错111111111(Taboo algorithm, for people to use, still good)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:水月GEO
  1. tabu_search

    0下载:
  2. 基禁忌搜索于31城市TSP问题,Base tabu search in the 31 city TSP problem(Base tabu search in the 31 city TSP problem)
  3. 所属分类:易语言编程

  1. ts_tsp

    0下载:
  2. 简单介绍禁忌搜索算法的过程,并求解TSP,来加深对其的理解。(Briefly introduce the process of tabu search algorithm, and solve TSP, to deepen its understanding.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:3072
    • 提供者:烟艹
  1. 禁忌搜索优化算法

    0下载:
  2. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:1164288
    • 提供者:喝汤
  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. 禁忌搜索算法

    1下载:
  2. 禁忌搜索解决背包问题,matlab环境实现c流程(Tabu search solves knapsack problem, and C flow is realized in Matlab environment.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:sgdmc
  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. yichuansuanfa

    5下载:
  2. 在MATLAB平台,实现利用禁忌搜索算法,解决物流网络的枢纽选址问题,( U5728MATLAB u5E73 u53F0 uFF0C u5B9 u73B0 u5229 u7528 u7981 u5FCC u641C u7D22 u7B97 u6CD5 uFF0C u89E3 u51B3 u7B3 U5740 u95EE u9898 uFF0C)
  3. 所属分类:matlab例程

    • 发布日期:2019-05-08
    • 文件大小:29696
    • 提供者:妮儿
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com