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

搜索资源列表

  1. TS

    0下载:
  2. 禁忌搜索算法计算电力系统无功优化,计算并联电容器的安装位置和容量-Tabu search algorithm calculates reactive power optimization calculation shunt capacitor installation location and capacity
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3030844
    • 提供者:天涯
  1. IRPTW

    0下载:
  2. 禁忌搜索算法求解带有时间窗的车辆路径问题-Tabu search algorithm for vehicle routing problem with time windows
  3. 所属分类:transportation applications

    • 发布日期:2017-05-12
    • 文件大小:2758819
    • 提供者:龚亚琪
  1. VRPTW

    0下载:
  2. 禁忌搜索算法求解带有时间窗的车辆路径问题-Tabu search algorithm for vehicle routing problem with time windows
  3. 所属分类:transportation applications

    • 发布日期:2017-05-11
    • 文件大小:2515956
    • 提供者:龚亚琪
  1. TabuSearch

    0下载:
  2. 使用禁忌搜索算法解决tsp问题 简单易懂 能实现迭代的图像化显示-Tabu search algorithm to solve the problem tsp straightforward to achieve iterative graphical display
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1802
    • 提供者:孙业龙
  1. TS-For-Tsp

    0下载:
  2. tsp问题的禁忌搜索算法,matlab编程,智能计算-tabu search algorithm tsp problem, matlab programming, intelligent computing
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:74700
    • 提供者:小坤
  1. Tabu-Search-matlab

    4下载:
  2. 使用matlab进行禁忌搜索算法编例,解决车辆路径最优化问题。-vrp with use of tabu search
  3. 所属分类:matlab

    • 发布日期:2015-11-30
    • 文件大小:5120
    • 提供者:杨木木
  1. tabu

    0下载:
  2. 一个用禁忌搜索算法求解旅行商(TSP)问题的java源代码,算法正确可行。-A tabu search algorithm to solve TSP (TSP) problem java source code, the algorithm is correct and feasible.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2650
    • 提供者:andysau
  1. program

    0下载:
  2. TSP问题的遗传、模拟退火、邻域搜索、禁忌搜索算法对比-Genetic TSP problem, simulated annealing, neighborhood search, tabu search algorithm comparison
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:661765
    • 提供者:姜艺
  1. TS_TSP

    0下载:
  2. 运用禁忌搜索算法解决旅行商问题TSP的程序代码,简单实用-yunyon gjin jisou suosaulv xign shang
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6212
    • 提供者:刘巍
  1. ga-tabu-

    0下载:
  2. 遗传、禁忌、模拟退火等算法求解背包问题C-Genetic, contraindications, simulated annealing algorithm for knapsack problem C++
  3. 所属分类:.net

    • 发布日期:2017-05-03
    • 文件大小:636244
    • 提供者:
  1. TSP

    0下载:
  2. 禁忌搜索算法解决TSP问题,matlab代码-Tabu search algorithm to solve TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2046
    • 提供者:高梦
  1. TabuSearch

    0下载:
  2. 该算法用于TSP的禁忌搜索,功能强大,而且非常利用方便-this algorithm uesd for Tabu-search for TSP problems,it has great affection,and easy uesd
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1763
    • 提供者:Toms
  1. tabu-search-matlab

    2下载:
  2. 求解VRP 问题的智能算法 禁忌搜索算法MATLAB源代码-tabu-search MATLAB code of VRP
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4358
    • 提供者:冯艳
  1. traveling-salesman-problem

    0下载:
  2. 旅行商问题研究,对初学者对禁忌搜索,蚁群算法,和模拟退火有很大帮助。-Traveling Salesman Problem, for beginners tabu search, ant colony algorithm, and simulated annealing of great help.
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:754748
    • 提供者:刘同学
  1. TS

    0下载:
  2. 禁忌搜索(Tabu search)是局部邻域搜索算法的推广,Fred Glover在1986年提出这个概念,进而形成一套完整算法。 -Tabu search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2186
    • 提供者:chen
  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. 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 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com