搜索资源列表

  1. 旅行商程序及其结构说明

    0下载:
  2. 旅行商问题,我们数学竞赛自己编的,最优问题-traveling salesman problem, we Mathematics Olympiad own series, optimal problems
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5673
    • 提供者:陈博
  1. 模拟退火算法实现旅行商算法

    0下载:
  2. 采用的是康力山等人确定的实验参数。 对于n个城市的旅行商问题,其参数如下: 初始温度:t0=280, 每一个温度下采用固定的迭代次数L=100n, 温度的衰减系数alpha=0.92 算法停止的准则是当相邻两个温度得到的解变化很小时算法停止。-used the Stanozolol Hill were determined by the experimental parameters. N cities for the travel
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2119
    • 提供者:谢继晖
  1. traverller

    0下载:
  2. 产生式系统中旅行商问题的求解-Production System Traveling Salesman Problem Solving
  3. 所属分类:文档资料

    • 发布日期:2024-05-17
    • 文件大小:43008
    • 提供者:红雨
  1. TSPGA

    0下载:
  2. 用C#编的用遗传算法求解旅行商(TSP)问题的源代码。-with C# Part of the Genetic Algorithm for TSP (TSP) of the source code.
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:流程
  1. 演化法

    0下载:
  2. 首先介绍了当前求解TSP问题最好的演化算法之一:GT算法。文中重点设计了在NOW上求解旅行商问题GT算法的并行算法,详细描述了设计思路,设计策略。还给出了相当详细的并行算法描述。文中设计的并行算法已经在NOW上的PVM平台上实现。关键词NOW,演化计算,旅行商问题,并行计算-first briefed on the current TSP evolutionary algorithm best one : GT algorithm. T
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:199680
    • 提供者:巨金华
  1. 旅行商问题

    0下载:
  2. 基于遗传算法求解旅行商问题,程序中随机设置了城市点出现的情况。(Genetic algorithm based travel salesman problem, the program randomly set up the city point of view.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:USSThobo2
  1. 连续Hopfield神经网络的优化—旅行商问题优化计算

    0下载:
  2. 连续Hopfield神经网络的优化 旅行商问题优化计算(Traveler problem optimization calculation)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:169984
    • 提供者:J0kker
  1. 蚁群算法TSP问题

    0下载:
  2. 典型的matlab求运行商问题,可以看到进化曲线和线路计算过程。(The typical matlab asks the operator problem, and you can see the evolution curve and the line calculation process.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:蓝色妖怪
  1. TSP_Ant

    0下载:
  2. 通过蚁群算法,建立数学模型,从而解决旅行商问题(Through the ant colony algorithm, a mathematical model is established to solve the traveling salesman problem)
  3. 所属分类:其他小程序

  1. TspGA源码

    0下载:
  2. TSP(旅行商问题)遗传算法实现源代码。(TSP (travel salesman problem) genetic algorithm to achieve the source code.)
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:448512
    • 提供者:苯小糠
  1. MATLAB 路径规划

    0下载:
  2. 利用matlab对旅行商问题进行求解,31座城市坐标最短路径规划(The traveling salesman problem is solved by using MATLAB, and the shortest path planning of 31 urban coordinates is given)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:L莫尔
  1. 7旅行售货员

    0下载:
  2. 上传的这个程序是使用C语言编写的旅行商问题。(Upload this program is written in C language, it is to solve the traveling salesman problem)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:卌艹部落
  1. 蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 蚁群算法的优化计算——旅行商问题(TSP)优化(Optimization calculation of ant colony algorithm)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:qiu@qiu
  1. tsp_ga

    0下载:
  2. GA求解旅行商问题,不仅有动态路径,还有距离变化分析(GA to solve the traveling salesman problem)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:王道2018
  1. gaTSP

    0下载:
  2. 旅行商问题,以10个、30个城市为例,文件为TSP代码。(Traveling salesman problem, take 10, 30 cities for example, the document is TSP code.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:学海无涯m
  1. tsp_ga

    0下载:
  2. 适用于TSP问题。旅行商问题,即TSP问题(Traveling Salesman Problem)又译为旅行推销员问题、货郎担问题,是数学领域中著名问题之一。(Apply to the TSP problem. The traveling salesman problem is one of the famous problems in the field of mathematics.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:cym96411
  1. tsp

    0下载:
  2. 遗传算法,旅行商问题的python代码(The Python code of the genetic algorithm, the traveling salesman problem)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:馒头客
  1. 22蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 这是完整的基于MATLAB的遗传算法的程序,是关于旅行商问题的求解(This is a complete procedure of genetic algorithm based on MATLAB, which is about solving traveling salesman problem.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:晗宝宝
  1. 多旅行商

    0下载:
  2. 都是一些关于多旅行商方面的论文,包含配送物流的路径选择问题,值得一读(Are some papers about multi - travelers, including the routing problem of distribution logistics, is worth reading)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:22675456
    • 提供者:顾炎武
  1. 1.1

    0下载:
  2. 差分进化解决旅行商问题,很快捷,很实用,恩恩(Differential Evolution Solves Traveling Salesman Problem)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:jang123321
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org