搜索资源列表
-
3下载:
遗传算法求解车辆路径问题,没有解压缩的密码。-Genetic Algorithm for vehicle routing problem, no extract passwords.
-
-
0下载:
MCRGSA------组播路由问题遗传模拟退火算法
%M-----------遗传算法进化代数
%N-----------种群规模,取偶数
%Pm----------变异概率调节参数
%K-----------同一温度下状态跳转次数
%t0----------初始温度
%alpha-------降温系数
%beta--------浓度均衡系数
%ROUTES------备选路径集
%Num---------到各节点的备选路径数目
%Cost-------
-
-
0下载:
在WINDOWS环境下用C语言开发的寻路程序,应用遗传算法,在一个迷宫中迅速找到出口-the Windows environment using the C language development routing procedures, genetic algorithm, in a maze to find a rapid export
-
-
1下载:
利用遗传算法,上线车辆路径的优化。采用了matlab编程,对于初学遗传算法,和matlab的用户,是很适用的,The use of genetic algorithms, on-line vehicle routing optimization. Use of matlab programming, genetic algorithm for the beginner, and matlab users, is very applicable
-
-
0下载:
该算法经运行,无任何问题,可用于解决遗传算法求解车辆路线问题-The algorithm by running without any problems, can be used for genetic algorithm to solve Vehicle Routing Problem
-
-
0下载:
带有QoS约束的组播路由问题是一个NP完全问题,遗传模拟退火算法是遗传算法和模拟退火算法的一种融合,可以为这类问题提供一个解决方案-With QoS constraint multicast routing problem is an NP-complete problem, genetic simulated annealing algorithm is a genetic algorithm and simulated annealing algorithm as a fusion, you
-
-
0下载:
遗传算法在路由优化中的应用:多服务质量的最小路径的算法.-Genetic Algorithm in Routing Optimization: Multi-service quality of the minimum path algorithm.
-
-
0下载:
遗传算法解车辆路径问题,解压即可运行,不需要密码-Genetic Algorithm for Vehicle Routing Problem, decompression can be run without a password
-
-
2下载:
解决车辆路径问题的MATLAB代码,经过测试可以使用。算法采用遗传算法,对于写人工智能领域的相关论文有很大的帮助-Solve the vehicle routing problem with the MATLAB code that can be used after testing. Algorithm using genetic algorithms, artificial intelligence for the written papers of great help
-
-
1下载:
遗传算法解决车辆路径问题,希望对大家有所帮助。-Genetic Algorithm for vehicle routing problem, we want to help.
-
-
0下载:
针对通信网络中多重QoS约束条件下的多播路由计算,提出了一个基于模拟退火技术的改进遗传算法HGA-QoSR。该算法把模拟退火技术的局部寻优能力与遗传算法的全局寻优能力有机结合,并利用隔离小生境机制控制种群的独立进化,使演化过程中的种群保持生态多样性,以提高算法运行效率和解的质量。理论分析和仿真实验表明,与传统遗传算法相比较,该算法性能有显著改进。 -Communication networks for multi-QoS Constrained multicast routing calcula
-
-
0下载:
实现遗传算法和模拟退火算法求解车辆路径问题-Achieve genetic algorithm and simulated annealing algorithm to solve vehicle routing problem
-
-
0下载:
针对遗传算法应用干服务质最(QoS)组播路由时运算时间长的问题,提出一种基于集群路由器的并行遗传算法,并对集群路由器的体系结构加以改进,使其适用于该并行遗传算法的运行。-lity (QoS) multicast routing computation time long when prGenetic algorithm is used to dry the service quaoblems is proposed based on a cluster of the router paralle
-
-
0下载:
遗传算法解决车辆最优路径问题,供大家学习交流用了!这个是很不错的代码,功能齐全!-Genetic algorithm to solve the optimal vehicle routing problem, for we learn to use the! This is a very good code, a full-featured!
-
-
0下载:
genetic algorithm based routing in wireless sensor network
-
-
0下载:
hybrid algorithms(genetic algorithm + local search) for optimizing OSPF routing weigth.-hybrid algorithms(genetic algorithm + local search) for optimizing OSPF routing weigth.
-
-
0下载:
遗传算法解决简单的无时限有约束VRP车辆路径问题-Genetic algorithm to solve a simple non-time constrained VRP Vehicle Routing Problem
-
-
0下载:
在VC6.0中实现的使用遗传算法(GA)实现有时间窗约束的车辆路径问题(VRP)。-In VC6.0 achieved using genetic algorithm (GA) to achieve a time window constraint vehicle routing problem (VRP).
-
-
0下载:
matlab编程遗传算法代码,解决VRP车辆路径问题-Genetic algorithm matlab programming code to solve VRP Vehicle Routing Problem
-
-
7下载:
遗传算法tsp问题 针对题目中物流配送路径优化问题,本文引入0-1规划思想,建立了带约束条件的物流配送问题的数学模型。求解时,引入遗传算法的编码方式,并针对分区数与客户数量相差较小的情况,灵活运用分区配送算法确定包含最优解的分区序列组,紧密结合枚举法使得其算法兼顾简单、快速的优点。应用Matlab软件可执行得到最短路径。兼顾时间因素导致的复杂影响,我们引入了惩罚函数,并通过设定惩罚系数,进一步由最短路径求得最优路径。-Genetic algorithm tsp problem of logist
-