搜索资源列表

  1. TabuSearch

    0下载:
  2. 用禁忌搜索解决TSP问题,程序中使用对路径长度禁忌的方法,运行效率比较高。-Tabu search solution TSP, procedures for the use of the taboo path length, operating more efficient.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-29
    • 文件大小:48128
    • 提供者:yinhui
  1. TA_TSP

    0下载:
  2. 开发环境:Visual C++ .net2003 功能:利用禁忌搜索思想求解TSP问题。-Development Environment: Visual C++. Net2003 functions: thinking of the use of tabu search for solving TSP problems.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-09-29
    • 文件大小:27648
    • 提供者:jimin
  1. 14153613291

    0下载:
  2. 禁忌算法的源程序和一个示例的PPT演示稿 以及几个使用的关于禁忌算法的HTML文稿-Tabu algorithm source code and an example of the PPT presentations, as well as several taboos algorithm used on the HTML document
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-29
    • 文件大小:591872
    • 提供者:lhf
  1. tabu-search-for-tsp

    1下载:
  2. 利用禁忌搜索算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of tabu search algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-29
    • 文件大小:3072
    • 提供者:dayong
  1. TS-TSP

    0下载:
  2. 使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序-The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-29
    • 文件大小:3072
    • 提供者:ann
  1. SimpleOpenTSTutorial

    0下载:
  2. TabuSearch的一个小程序。用禁忌搜索解决TSP问题,程序中使用对路径长度禁忌的方法。-TabuSearch a small program. Using tabu search to solve TSP problems, procedures used on the path length taboo method.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-29
    • 文件大小:28672
    • 提供者:GaoTiexin
  1. tabu9

    0下载:
  2. tabu search, for optimization use
  3. 所属分类:Windows编程

    • 发布日期:2024-09-29
    • 文件大小:4096
    • 提供者:Will
  1. tabu-matlabcode-tsp

    0下载:
  2. matlab编写的禁忌搜索算法,解决了TSP问题,对初学者有重要的参考价值-tb algorithm for tsp problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-29
    • 文件大小:7168
    • 提供者:wuyao
  1. vrpsd.aco.be.3

    2下载:
  2. vrpsd -tabu搜索求解-vrpsd tabusearch
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-29
    • 文件大小:20480
    • 提供者:ato
  1. TopicsinLocalSearch

    0下载:
  2. tabu search for solving tsp
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-29
    • 文件大小:134144
    • 提供者:bang
  1. sA-TS-for-TSP

    0下载:
  2. 模拟退火算法及禁忌搜索算法解tsp的比较,文章及matalb源码-Simulated annealing algorithm and tabu search algorithm for solving tsp comparison, articles and matalb source
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-29
    • 文件大小:74752
    • 提供者:mengxiangwei
  1. TSPusingTabuSearch(matlabcode)

    0下载:
  2. TSP can be defined as a problem where starting from a node it is required to visit every other node only once in a way that the total distance covered is minimized. Tabu Search is a heuristic that prevent the process fro
  3. 所属分类:matlab例程

    • 发布日期:2024-09-29
    • 文件大小:17408
    • 提供者:amilcar
  1. tabu

    0下载:
  2. 禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期和长期禁忌列表存储器来保证算法能搜索到全和分局空间的每一点, 并且不重复搜索。经过验算析, 证明它是一种较好的全局启发式搜索法.-Tabu search method, the initial solution, neighbor
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-29
    • 文件大小:475136
    • 提供者:logspace
  1. TSP

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

    • 发布日期:2024-09-29
    • 文件大小:6144
    • 提供者:logspace
  1. MATLAB

    0下载:
  2. it is a matlab program for ga sa tabu sworm opt heuristics we can also use matlab here. or there can
  3. 所属分类:其他行业

    • 发布日期:2024-09-29
    • 文件大小:9216
    • 提供者:virendra
  1. Tsp

    0下载:
  2. TS算法求解TSP问题,里面包含样本数据,算法收敛较好,优化结果比较理想!-tabu search for TSP
  3. 所属分类:matlab例程

    • 发布日期:2024-09-29
    • 文件大小:2048
    • 提供者:gcz
  1. Tabu-search-TSP

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

    • 发布日期:2024-09-29
    • 文件大小:26624
    • 提供者:esse
  1. tabu-search-matlab

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

    • 发布日期:2024-09-29
    • 文件大小:4096
    • 提供者:didin rosid
  1. Tabu-search-method-tsp

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

    • 发布日期:2024-09-29
    • 文件大小:6144
    • 提供者:sorchids
  1. Tabu Search TSP

    0下载:
  2. matlab code for tsp using tabu search
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-29
    • 文件大小:6144
    • 提供者:usgaa
« 12 3 »

源码中国 www.ymcn.org