搜索资源列表

  1. 优化TSP局部搜索法

    0下载:
  2. TSP算法,应用局部搜索法得到最优路径,已经经过优化。没有密码,可以使用,vc环境下使用。-TSP algorithm, using local search to be optimal path has been optimized. No password can be used, vc environments.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-31
    • 文件大小:1357824
    • 提供者:霍哲
  1. 遗传算法求解TSP问题

    0下载:
  2. 基本遗传算法求解TSP问题,只需给出城市间距离矩阵和初始参数即可进行计算。-basic genetic algorithm for TSP, is only inter-city distance matrix and the initial parameters can be calculated.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:9216
    • 提供者:
  1. PSO-ACO-TSP

    2下载:
  2. PSO-ACO-TSP算法,解决旅行商问题,结合PSO和ACO算法-PSO- ACO- TSP algorithm to solve the traveling salesman problem, and with PSO and ACO Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-31
    • 文件大小:68608
    • 提供者:liangwei
  1. tsp

    0下载:
  2. ga算法解tsp问题.动态TSP就是城市坐标在随着时间变化,我们的目标则要在最短的时间窗内寻找出最优的城市遍历路径,这是个双最优问题. 这是我对动态TSP算法的理解,使用改进的反序-杂交算法-ga algorithm problems tsp. dynamic TSP is that the town change over time in the coordinates, we aim to have in the shorte
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-31
    • 文件大小:4096
    • 提供者:李丽
  1. tsp

    0下载:
  2. TSP算法实例,模拟退火算法 货郎担问题的求解-Examples of TSP algorithm, simulated annealing algorithm郎goods tam problem solving
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-31
    • 文件大小:34816
    • 提供者:water
  1. TSP

    0下载:
  2. 遗传算法实现TSP算法,包括选择、交叉等操作-TSP algorithm for genetic algorithm implementation, including selection, crossover, such as operation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-31
    • 文件大小:86016
    • 提供者:evan
  1. TSP

    0下载:
  2. 实现了TSP算法。TSP是算法课上讲的一个经典算法,本源码实现了改算法。-a implement of tsp algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:960512
    • 提供者:yueyiming
  1. tsp

    0下载:
  2. tsp算法,遗传算法解决tsp问题,用到MATLAB编程-tsp algorithm, genetic algorithm to solve the tsp problem, use MATLAB Programming
  3. 所属分类:汇编语言

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:ycx
  1. TSP算法

    0下载:
  2. TSP算法希望对大家有所帮助,可以跑出图,请放心下载(TSP, we hope to help, you can run out of map, please rest assured that download)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-31
    • 文件大小:7168
    • 提供者:美好时代
  1. 基于遗传算法的 TSP 算法

    0下载:
  2. tsp问题(全称:TravellingSalesmanProblem),又称为旅行商问题、货郎担问题、TSP问题,是一个多局部最优的最优化问题,遗传算法是一种基于种群演变一种优化的算法,在此基础上的优化程序会自动寻找出最短路(TSP (full name: TravellingSalesmanProblem), also known as the traveling salesman problem, traveling salesma
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:146432
    • 提供者:淡然踏歌
  1. chapter19基于模拟退火算法的TSP算法

    1下载:
  2. 模拟退火算法属于现代算法,可以求得复杂函数的最优解(The simulated annealing algorithm belongs to modern algorithm, and the optimal solution of complex function can be obtained)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:4096
    • 提供者:
  1. 基于遗传算法的TSP算法

    0下载:
  2. 基于遗传算法的TSP算法,Matlab代码。(TSP algorithm based on genetic algorithm, Matlab code.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:12288
    • 提供者:haozhelingyun
  1. tsp

    0下载:
  2. tsp算法源码,简答实现,旅行商问题 可以跑一跑流程(Tsp algorithm source code, easy realization, traveling salesman problem You can run a running process)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:2048
    • 提供者:zw_code
  1. chapter4 基于遗传算法的TSP算法

    0下载:
  2. 《MATLAB智能算法30个案例分析》(史峰等) 遗传算法和BP网络的结合(30 case studies of MATLAB intelligent algorithm (Shi Feng et al.))
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:13312
    • 提供者:南湖南
  1. 基于遗传算法的TSP算法

    0下载:
  2. 一种基于遗传算法的TSP算法,比遗传算法更为合理准确(A TSP algorithm based on genetic algorithm is more reasonable and accurate than genetic algorithm)
  3. 所属分类:其他小程序

  1. 基于遗传算法的TSP算法

    0下载:
  2. 基于遗传算法的TSP算法,可以计算最优路径,最有适应度。(TSP algorithm based on genetic algorithm)
  3. 所属分类:仿真建模

  1. chapter4

    0下载:
  2. 基于遗传算法的TSP算法(TSP algorithm based on genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:7168
    • 提供者:昵称?
  1. 基于模拟退火算法的TSP算法

    0下载:
  2. 基于模拟退火算法的TSP算法的matlab代码示例(TSP algorithm based on simulated annealing algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:5120
    • 提供者:qiu@qiu
  1. 基于遗传算法的TSP算法

    0下载:
  2. 采用matlab代码实现了基于遗传算法的TSP搜素算法,(Matlab code is used to implement TSP search algorithm based on genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:10240
    • 提供者:kylinfly
  1. 基于模拟退火算法的TSP算法

    0下载:
  2. 基于模拟退火算法的TSP算法,MATLAB算例实现(MATLAB code for Travelling salesman problem, TSP ,and it is in simulate annealing algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:6144
    • 提供者:corey6
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org