CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - tsp problem

搜索资源列表

  1. shortestroute

    0下载:
  2. 这是一个优化程序包,主要用于解决TSP等经典问题中的最短路径的寻求。-This is an optimization package will primarily be used TSP such classic problem of the search for the shortest path.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5194
    • 提供者:xhyang
  1. tsp

    0下载:
  2. 结合旅行商问题,学习并掌握遗传算法。并从实例中体会遗传算法对解决NP问题的重要性。遗传算法解决旅行商问题-Combination of traveling salesman problem, to learn and master the genetic algorithm. Experience from the examples of genetic algorithm to solve the NP problem. Genetic Algorithm to Solve Traveling
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:11577
    • 提供者:jiajia
  1. TSP

    0下载:
  2. 用c#实现tsp问题 即经典的旅行商问题 典型的组合优化问题-With c# Achieve tsp issues classic traveling salesman problem that is typical of combinatorial optimization problems
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:4895
    • 提供者:刘年
  1. TSP

    0下载:
  2. 这是解决旅行商问题的c#程序代码,编写的方法是普通遗传算法-This is the solution of traveling salesman problem c# code, the method is the preparation of general genetic algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2465
    • 提供者:卓越
  1. munituihuo

    0下载:
  2. 模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解-Simulated annealing algorithm to solve the TSP problem, combined with solid-annealing simulation optimiza
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1326
    • 提供者:rain
  1. co031219

    0下载:
  2. tsp问题中求解城市间距离最短的问题 环境C-tsp problem solving the shortest distance between cities in the problem environment, C++
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:698592
    • 提供者:孔令波
  1. tsp

    0下载:
  2. tsp问题的解决方法 模拟退火和遗传算法-tsp solution to the problem simulated annealing and genetic algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1757
    • 提供者:zhang
  1. TSP

    0下载:
  2. 模拟退火算法解决旅行商问题的的C++代码-Simulated annealing algorithm to solve the traveling salesman problem C++ code
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:754
    • 提供者:王红
  1. SIMULATEDANNEALING

    0下载:
  2. 此程序专门用于求解TSP问题中的最短路。-This program is designed for solving the TSP problem in the shortest path.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:27654
    • 提供者:王华
  1. 30TSP-Cs

    0下载:
  2. 使用C#算法解决30个城市的旅行商问题(TSP),程序代码内有详细的说明,适合C#语言的入门学习。-Using C# algorithm to solve the traveling salesman problem in 30 cities (TSP), the program code with detailed instructions for the C# language learning portal.
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:4451
    • 提供者:刘育成
  1. csharp-ant

    0下载:
  2. 一个简单的蚁群算法,是利用C#编写的,实现了TSP问题的求解-A simple ant colony algorithm, written in C# is to use to achieve the TSP problem solving
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:2025
    • 提供者:Louis
  1. GA-TSP

    0下载:
  2. 利用遗传算法求解30个城市的旅行商(tsp)问题,C++程序-Genetic Algorithm for TSP (tsp) problem C++ program
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:2072
    • 提供者:yd
  1. In-TSP

    0下载:
  2. This TSP source code. (Travel sale problem). We were code by C#-This is TSP source code. (Travel sale problem). We were code by C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:22735
    • 提供者:tran
  1. MyTSP

    0下载:
  2. 用microsoft visual studio2010打开运行,集合了解决tsp的遗传算法,免疫网络算法,效果良好。-open the source code with the microsoft visual studio2010,and the source contains the GA and IMA for tsp problem.
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:203441
    • 提供者:happygo
  1. ANT-conony-system

    0下载:
  2. 一个简单实用的使用c语言进行蚁群算法的实现解决tsp问题- A simple and practical using c language for the realization of the ant colony algorithm to solve TSP problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2011
    • 提供者:谭成浩
  1. GA

    0下载:
  2. 这是我们课程学习用的遗传算法代码,用C语言写的,有关于函数优化的,也有关于TSP问题的,资料很好,与大家一起分享-This is our course to learn genetic algorithm code, written in C language, on the function optimization, but also on the TSP problem, the information is very good, to share with you
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:6077840
    • 提供者:
  1. TspGA

    0下载:
  2. C#带winform窗口,利用遗传算法求解TSP问题-C# with WinForm window, using genetic algorithm to solve the TSP problem
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:665929
    • 提供者:曹文慧
  1. TSP

    0下载:
  2. 研究进化算法,将遗传算法用在TSP问题上的一个实例程序,带界面及详细代码-Research evolutionary algorithm, the genetic algorithm used in the TSP problem on an example program, with interface and detailed code
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:13619
    • 提供者:
  1. TSP with GA in C#

    0下载:
  2. Travelling Salesman Problem (TSP) with GA in C#
  3. 所属分类:C#编程

    • 发布日期:2017-12-17
    • 文件大小:27648
    • 提供者:MostafaSalehi
  1. TspGA源码

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

    • 发布日期:2017-12-28
    • 文件大小:448512
    • 提供者:苯小糠
« 12 »
搜珍网 www.dssz.com