CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - cities

搜索资源列表

  1. GA-TSP

    0下载:
  2. 用育种算法求解售货商问题。设有10个城市,售货商从0号城市出发要把货物送到其他9个城市,且每个城市只能达到一次,最后回到0号城市-breeding algorithm used to solve the problem of goods sold. With 10 cities, sales from 0 to cities starting the goods should be sent to the other nine cities, and each city can only rea
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:441800
    • 提供者:风云
  1. TSP_G

    1下载:
  2. 利用凸包的原理,求解70个城市的旅行商问题.用Matlab实现-use of convex hull of principle, solving 70 cities in the TSP. Using Matlab
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2199
    • 提供者:孙平
  1. matlog

    1下载:
  2. 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Sho
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4853791
    • 提供者:陈宝文
  1. JSPzzj

    0下载:
  2. 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市 只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其 旅行路线的总长度最短? -known cities between the distance from the existing one must salesman n visited this city, every city and can only be visited once, finally starting to r
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2142
    • 提供者:赵志杰
  1. iACSkroc100bingxingxiaochuangkoubianyi

    1下载:
  2. 这是在最初的蚁群算法的变异算子的基础上改进的变异算子,旅行商问题中含100个城市的程序-This is the first ant colony algorithm mutation operator on the basis of improving the mutation operator, Traveling Salesman Problem with 100 cities in the process
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2803
    • 提供者:秦云芬
  1. travelingsalemanproblem

    0下载:
  2. 主要解决旅行商问题(traveling saleman problem,简称tsp,即已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市,求解最短距离的遗传算法。-mainly to solve the traveling salesman problem (traveling saleman problem, listed tsp, known cities n between the distance from the existi
  3. 所属分类:matlab例程

    • 发布日期:2012-11-05
    • 文件大小:1575
    • 提供者:阳文
  1. travelsale

    0下载:
  2. 利用遗传算法解决旅行商问题,以五个城市为例,给出了程序的源码和具体说明。-using genetic algorithms to solve the traveling salesman problem, and to five cities as an example, the program source and specify.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:9784
    • 提供者:王萱
  1. main.rar

    0下载:
  2. 蚁群算法计算城市最短距离,matlab源代码,Ant colony algorithm is the shortest distance between cities,
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:991
    • 提供者:wing
  1. path_choose

    0下载:
  2. 任意给出两城市,找出两城市间的最短路径。还可以限定载重量,在满足载重量要求条件下,找出最短路径-Arbitrary given the two cities, two cities to find the shortest path. Can also limit the load to meet load requirements, find the shortest path
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:22169
    • 提供者:金鹰翰
  1. ga-for-tsp

    3下载:
  2. 利用遗传算法解决50个城市tsp问题,适合初学者。-The use of genetic algorithm to solve the issue of 50 cities tsp, suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3445
    • 提供者:dayong
  1. HopfieldTsp

    0下载:
  2. 用MatLab,编写用Hopfield网络求 解TSP问题(旅行商问题)的程序(城市 数目≥5)-Using MatLab, prepared using Hopfield network to solve TSP problem (TSP) process (the number of cities with ≥ 5)
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1300
    • 提供者:weareyy
  1. ACTSP

    0下载:
  2. 实现了蚁群算法求解TSP问题。注释详细 function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) ------------------------------------------------------------------------- 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max最大迭代次数 m蚂蚁个数
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1863
    • 提供者:王晶
  1. MatlabFuzzyClusteringAnalysis

    0下载:
  2. 采用K- means 算法和FCM 算法实现对47 个城市竞争力的聚类分析-Using K-means algorithm and FCM algorithm to achieve the competitiveness of 47 cities in the cluster analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:12970
    • 提供者:刘美娥
  1. HopfieldTsp

    0下载:
  2. 人工神经网络的作业。用连续hopfield网络求解的10个城市的旅行商最优路径问题-Artificial neural network operation. With continuous hopfield network of 10 cities to solve the optimal traveling salesman path problem
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1049
    • 提供者:萧茅律
  1. Babylon

    0下载:
  2. 本书将读者带入6000年前的巴比伦,他是当时世界上最富裕而繁华的城市,每个巴比伦人都了解金钱的价值,并懂得如何让自己变得富有-Book reader into the Babylon 6,000 years ago, he was the world' s most affluent and prosperous cities, each Babylonians understand the value of money, and know how to make themselves r
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4540879
    • 提供者:gaomeng
  1. TSP

    0下载:
  2. 利用遗传算法求解旅行商问题 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling salesman problem using genetic algorithm traveling salesman problem, namely, th
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7326
    • 提供者:yanzhongyuan
  1. Rayleigh_PDF

    0下载:
  2. this the most common type of fading model observing in urban cities-this is the most common type of fading model observing in urban cities
  3. 所属分类:matlab

  1. TSP_based_on_Ant_Colony_Optimization

    0下载:
  2. 蚁群优化求解TSP问题,20座城市。源自老师,非本人所写。-Ant colony optimization to solve the problem TSP, 20 cities. From teachers, non-written by himself.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1742
    • 提供者:owen
  1. matlab

    0下载:
  2. 用经典算法解决旅行商问题,得出城市间的最短路径,此为经典算法。-With the classical algorithm to solve traveling salesman problem, obtained the shortest path between cities, this is the classical algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2426
    • 提供者:laura
  1. simAnealing

    0下载:
  2. Simulated annealing (SA) is a generic probabilistic metaheuristic for the global optimization problem of applied mathematics, namely locating a good approximation to the global optimum of a given function in a large search space. It is often used whe
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:7592
    • 提供者:massumeh
« 12 3 4 5 »
搜珍网 www.dssz.com