搜索资源列表

  1. TSPSA

    0下载:
  2. 模拟退火算法SA求解TSP旅行商问题。可以自己设定初始温度和冷却温度-SA simulated annealing algorithm for solving traveling salesman problem TSP. Can be set for the initial temperature and cooling temperature
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:yourchen
  1. vrp_matlab

    0下载:
  2. 旅行商问题,城市坐标、交配概率和变异概率、遗传代数-vrp
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:无字墙
  1. TSP_Based_on_Genetic_Algorithm

    0下载:
  2. 论文,:从应用的角度讨论了基于遗传算法的旅行商问题( Travelling Salesman Problem ,简称TSP) 的求解方 法,并结合实例给出了求解过程和计算机仿真结果-Solution of Travel ing Salesman Problem Based on Genetic Algorithm
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:346112
    • 提供者:li dabao
  1. TSP_by_dynamic_programming

    0下载:
  2. 使用C++ 实现的,利用动态规划算解决旅行商问题-solving TSP problem with dynamic programming in C++
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:18432
    • 提供者:EA
  1. ACATSP

    0下载:
  2. 蚁群算法实现TSP旅行商问题并带图形输出-ant colony optimization algorithm for tsp
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:熊天平
  1. TSPMatlab

    1下载:
  2. 这是一个用Matlab程序写的模拟退火算法,用于解决旅行商问题-It s a matlab code for TSP problem using SA Algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:jess
  1. GA_java

    0下载:
  2. java版的经典遗传算法源码 功能:经典遗传算法类,用来实现其在NM96文献中关于旅行商问题的算法.-Genetic Algorithm source code in java
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:Chil Liu
  1. AntColonyAlgorithmTsp

    1下载:
  2. 用蚁群算法求解TSP(旅行商问题)。附上实验报告-ant colony algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:5220352
    • 提供者:龚汉杰
  1. TSP

    0下载:
  2. 本系统是用C#语言进行旅行商问题(TSP)的实验仿真,来实现从一个城市到最后一个城市的最短路径的模拟。-This system is to use C# language Traveling Salesman Problem (TSP) of the experimental simulation, to move from one city to the last one the city' s shortest path si
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:204800
    • 提供者:学士
  1. GATSP201046

    0下载:
  2. 使用遗传算法解决旅行商问题,用户自己设置城市参数,有良好的处理速度!-The use of genetic algorithm to solve traveling salesman problem, the user set up their own city parameters, good speed!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:8354816
    • 提供者:冯亚雷
  1. ant

    0下载:
  2. 蚁群算法结合2-opt技术解决旅行商问题(TSP)-Ant colony algorithm with 2-opt technology to solve the traveling salesman problem (TSP)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:3737600
    • 提供者:newshowing
  1. travelingsalesmanproblem

    0下载:
  2. 这是用Delphi编写的动态规划旅行商问题,程序完整,可运行-It is written in Delphi traveling salesman problem dynamic programming, program integrity, and can run. . .
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-21
    • 文件大小:188416
    • 提供者:wen
  1. TSPPSO

    0下载:
  2. 用该进的粒子群优化算法来解决旅行商问题,即TSP问题(Traveling Salesman Problem)-Using the advanced PSO algorithm to solve TSP(Traveling Salesman Problem)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:ambrum
  1. ABC解决TSP问题程序

    1下载:
  2. ABC算法解决TSP旅行商问题,使用matlab语言,适应于ABC算法的初学者(The ABC algorithm for solving TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:hs无奈
  1. tsp_NSGA

    0下载:
  2. 解决多目标的旅行商问题,可得出非劣解和前沿图(To solve the multi-objective traveling salesman problem, we can obtain the non inferiority solution and the frontier graph)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:liya037
  1. Ant_TSP

    0下载:
  2. 基于蚁群算法的旅行商问题,matlab源代码,带功能说明(Ant colony algorithm for traveling salesman problem matlab source code)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:水木刀
  1. GATraveller

    0下载:
  2. GAT旅行商,随机生成城市,一个出发点,最终回到初始点。遍历计算,求最短路径(GAT travel agents randomly generate cities, a starting point, and eventually back to the initial point. Traversal calculation, seek the shortest path)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:220160
    • 提供者:LM11
  1. mtsp问题matlab代码

    0下载:
  2. 使用ga算法,通过八种评价机制解决多旅行商问题(The GA algorithm is used to solve the multiple traveling salesman problem via eight evaluation mechanisms)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:jyw
  1. 旅行商

    0下载:
  2. 利用分支界限算法实现旅行销售商问题的分支限界算法(Branch and bound algorithm for the traveling salesperson problem)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:SDQWDWQ
  1. acatsp

    0下载:
  2. 利用蚁群算法仿真解决旅行商问题,找出最短路径(Ant colony algorithm to solve traveling salesman)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:xiaomingwen
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org