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

搜索资源列表

  1. tsp

    0下载:
  2. 运用了禁忌搜索算法求解31个城市的最短路径问题(tsp)
  3. 所属分类:其它程序

  1. ant-colony-algorithm

    0下载:
  2. 针对车辆的越野路径规划问题,设计了以最少行驶时间为目标的多策略蚁群算法.首先,分析了地形坡度和地表属性对于车辆路径规划的综合影响,通过叠加坡度与粗糙度约束建立了禁忌表 其次,一方面引入了自适应调整策略以提高路径搜索的有效性,另一方面设计了双向搜索策略以增加蚂蚁之间的协作能力和成功路径的搜索机率 另外,还提出了子路径多段交叉策略以提高算法的全局搜索能力和收敛速度,在详细叙述改进算法的步骤之后,优化了算法的部分参数取值 最后,就基本算法和改进算法的性能指标、收敛代数和仿真结果进行了比较与分析.实验结
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1450897
    • 提供者:
  1. 0-1beibaowenti

    5下载:
  2. 应用禁忌搜索算法解决0-1背包问题,可以快速得到最优结果,用matlab实现-Application of tabu search algorithm to solve 0-1 knapsack problem, you can quickly get the best results, using matlab realize
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3010
    • 提供者:1121261428
  1. TSP

    0下载:
  2. 此代码运用禁忌搜索算法解决旅行商问题(TSP)-This code use tabu search algorithm to solve traveling salesman problem (TSP)
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:16403
    • 提供者:武侠
  1. tabu

    0下载:
  2. tabu算法能较好的实现禁忌搜索算法,测试能够使用-The tabu algorithms can realise the function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4459
    • 提供者:starbuck
  1. jianshenxiangmu

    0下载:
  2. Android项目源码运动健身项目是健身项目Android应用,本软件包含健身项目和计时运动,更多的了解运动前和运动后需要注意的事项和禁忌,也包含了许多健康的健身习惯的文档,应该说这个应用太强大了,用到技术,项目中代码层次分明,大部分方法都加了详细的注释。(项目采用GBK编码)。-Android project source code of sports and fitness items are fitness project Android application, the software
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-29
    • 文件大小:483402
    • 提供者:王浩然
  1. Graph-Coloring(HGA)

    0下载:
  2. 基于遗传算法和禁忌搜索的启发式算法,提供C++代码,能够高效地解决图着色问题。-The code based on the combination of Genetic Algorithm and Tabu Search can be used to solve the Graph Coloring problem efficiently
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1219918
    • 提供者:
  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 algorithm is very practical and reliable, and solves many problems.
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4226531
    • 提供者:李薛萍
  1. optimization-modelroad-network

    0下载:
  2. 双层规划,禁忌算法,道路交通规划,多目标优化-Based on the optimization model of regional road network double tabu genetic algorithm Pan Genan
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:140200
    • 提供者:罗杰
  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. A late acceptance hill climbing algorithm

    1下载:
  2. 通过加入Late Acceptance Strategy,改进了爬山局部搜索算法,该算法在求解某些benchmark函数时,比禁忌搜索和模拟退火等局部搜索算法更好。(by Late Acceptance Strategy, An improved hill climbing local search algorithm is proposed which outperforms Tabu and SA when solving some benchmark functions.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-21
    • 文件大小:2738176
    • 提供者:DRen
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com