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

搜索资源列表

  1. tuba.rar

    1下载:
  2. 禁忌搜索算法的例子程序求解Tsp问题
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:163228
    • 提供者:
  1. 禁忌搜索算法实现蚁群繁殖问题算法

    0下载:
  2. 采用禁忌算法实现的蚁群繁殖算法,该问题可以很好地解决蚁群问题中优化问题-taboo algorithm using the Ant Algorithm breeding, the problem can be successfully resolved ant colony optimization problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:30636
    • 提供者:李冰龙
  1. znyh

    0下载:
  2. 〈智能优化算法与应用〉介绍各种优化算法:模拟褪火法、遗传算法、禁忌搜索法、神经网络法、混合优化策略等内容。-"intelligent optimization algorithms and application" on the various optimization algorithms : simulated fire faded, genetic algorithm, Tabu search method, neural networks, hybrid optimi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11055183
    • 提供者:small www
  1. 145678944318479416

    0下载:
  2. 用群智能改进禁忌搜索算法在多用户检测中的应用,希望有人能用得到-Swarm - Tabu Search Algorithm in multi-user detection of hope that someone can be used to be
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:134636
    • 提供者:hello
  1. GATSJH

    1下载:
  2. 遗传算法和禁忌搜索相结合的方法,并有应用例子-Genetic Algorithm and Tabu Search combination of methods, and application examples
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:456470
    • 提供者:yfq
  1. Guided_Local_Search_to_the_TSP

    0下载:
  2. 与禁忌搜索动态修改邻域结构的方法不同, GLS的基本原则是通过不断改变搜索空间的地形(landscape)来帮助搜索过程逐步移出局部极值的, 也就是说搜索过程中解结构和邻域结构将保持不变, 而目标函数将被动态修改, 以使得当前的局部极值不再具有局部最优性。-Guided Local Search sits on top of local search heuristics and has as a main aim to guide these procedures in exploring e
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:780358
    • 提供者:columbia
  1. tabu

    0下载:
  2. 禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期和长期禁忌列表存储器来保证算法能搜索到全和分局空间的每一点, 并且不重复搜索。经过验算析, 证明它是一种较好的全局启发式搜索法.-Tabu search method, the initial solution, neighborhood and tabu list size of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:475029
    • 提供者:logspace
  1. tabusearch

    1下载:
  2. 本程序提供禁忌搜索tabu search的matlab程序。可模拟遗传算法产生的节点之后的tabu search过程。-This program provides the matlab tabu search tabu search procedure. Generated by genetic algorithm can simulate the node after the tabu search process.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2829
    • 提供者:zenttic
  1. main

    1下载:
  2. 禁忌搜索算法解决0/1整数规划NP难问题-Tabu Search Algorithm for 0/1 integer programming problem NP hard
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1052
    • 提供者:lynn
  1. jinji

    0下载:
  2. 禁忌搜索算法 禁忌搜索算法 -Tabu Search Tabu Search Tabu Search Tabu Search Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:689
    • 提供者:瓦哦
  1. tabu-search

    0下载:
  2. 禁忌搜索程序,此程序使用用实现禁忌搜索的基本能力,有良好的搜索能力-tabu search procedures, this program uses tabu search using to achieve the basic ability, with good search capabilities
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:27336
    • 提供者:asd
  1. yichuansuanfa

    0下载:
  2. 改进的禁忌搜索算法 遗传算法 可以用于数学建模 遗传学等功能-Improved tabu search algorithm can be used for mathematical modeling of genetic algorithms and other functions genetics
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2096
    • 提供者:张冰冰
  1. jinjisousuosuanfa

    0下载:
  2. 禁忌搜索算法的妙处,能让同学们充分理解禁忌搜索算法-The beauty of tabu search algorithm that allows students to fully understand the tabu search algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1837762
    • 提供者:益处
  1. 禁忌算法 C++

    1下载:
  2.  禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)
  3. 所属分类:数学计算

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:刘向前
  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. 禁忌搜索解决tsp问题

    1下载:
  2. 使用matlab应用禁忌搜索解决tsp问题,算法齐全,本人使用没有任何问题。
  3. 所属分类:数据挖掘

  1. 禁忌搜索法实现vrp,matlab

    7下载:
  2. 该算法主要是禁忌搜索法实现车辆路径优化,即计算vrp较好实现路径优化,matlab代码
  3. 所属分类:matlab例程

  1. 禁忌搜索算法

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

    • 发布日期:2021-04-10
    • 文件大小:14336
    • 提供者:liyu2022
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com