搜索资源列表

  1. tabu9

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

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:Will
  1. routing

    0下载:
  2. CN禁忌搜索法是用于路径搜索的方法可以对应编写各种语言来实现-CN tabu search method is used for path search method can be prepared corresponding to various languages to achieve
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:588800
    • 提供者:zhiwei
  1. QueensProblem

    0下载:
  2. source code for Queens problem using tabu search
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:alaa
  1. metslib-0.4.2.tar

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

    • 发布日期:2024-05-19
    • 文件大小:321536
    • 提供者:alaa
  1. tabu-matlabcode-tsp

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

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

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

    • 发布日期:2024-05-19
    • 文件大小:20480
    • 提供者:ato
  1. tabu-matlabcode-tsp

    0下载:
  2. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:ann
  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编程

    • 发布日期:2024-05-19
    • 文件大小:60416
    • 提供者:yyavuz
  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 proce
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:王朗
  1. tabu_search-Solve-the-TSP-problem

    1下载:
  2. 基于禁忌搜索算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Tabu search algorithm based on the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:孙岩
  1. TabuSearch

    0下载:
  2. ebook for tabu search
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:bang
  1. TopicsinLocalSearch

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

    • 发布日期:2024-05-19
    • 文件大小:134144
    • 提供者:bang
  1. mochilaBusquedaTabu

    0下载:
  2. Solucion problema de la mochila con busqueda tabu.
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:18432
    • 提供者:Kitten
  1. Tabusearch

    0下载:
  2. This function implements the tabu search algorithm for solving some problem
  3. 所属分类:其他小程序

  1. TabuSearchforTSP

    0下载:
  2. This gives source code of traveling salesman problem. The algorithm used is tabu search.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:Roger
  1. fbsc

    0下载:
  2. 禁忌搜索算法C/C++源代码,比较经典的算法。初学者可以看看 -Tabu search algorithm C/C++ source code, compare the classic algorithms. Beginners can look at the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:古云端
  1. wqwq

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

    • 发布日期:2024-05-19
    • 文件大小:327680
    • 提供者:emek
  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-05-19
    • 文件大小:17408
    • 提供者:amilcar
  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. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:74752
    • 提供者:王敏蔚
  1. TSP

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

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:logspace
« 1 2 34 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org