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

搜索资源列表

  1. Introduction-to-Tabu-Search

    0下载:
  2. 禁忌搜索的学习资料.讲得很详细,清楚. Introduce to Tabu Search-Tabu search learning materials very detailed and clear. Introduce to Tabu Search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:1917617
    • 提供者:lwl
  1. Tabu-Search-Straegies-for-UBQOP

    0下载:
  2. Multistart Tabu Search Straegies for the Unconstrained Binary Quadratic Optimization Problem 对无约束下的二次分配问题上禁忌搜索的应用.-Multistart Tabu Search Straegies for the Unconstrained Binary Quadratic Optimization Problem for unconstrained quadratic assignment p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:151452
    • 提供者: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. c

    0下载:
  2. 禁忌搜索具体算法实现,解决车辆调度问题-Specific tabu search algorithm (c)
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:2990
    • 提供者:junjie
  1. TS

    0下载:
  2. 在matlab上编程,采用禁忌搜索解决TSP问题-In matlab programming, using tabu search to solve the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:2279
    • 提供者:王深水
  1. ts-solve-0-1-knapsack-a-info

    1下载:
  2. 用禁忌搜索解决0-1背包问题,及一些关于禁忌搜索优化和并行处理的资料-Tabu search to solve 0-1 knapsack problem, and some information on tabu search optimization and parallel processing of data
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:5420679
    • 提供者:cmn
  1. jinjisoushuo

    0下载:
  2. 禁忌搜索是对局部领域搜索的一种扩展,是一种全局逐步寻优算法。搜索过程可以接受劣解,有较强的爬山能力。领域结构对收敛性有很大影响。这个程序的结构简单,为SWAP操作-Tabu Search is an extension of local search field, is a global optimization algorithm gradually. Search process can accept inferior solutions, strong climbing capabilit
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2428
    • 提供者:张行
  1. search

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

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

    0下载:
  2. 禁忌搜索程序 希望能给你的学习提供帮助 -Tabu search procedure can give you to learn to help
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3567
    • 提供者:rnment
  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. 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. J8-TCACS-for-Download

    0下载:
  2. 禁忌搜索与连续蚁群系统的结合,进行单目标寻优,结果非常满意-TCACS is a hybrid optimization algorithm combining Tabu Search (TS) and Continuous Ant Colony System (CACS).
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4474
    • 提供者:gujiaojiao
  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. ieee14

    0下载:
  2. ieee14节点模型的潮流计算,使用的是牛顿法潮流计算。使用禁忌搜索进行系统的无功优化。-trend ieee14 node model calculations using Newton s method flow calculation. Reactive power optimization using tabu search
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:4125
    • 提供者:沈天时
  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. Tabu-search-method-tsp

    0下载:
  2. 禁忌搜索法求解tsp问题的MATLAB程序-Tabu search method for solving problems MATLAB program tsp
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5910
    • 提供者:sorchids
  1. IRPTW

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

    • 发布日期:2017-05-12
    • 文件大小:2758819
    • 提供者:龚亚琪
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com