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

搜索资源列表

  1. ga_and_hopfield

    1下载:
  2. 机器学习及神经网络的算法,具体解决经典的HOPFIELD模型,在TSP问题中可以加速解的收和快速求解。-arithmetic for machine learning and neural net,mostly for HOPFIELD modal of TSP problem
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:59634
    • 提供者:wtm
  1. hopfield_for_tsp

    0下载:
  2. Hopfield网络解决旅行商问题(TSP),迭代过程中采用保优方法,并计算最优解和次优解的个数。-Hopfield network Traveling Salesman Problem (TSP), iterative process used method for ensuring quality, and calculating the optimal solution and sub-optimal number of solutions.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:41607
    • 提供者:文文
  1. Tsp_GA_Hopfield

    0下载:
  2. 这是一个用VC++6求TSP问题的程序。程序中采用了两种方法:遗传算法和Hopfield神经网络-This is a VC 6 for TSP procedures. Procedures for the use of two methods : genetic algorithms and neural networks Hopfield
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:60944
    • 提供者:hongbochen
  1. pathoptimizationwithHopfield

    0下载:
  2. 基于Hopfield人工神经网路的室内全域路径优化。主要是利用Hopfield求解TSP的方法。用于课程设计。-based on artificial neural network Hopfield indoor entire domain path optimization. Hopfield is mainly used for TSP method. For course design.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:81890
    • 提供者:丁伟
  1. TSP.rar

    0下载:
  2. 通过模拟退火的HOPFIELD神经网络求解TSP问题,HOPFIELD through simulated annealing neural network for solving the TSP problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1142
    • 提供者:yezhenke
  1. hopfield-for-tsp

    4下载:
  2. 利用hopfield神经网络解决50个城市tsp问题,适合初学者。-Hopfield neural network using 50 cities tsp solve problems, suitable for beginners.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-25
    • 文件大小:2858
    • 提供者:dayong
  1. TSP01

    0下载:
  2. solving tsp using hopfield neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:87455
    • 提供者:Do Van Phu
  1. TSP

    1下载:
  2. 应用Hopfield神经网络求解TSP问题 在VC++环境下编程 -using hopfield network solve the problem of TSP.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:948354
    • 提供者:mhy
  1. aybook.cn_jisngushijuw0929

    0下载:
  2. hopfield网中的 模拟退火求解tsp问题 -simulated annealing for TSP Problem
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4235714
    • 提供者:xiao
  1. hopfield-for-tsp

    0下载:
  2. 实现了使用hopfield算法解决TSP问题,画出了每次迭代的过程图。-this material realized hopfield algorithm and by using this algorithm resolved TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:5141
    • 提供者:刘玉秀
  1. tsp

    0下载:
  2. for solving TSP in matlab using hopfield neural network
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:660
    • 提供者:hossein
  1. hopfield-for-tsp

    0下载:
  2. hopfield神经网络求解TSP,收敛神经网络求最优路径,使用matlab-hopfield for the tsp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2858
    • 提供者:蒲菁川
  1. TSP

    0下载:
  2. Approximate solution for the Traveling Salesman’s Problem Using Continuous Hopfield Network, matlab TSP
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1840
    • 提供者:cloud
  1. Hopfield-TSP

    0下载:
  2. Hopfield神经网络解TSP问题的算法源程序以及实例-Source code as well as examples of the Hopfield neural network algorithm for TSP
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:5276
    • 提供者:魏子翔
  1. TSP

    0下载:
  2. TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1279611
    • 提供者:孟晓龙
  1. Hopfieldshenjingwangluo

    1下载:
  2. 利用Hopfield神经网络方法求解五阶TSP问题,求出最短路径-Hopfield neural network method for solving fifth-order TSP problem, find the shortest path
  3. 所属分类:Development Research

    • 发布日期:2017-12-03
    • 文件大小:46408
    • 提供者:瑞瑞
  1. Hopfield_1

    1下载:
  2. Hopfield 神经网络优化方法用于求解旅行商TSP问题的MATLAB程序-MATLAB program Hopfield neural network optimization method for solving the traveling salesman problem TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:869
    • 提供者:李浩
  1. 模拟退火算法解决tsp问题

    0下载:
  2. 设计一个可以对TSP问题进行组合优化的连续型Hopfield神经网络模型,利用该魔心可以快速的找到最优的一条路线。(A continuous Hopfield neural network model for combinatorial optimization of TSP problems is designed, which can be used to find the optimal route quickly.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:507904
    • 提供者:echo750
搜珍网 www.dssz.com