搜索资源列表
GenerationAl
- 用遗传算法解0/1背包问题,背包问题是著名的NP完备类困难问题,此处给出解法。-Genetic Algorithm for 0 / 1 knapsack problem, knapsack problem is a well-known class of NP-complete problems. Solution is here.
GABOX
- 遗传算法实现TSP问题的工具箱程序,还包括大量遗传算法方面的实例,是很丰富的GA工具箱。-TSP problem genetic algorithm toolbox program also includes many examples of aspects of genetic algorithm, GA is a very rich toolbox.
Taguchi-genetic_algorithm.rar
- Hybrid Taguchi-genetic algorithm for global numerical optimization ,Hybrid Taguchi-genetic algorithm for global numerical optimization
GAs
- 使用遗传算法求一个多项式函数在区间[0,37]之间的极大值,编程环境采用Matlab6.0。-The use of genetic algorithm for a polynomial function in the interval [0,37] between the maximum value, the use of programming environment Matlab6.0.
Based
- 基于遗传算法的0-1背包问题的求解,可进一步另深对遗传算法理解,学习算法分析与设计的可以-Based on Genetic Algorithm for Solving 0-1 Knapsack Problem
prim
- 自己编的,在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" ,
LL_Path_optimization
- 【系统功能】 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
GA4TSP
- GA for TSP, it is a java applet code for Genetic algorithm-GA for TSP, it is a java applet code for Genetic algorithm
hangga_chao
- 改良的新型遗传算法,增加了父代与子代的杂交,适合特殊问题求解。-New improved genetic algorithm, an increase of parent and offspring of the hybrids, suitable for specific problem-solving.
mybestfeifengoverle
- 遗传算法求极值 体会遗传算法思想,能够设计并编写遗传算法的相关操作函数,并能够应用遗传算法求解具体问题。-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
ga
- 讲解如何用C语言实现遗传算法,以及应用遗传算法求解的全过程-Explain how to use C language implementation of genetic algorithms, and the application of genetic algorithm the whole process of
backpack-ga-algorithm
- 背包问题或0-1背包问题遗传算法程序,里面用的实数编码方式值得借鉴。-0-1 knapsack problem or knapsack problem genetic algorithm procedure, which uses real coding can be learned.
ECGA_1_1
- This is an Extended Compact Genetic Algorithm in C-This is an Extended Compact Genetic Algorithm in C++
VCPP-genetic-reconfiguration
- 基于VC++的电力系统遗传算法重构实现. 用于减少系统损耗的重构,包含了潮流功能-Power genetic algorithm-based VC++ reconstruction. Used to reduce the loss of the reconstruction of the system, including the trend
Genetic-Algorithm-
- 用遗传算法解决0_1背包问题,比较经典,适合做参考论文-0_1 knapsack problem solving using genetic algorithms, more classic, suitable reference paper
immune-genetic-algorithm-for-TSP
- 采用matlab语言进行编程,运用遗传免疫算法,旨在解决TSP旅行商问题-Using matlab language programming, the use of genetic immune algorithm, to solve the traveling salesman problem TSP
Genetic
- 此為求解最佳化流程之基因演算法,應用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
Genetic-algorithm-neural-network-
- 运用遗传算法优化神经网络结构,提高训练速度,运算精度-Genetic algorithm optimization of neural network structure, improve training speed, the precision
Genetic-algorithm-matlab-program.pdf
- 该程序是遗传算法的matlab实现,自动生成数据进行分析-Genetic algorithm matlab program
09 遗传算法(Genetic Algorithm, GA)
- 遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of b