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

搜索资源列表

  1. Combinatorial-Auctions

    2下载:
  2. 采用禁忌搜索算法解决组合拍卖问题,在短时间内找到近似最优解,用C++语言实现。-Tabu search algorithm for solving combinatorial auctions, in a short time to find the approximate optimal solution with C++ language.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:438012
    • 提供者:
  1. MWCP(TS)

    0下载:
  2. 采用禁忌搜索算法解决最大权值团问题,包含最大独立集于最大权值团之间的转换问题。-Tabu search algorithm using the maximum weight clique problem solving, contains the largest independent set in the maximum weight conversion problems between the groups.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1626650
    • 提供者:
  1. 10012

    1下载:
  2. 文件夹 论文及原附带程序 是Abdel-Rahman Hedar,Masao Fukushima的论文《Tabu Search directed by direct search methods for nonlinear global optimization》是一篇连续禁忌搜索的算法。- 文件夹 论文及原附带程序 是Abdel-Rahman Hedar,Masao Fukushima的论文《Tabu Search directed by direct searc
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:390730
    • 提供者:董彦彬
  1. TSforTSP

    0下载:
  2. 禁忌搜索是人工智能的体现,是在局部邻域搜索的基础上发展起来的-Tahu Search is proposed by Glover(1986),which is based on neighood..
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:3850
    • 提供者:shiguangcheng
  1. VRP_algorithm

    8下载:
  2. 5个求解车辆路径问题(VRP)的MATLAB算法源程序和相应数据(数据也在m文件里),包括三种遗传算法,SA算法和禁忌搜索算法的m文件-5 solving vehicle routing problem (VRP) MATLAB algorithm source and the corresponding data (data is also in the m file), including three kinds of genetic algorithm, SA algorithm and
  3. 所属分类:matlab

    • 发布日期:2016-10-10
    • 文件大小:29696
    • 提供者:涂超
  1. tabu_search

    0下载:
  2. 我们尝试用禁忌搜索(tabu search)算法来解决旅行商问题(TSP),程序可以选择随机生成点的位置坐标,也可以从圆上均匀取点(比较容易判断结果的好坏)。 我们采用下面的一些规则来运行程序: 特赦规则:如果新解被禁,但是目标函数值比当前最优解的目标函数值小于某个定值时,接受新解。 终止规则:1、如果在给定的迭代次数内,最优解的目标函数值保持不变终止2、迭代次数达到给定的最大值时终止。 候选解的产生:本实验中我采取的是随机产生候选解的方法 一些参数的选取: 在每一步的
  3. 所属分类:Maple

    • 发布日期:2017-04-13
    • 文件大小:2391
    • 提供者:snowtiger
  1. ypea116-tabu-search

    0下载:
  2. 结构化的禁忌搜索(TS)的MATLAB实现TSP和n-Queens问题-A structured implementation of Tabu Search (TS) in MATLAB for TSP and n-Queens Problem
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:18559
    • 提供者:
  1. Tabu

    0下载:
  2. matlab环境下利用禁忌搜索算法解决TSP问题-Tabu search algorithm for TSP
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:34599
    • 提供者:林爽雯
  1. Tabusearch

    3下载:
  2. 在MATLAB平台,实现利用禁忌搜索算法,解决基站选址问题-In the MATLAB platform, use the so called tabusearch algorithm to solve the problem of secleting the best base station locations
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3215
    • 提供者:Qiu Lian
  1. Tabuwindow

    0下载:
  2. 用mfc做的禁忌搜索算法解决tsp问题的界面的代码-Using mfc taboo search algorithm to solve the tsp problem of the interface code
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-16
    • 文件大小:40424448
    • 提供者:欧阳北平
  1. mathematical modeling

    0下载:
  2. 文件包含了多种现代优化算法,如神经网络,模拟退火,禁忌搜索等智能算法。同时还有一些数学建模的相关的matlab实现。(The document contains a variety of modern optimization algorithms, such as neural networks, simulated annealing, tabu search and other intelligent algorithms. At the same time, there are some
  3. 所属分类:matlab例程

    • 发布日期:2017-12-15
    • 文件大小:99482624
    • 提供者:Jyoung丶
  1. 83268749TS-SA

    0下载:
  2. 31个城市的tsp问题,并没有改进,如果你有改进过的请联系我(31 cities tsp problem, and no improvement, if you have improved please contact me)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:didi123
  1. 智能优化算法资料

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

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

    0下载:
  2. 提出了一种以目标函数变化量作为评价函数的改进禁忌搜索算法,并进行了理论分析,然后将其与有效禁忌搜索算法作了性能比较。通过比较三个公共测试数据集的计算结果,验证了本文提出的禁忌搜索算法的可行性和有效性。(Proposed a change in the objective function as the evaluation function of the improved tabu search algorithm, and has carried on the theoretical anal
  3. 所属分类:并行计算

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:WALJXZY
  1. 禁忌搜索

    0下载:
  2. 主要用与电气工程及其自动化的专业,在对电力系统分析上面的研究与编写(Intelligent algorithm)
  3. 所属分类:数值算法/人工智能

  1. tabusearch-TSP

    0下载:
  2. 关于tsp的禁忌搜索方法案例,书上的扣下来的例子(tsp,tabusearch,only for the data)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:3072
    • 提供者:LYHM
  1. jinji

    0下载:
  2. 禁忌搜索算法,主要为解决TSP问题,选取31个城市,目标是31个城市的路径最短化(Tabu search algorithm, mainly to solve the TSP problem, select 31 cities, the goal is the shortest path of 31 cities.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:Jackstar
  1. matlabprogram

    2下载:
  2. 智能优化算法及其MATLAB仿真实例,包括进化类算法,群智能算法,模拟退火算法,禁忌搜索算法,神经网络算法等程序源码(Intelligent optimization algorithm and MATLAB simulation examples, including evolutionary algorithm, swarm intelligence algorithm, simulated annealing algorithm, tabu search algorithm, neural
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-04-10
    • 文件大小:73728
    • 提供者:白桦树
  1. MATLAB求解VRP

    3下载:
  2. 遗传算法、模拟退火算法、禁忌搜索算法求解VRP问题的matlab程序(Matlab program of genetic algorithm, simulated annealing algorithm, tabu search algorithm to solve VRP problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-16
    • 文件大小:25600
    • 提供者:李太白12138
  1. 5个求解车辆路径问题

    1下载:
  2. 5个求解车辆路径问题(VRP)的MATLAB算法源程序和相应数据(数据也在m文件里),包括三种遗传算法,SA算法和禁忌搜索算法的m文件
  3. 所属分类:matlab例程

    • 发布日期:2022-04-10
    • 文件大小:29245
    • 提供者:tao453100
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com