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

搜索资源列表

  1. TS-TSP.rar

    0下载:
  2. 使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:2848
    • 提供者:ann
  1. tabu.zip

    0下载:
  2. 这是一个用C++编写的TSP问题的源码,使用Tabu Search算法。,This is a TSP problem source code written in C++, using the Tabu Search algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2191
    • 提供者:Erick Lee
  1. tabu

    0下载:
  2. 禁忌搜索(Tabu search)是局部邻域搜索算法的推广,Fred Glover在1986年提出这个概念,进而形成一套完整算法。 -Tabu search (Tabu search) is a local neighborhood search algorithm for the promotion, Fred Glover in 1986, proposed this idea, thus forming a complete set of algorithms.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:578916
    • 提供者:小龙
  1. TS_TSP

    0下载:
  2. 禁忌搜索算法求解车辆路径问题 很好的程序-Tabu search algorithm for vehicle routing problem with a very good program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:5670
    • 提供者:清风
  1. tabu-search-for-tsp

    3下载:
  2. 利用禁忌搜索算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of tabu search algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:3213
    • 提供者:dayong
  1. tabu-search-matlab

    0下载:
  2. TSP for VRP solution w/ capacity constraint using Tabu Search Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:4142
    • 提供者:didin rosid
  1. tabu-matlabcode-tsp

    0下载:
  2. tabu禁忌求TSP 禁忌搜索是对局部领域搜索的一种扩展,是一种全局逐步寻优算法。搜索过程可以接受劣解,有较强的爬山能力。-solve TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:7035
    • 提供者:张天佑
  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_search-Solve-the-TSP-problem

    0下载:
  2. 基于禁忌搜索算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Tabu search algorithm based on the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1191
    • 提供者:孙岩
  1. Tabusearch

    0下载:
  2. This function implements the tabu search algorithm for solving some problem
  3. 所属分类:Other systems

  1. TabuSearchforTSP

    0下载:
  2. This gives source code of traveling salesman problem. The algorithm used is tabu search.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:9153
    • 提供者:Roger
  1. wqwq

    0下载:
  2. tabu search algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:327647
    • 提供者:emek
  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. 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. 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. modern_youhua

    0下载:
  2. 现代最优化算法(有170多页的PPT,2010年的) 分为三个部分 Part 1 概论 Part 2 模拟退火算法 Part 3 遗传算法 现在常用的优化算法 禁忌搜索算法 模拟退火算法 遗传算法 人工神经网络 蚁群算法 粒子群算法 混合算法-Modern optimization algorithm is divided into three parts Part 1 Part 2 Introduction Part 3 simul
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4639348
    • 提供者:zhang
  1. power_system_reactive_power_optimization

    5下载:
  2. 优秀论论及对应源码。电力系统配电网的无功优化规划是保证配电网安全、经济运行的一项有效手段,是降低网损、提高电压质量的重要措施。因此,电力系统配电网无功优化规划问题的研究,既具有理论意义,又具有工程实际应用价值。配电系统最优规划问题是一个复杂的非线性组合优化问题,至今未得到很好的解决。Tabu搜索(TS—Tabu search)算法是近年来出现的用于求解组合优化问题的一种高效的启发式搜索技术。本文采用固定并联电容器作为研究对象对系统进行无功补偿,并利用智能优化方法得到使配电网损耗降低最大对应的最优
  3. 所属分类:Energy industry

    • 发布日期:2016-02-08
    • 文件大小:112640
    • 提供者:NBB
  1. tabu

    0下载:
  2. tabu search algorithm for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2294
    • 提供者:krzysiek
  1. ACO-P-Tabu

    0下载:
  2. This refers to ACO which is a meta heuristics and use this in Tabu search algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:730747
    • 提供者:Long
  1. Tabu-search-TSP

    0下载:
  2. tabu search algorithm for travelling sales man (TSP) problem, c++ code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:26627
    • 提供者:esse
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com