搜索资源列表
-
0下载:
自己编的,在VB中实现普里姆最小生成树算法的代码,有图的,边的权值是随机生成的,5个节点,点“generate tree”,就会显示出最小树。-Own, and in VB in the minimum spanning tree algorithm prim implementation code, there is graph, edge weights are randomly generated, five nodes, point " generate tree" ,
-
-
1下载:
【系统功能】
LL-路径优化系统主要用于求解已知坐标的规模为N的城镇间最短路径问题。
【主要算法】
1:利用Prim算法求解带约束条件的连通图的最小生成树;
2:利用基于单亲遗传算法求解带约束条件的TSP问题。
-【Function】 LL-path optimization system is mainly used to solve the known coordinates for the N scale of the problem of the shortest p
-
-
0下载:
遗传算法求极值 体会遗传算法思想,能够设计并编写遗传算法的相关操作函数,并能够应用遗传算法求解具体问题。-Genetic algorithm genetic algorithms seek extremal understand ideas of genetic algorithms to design and prepare the relevant operational function, and be able to apply genetic algorithm to solve sp
-
-
0下载:
讲解如何用C语言实现遗传算法,以及应用遗传算法求解的全过程-Explain how to use C language implementation of genetic algorithms, and the application of genetic algorithm the whole process of
-
-
0下载:
遗传算法 解决最短路径 用C++来实现其功能
基于遗传算法的最短路径问题-Genetic algorithms to solve shortest path with C++ to achieve their function based on genetic algorithm shortest path problem
-
-
0下载:
用遗传算法求解最短路径问题求解的遗传算法的参数设定如下:
种群大小:M = 50
最大代数:G = 1000
交叉率: = 1 c p ,交叉概率为1 能保证种群的充分进化。
变异率: = 0.1 m p , 一般而言,变异发生的可能性较小-With a genetic algorithm to solve the shortest path problem of the genetic algorithm parameter settings are as follows: p
-
-
0下载:
遗传算法解决N皇后问题,并经过一些优化,得到了较好的效果-Genetic algorithm to solve N-Queens problem, and after some optimization to get good results
-
-
0下载:
使用遗传算法求最短回路。用户输入信息在1.txt中。目前有6个城市,如果权值为-1,表示两个城市之间不可达。遗传算法会被执行5次。-Using genetic algorithm for the shortest loop. The user to enter information in the 1.txt. There are six cities, if the weight is-1, indicating that up between the two cities. Genetic
-
-
0下载:
基于VC++的电力系统遗传算法重构实现. 用于减少系统损耗的重构,包含了潮流功能-Power genetic algorithm-based VC++ reconstruction. Used to reduce the loss of the reconstruction of the system, including the trend
-
-
0下载:
遗传算法中初始化种群一些重要的源码,应该会有帮助的,希望能上传啊-Initial population genetic algorithm important source should be helpful, I hope to be able to upload ah
-
-
0下载:
遗传算法,想了解该算法的入门者可以看看。-Genetic algorithms, and want to understand the algorithm beginners can look.
-
-
0下载:
采用matlab语言进行编程,运用遗传免疫算法,旨在解决TSP旅行商问题-Using matlab language programming, the use of genetic immune algorithm, to solve the traveling salesman problem TSP
-
-
0下载:
基于遗传算法解决TSP问题,matlab,可以实现-Based on the genetic algorithm to solve TSP problem
-
-
0下载:
此為求解最佳化流程之基因演算法,應用mathcad來編寫,mathcad為一簡易好上手之模擬軟體,若只是想跑小系統之初新者,建議使用-This is the process of solving the genetic algorithm to optimize the application mathcad to write, mathcad for a simple simulation software to use it well, if only wanted to run at th
-
-
0下载:
matlab遗传算法程序,包括大量源代码,很好用的 不错的-Matlab genetic algorithm, including a large number of source code, very good to use
-
-
0下载:
matlab遗传算法程序,包括大量源代码,很好用的 不错的-Matlab genetic algorithm, including a large number of source code, very good to use
-
-
0下载:
基于MOGA方法的多目标遗传算法程序,本程序为通用包,可自行修改,-MOGA method based multi-objective genetic algorithm procedures, the procedures for the general package, are free to modify,
-
-
0下载:
遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is a kind of evolutionary algorithm which is used to solve the optimal search algor
-
-
0下载:
遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of b
-