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

搜索资源列表

  1. 145678944318479416

    0下载:
  2. 用群智能改进禁忌搜索算法在多用户检测中的应用,希望有人能用得到-Swarm - Tabu Search Algorithm in multi-user detection of hope that someone can be used to be
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:134636
    • 提供者:hello
  1. TSM

    0下载:
  2. This program gives solution to the Travelling Salesman problem (TSP). I use genetic algorithm, tabu search, exhaustive search. It all combine in a windows application.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:60239
    • 提供者:yyavuz
  1. tabusearch

    1下载:
  2. metlab求解的禁忌搜索算法,求解的实例在有效的时间范围内可得。-Solving metlab taboo search algorithm for solving the example in the effective time frame available.
  3. 所属分类:Other windows programs

    • 发布日期:2015-11-30
    • 文件大小:19820
    • 提供者:ben
  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. Tabusearch

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

  1. wqwq

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

    • 发布日期:2017-04-05
    • 文件大小: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. 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. sfsf

    1下载:
  2.  提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局 部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具 体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。 关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu
  3. 所属分类:Windows编程

    • 发布日期:2013-12-03
    • 文件大小:250226
    • 提供者:logspace
  1. tabusearch

    1下载:
  2. 本程序提供禁忌搜索tabu search的matlab程序。可模拟遗传算法产生的节点之后的tabu search过程。-This program provides the matlab tabu search tabu search procedure. Generated by genetic algorithm can simulate the node after the tabu search process.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:2829
    • 提供者:zenttic
  1. Tabu-search-TSP

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

    • 发布日期:2017-03-25
    • 文件大小:26627
    • 提供者:esse
  1. ptabu-matlabcr

    0下载:
  2. matlab编写的禁忌搜索算法,解决了了TSP问题,对初学入门者有重要的参考价值 -Matlab prepared by the tabu search algorithm to solve TSP problems have important reference value for beginners beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:6820
    • 提供者:澄清
  1. Ttabu-search-h

    0下载:
  2. 利用禁忌搜索算法解决50个城市的tsp问题,简单易易懂,适合初学入门者 ,经测试可直接使用。 -Tabu search algorithm to solve the problem of 50 cities in the tsp, simple and easy to understand, suitable for beginners beginners, has been tested and can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:3054
    • 提供者:家庭教师
  1. Ttabuh

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

    • 发布日期:2017-04-02
    • 文件大小:2198
    • 提供者:bl
  1. tabu_search

    0下载:
  2. 用禁忌搜索算法求tsp问题,采用matlab编程来求得,完整的算法程序-The tsp problem by tabu search algorithm, using matlab programming to obtain the complete algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:3038
    • 提供者:刘灿
  1. gatsp

    0下载:
  2. 用遗传算法求tsp问题,采用matlab编程来求得,完整的算法程序-The tsp problem by tabu search algorithm, using matlab programming to obtain the complete algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:4809
    • 提供者:刘灿
  1. c

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

    • 发布日期:2017-12-05
    • 文件大小:2990
    • 提供者:junjie
  1. Tabu-search-TSP

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

    • 发布日期:2017-04-08
    • 文件大小:26673
    • 提供者:rowthof
  1. Tabu-search-TSP

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

    • 发布日期:2017-03-30
    • 文件大小:26720
    • 提供者:acknowl
  1. python实现VRPTW求解禁忌搜索算法

    4下载:
  2. 采用禁忌搜索算法解决问题,解决带时间窗的VRP问题(Tabu search algorithm is used to solve the problem and solve the VRP problem with time windows.)
  3. 所属分类:其他

    • 发布日期:2020-06-30
    • 文件大小:160768
    • 提供者:当当0221
« 12 »
搜珍网 www.dssz.com