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

搜索资源列表

  1. tatukuangjia

    0下载:
  2. 一个框架程序,关于禁忌搜索算法的,可以使用,稍作修改-A framework program on tabu search algorithm can be used, with slight modifications
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:11971
    • 提供者:李心
  1. TS_TSP

    2下载:
  2. 禁忌搜索算法matlab解决旅行商问题程序源代码,含数据结果!-Tabu Search solve tsp problem
  3. 所属分类:matlab

    • 发布日期:2017-10-30
    • 文件大小:5050
    • 提供者:luyulan
  1. zidongpaikesuanfa

    0下载:
  2. :文章提出了一种应用于高等院校的自动排课算法 该算法针对高等院校排课要求的高易用性、高收敛性等特点将 启发式算法、禁忌搜索算法、回溯算法进行有机结合.充分发挥 启发式算法在利用应用领域经验和规则的优势,提高了自动排课 的资源搜索能力。通过实际的应用表明,该算法在解决复杂的高 校排课问题时有较好的效果。 关键词:自动排课 启发式算法 禁忌搜索 回溯算法-Automatic Timetable A applied to the institutions of higher l
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:247752
    • 提供者:Anwys
  1. CPP_Tabu-search-algorithm

    0下载:
  2. 禁忌搜索算法C/C++源代码,以禁忌表形式来搜索和禁忌以搜寻最优解-The taboo search Algorithm C/C++ in source code form of taboo table to search for and contraindications to search optimal solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-21
    • 文件大小:3010
    • 提供者:yangh
  1. tuba

    0下载:
  2. 本文件包含了禁忌搜索算法的C++程序代码。-This file contains the the tabu search the algorithm C++ code.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:7237
    • 提供者:王刚
  1. tabusearch-TSP

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

    • 发布日期:2017-11-11
    • 文件大小:3441
    • 提供者:Chloe
  1. TabuSearch-for-N-Queen-Problem

    1下载:
  2. Tabu Search解N皇后问题 禁忌搜索算法求解N皇后问题-Tabu Search solution of the N-Queens problem tabu search algorithm for solving the N-queens problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-06
    • 文件大小:206518
    • 提供者:lwl
  1. HeuristicLab-3.3.7

    1下载:
  2. Heuristic 算法库。包含很多算法,包括蚁群算法,遗传算法,模拟退火算法,禁忌搜索算法。-Heuristic algorithms library. Contains many algorithms, including the ant colony algorithm, genetic algorithm, simulated annealing, tabu search algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-08
    • 文件大小:18042880
    • 提供者:凉风
  1. search

    0下载:
  2. 禁忌搜索算法 实现tsp 程序代码有注释 易懂-tabu search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2969
    • 提供者:guyu
  1. ShiftingPlan

    0下载:
  2. 禁忌搜索算法案例,用禁忌搜索算法得出变电站的轮休计划-Tabu Search Cases, tabu search algorithm derived substation holiday plans
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:41710
    • 提供者:yushuqi
  1. TS

    0下载:
  2. ts算法 tsp上的应用 最新的 不错,利用禁忌搜索算法解决城市的tsp问题,简单易懂,适合初学者-The use of tabu search algorithm to solve tsp city
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6009
    • 提供者:hainan
  1. tspjinjisousuo

    0下载:
  2. 禁忌搜索算法的matlab实现,以旅行商问题为例,使用该算法找出满意解。-Tabu search algorithm matlab realize, to the traveling salesman problem, for example, the use of the algorithm to find satisfactory solution.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:480334
    • 提供者:yts
  1. TabuSearch

    0下载:
  2. 禁忌搜索算法程序,完全解决了旅行商最短路径问题-Tabu search algorithm, completely solve the traveling salesman problem shortest path
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1947
    • 提供者:阿尧
  1. main

    0下载:
  2. 禁忌搜索算法 解决TSP旅行商问题,写出了两个精度,一个是粗精度搜索,一个是细精度搜索。-Tabu search algorithm to solve TSP traveling salesman problem, wrote two precision, a coarse precision search, a search is fine precision.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:87786
    • 提供者:
  1. TSP_TS

    0下载:
  2. 基于禁忌搜索的求解TSP问题。问题为31个城市的寻优路径,采用GLover提出的简单禁忌搜索算法。设置禁忌表,避免陷入循环,实现全局的最优。-Based on Tabu Search for TSP. Route optimization problem in 31 cities, using a simple tabu search algorithm GLover proposed. Set tabu list, to avoid falling into circulation, to a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3469
    • 提供者:张嘉琦
  1. tabucol

    0下载:
  2. 关于图着色问题中禁忌搜索算法的讲解,适合新手使用和学习-Tabu search algorithm on the graph coloring problem explanations, suitable for beginners to use and learn
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:941802
    • 提供者:赵广
  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 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com