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

搜索资源列表

  1. 禁忌搜索算法的源代码

    1下载:
  2. 禁忌搜索C语言代码。
  3. 所属分类:Windows编程

    • 发布日期:2009-03-11
    • 文件大小:30139
    • 提供者:okduweijie
  1. ppt

    0下载:
  2. 使用禁忌算法确定聚类簇数目的ppt,该论文改进了聚类算法需事先知道聚类簇中心点的缺点,减少了依赖性-The use of taboo clustering algorithm to determine the number of clusters ppt, the paper has improved clustering algorithm need to know in advance that the shortcomings of clustering cluster center, a
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:403294
    • 提供者:刘年
  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. gafuzzymatlab

    0下载:
  2. 模拟退火,禁忌搜索,遗传算法,神经网络-MATLAB程序合集 -Simulated annealing, tabu search, genetic algorithm, neural network-MATLAB collection procedures simulated annealing, tabu search, genetic algorithm, neural network-MATLAB collection procedures
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:4582
    • 提供者:王朗
  1. tabu_matlab

    0下载:
  2. 采用禁忌搜索算法和模拟退火法来求解旅行商问题,PDF文件,说明很详细-Using tabu search algorithm and simulated annealing method to solve the traveling salesman problem, PDF document describing in great detail
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:74858
    • 提供者:王敏蔚
  1. TSP

    1下载:
  2.  提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局 部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具 体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。 关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu
  3. 所属分类:其他小程序

    • 发布日期:2013-12-03
    • 文件大小:5800
    • 提供者:logspace
  1. sfsf

    1下载:
  2.  提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局 部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具 体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。 关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu
  3. 所属分类:Windows编程

    • 发布日期:2013-12-03
    • 文件大小:250226
    • 提供者: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. Shortest-tabu-algorithm-problem

    0下载:
  2. 禁忌算法求解TSP问题,寻优最短路程,优化算法-Shortest tabu algorithm to solve TSP problem, optimization, optimization algorithm is proposed
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:6553
    • 提供者:阿里
  1. ts

    0下载:
  2. 禁忌算法MATLAB代码,优化算法,处理各种寻优问题-Tabu Search MATLABcode
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1431
    • 提供者:zy
  1. TSPSearch

    0下载:
  2. c++使用禁忌算法解决MAX-CUT问题-c++ use tabu search algorithm to solve the problem of MAX-CUT
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1466
    • 提供者:郭俊虎
  1. Tabu-search

    0下载:
  2. 禁忌算法的实用性和可靠性很强,解决了很多问题-Tabu algorithm is very practical and reliable, and solves many problems.
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4226531
    • 提供者:李薛萍
  1. 禁忌搜索算法

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

  1. TS

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

  1. 禁忌算法

    0下载:
  2. 禁忌算法matlab编程实现,处理非线性优化问题(Dealing with nonlinear optimization problems)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:xsf11
  1. yichuan

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

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:xsfl11
  1. 智能优化算法资料

    0下载:
  2. 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1857536
    • 提供者:韬文
  1. Tabu_search_TSP

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

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:水月GEO
  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. 简单介绍禁忌搜索算法的过程,并求解TSP,来加深对其的理解。(Briefly introduce the process of tabu search algorithm, and solve TSP, to deepen its understanding.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:3072
    • 提供者:烟艹
« 12 »
搜珍网 www.dssz.com