搜索资源列表
GA
- 利用matlab编写的遗传算法实现控制系统的计算机程序的优化设计-using Matlab prepared by the Genetic Algorithm computer control system design optimization process
GA结合均匀设计表
- 结合均匀设计表和小边经验公式产生初始种群,使TSP应用遗传算法能求出更优更快解,详尽说明见paper.doc。-uniform design combining a small side table and have empirical formula initial population, TSP application of genetic algorithms can be obtained faster and better solutions, detailed descr iptio
GA
- GA.dll是封装遗传算法的动态连接库,内部潮流计算使用的是PQ方法,该潮流计算方法已封装在该DLL内。如果需要采用其他的潮流计算方法,需要重新来设计DLL的接口函数及更改遗传算法中目标函数的计算方法。-GA.dll genetic algorithm is encapsulated dynamic link library, the internal flow calculation using the PQ method, the power flow calculation method
GA
- 在Visual 2008环境下,用C#编写的一个基本的遗传算法代码。相信对学习遗传算法的人有一定的参考价值。-In Visual 2008 environment, using C
GAanddesign
- 遗传算法书籍:遗传算法与工程设计,本书较好的提供了GA应用-Genetic Algorithm Books: genetic algorithm and engineering design, this book provides a better application of GA
GA-FOR-VRP
- 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
ga
- 遗传算法设计的双关节机械手干扰观测器matlab6.5编写-Genetic algorithm design of two-joint manipulator disturbance observer to prepare matlab6.5
GA
- 遗传算法求解函数最大值 设计的种群规模,采用的选择算子,交叉概率,变异概率,进化代数和最优解-Design of population size, using the selection operator, crossover probability, mutation probability, evolutionary algebra and the optimal solution
GA
- 包含各种遗传算法的论文,详细讲述了遗传算法的思想和算法,也提供了各种改进的技术,是毕业设计和开发的最佳的参考资料。-The paper contains a variety of genetic algorithm, genetic algorithm described in detail the ideas and algorithms, but also offers a range of improved technologies, is the best graduate design
GA
- 遗传算法的理论与讲解,还有部分代码设计与实现 相关遗传算法的改进也有详细的介绍-Theory and explain the genetic algorithm, part of the genetic code design and implementation of related algorithm is also introduced in detail
00495002
- this file for design analog filter using GA
GA-optimize--NN
- 代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。-Code is a 19 input variables, a case of output variables in nonlinear regression and design, if used in other cases, simply encoding and decoding functions can be changed.
GA-gonglv
- 提出了采用遗传算法对N路双频功率分配器进行优化设计,并在遗传算法中加入最有保持操作,便概率的交叉和变异操作。-Proposed N-way genetic algorithm to optimize the design of dual-band power splitter, and adding in the genetic algorithm to keep most operations will crossover and mutation probability.
thelast
- 此源代码采用c语言进行编程,其功能是基于遗传算法的齿轮优化设计。-This program is designed by c, which is about gear optimazation design based on GA.
Simultaneous-Design-of-Membership-Functions-and-R
- Simultaneous Design of Membership Functions and Rule Sets Using GA
GA
- optimal pid control design for a plant using GA. Here ISE is taken as objective function
absorber-design
- 基于GA算法的吸波材料涂层优化设计,分层涂层设计-GA-based algorithm to optimize the design of radar absorbing material coating
GA
- 遗传算法java代码 毕业设计所做-Graduated from the java code of genetic algorithm design done ............
TSP-GA.zip
- 旅行商问题(TSP)是一个经典的优化组合问题,本个案列采用遗传算法来求解TSP问题,进行了选择、交叉、变异算子的设计,并通过MATLAB对算法进行了实现,附有详细的说明和代码。,The traveling salesman problem (TSP) is a classic combination optimization problem, in this case the column using a genetic algorithm to solve TSP problem select
GA
- 遗传算法的设计与实现 y=x.*sin(10*pi*x)+2 - Genetic Algorithm Design and Implementation y=x.*sin(10*pi*x)+2