当前位置:
首页 资源下载
搜索资源 - genetic algorithm design
搜索资源列表
-
0下载:
Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm
2008年05月21日
C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design
基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代
-
-
1下载:
c#/CSharp 遗传算法高校排课系统的源代码,这是我哥哥做的本科毕业设计,很不错的哦-c#/CSharp University Course Scheduling System genetic algorithm source code, which I did graduate design, very good oh ~ ~
-
-
0下载:
基于遗传算法的PID参数的PID参数整定,在matlab环境下的源程序.PID参数的整定有两种可用的方法,理论设计法及实验确定法.-Based on genetic algorithm of the PID parameters of PID parameter tuning in matlab source environment. PID tuning parameters, there are two available methods, theory and experimental d
-
-
3下载:
基于遗传模拟退火算法的聚类算法。将模拟退火算法与遗传算法相结合用于聚类分析,由于模拟退火算法和遗传算法可以互相取长补短,因此有效地克服了传统遗传算法的早熟现象,同时根据聚类问题的具体情况设计遗传编码方式、适应度函数,使该算法更有效、更快速地收敛到全局最优解。
-Genetic simulated annealing algorithm based on clustering algorithms. Simulated annealing algorithm and genetic algo
-
-
1下载:
毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
-
-
0下载:
分析了排课的数学模型, 根据遗传算法本身特点设计了一种数据结构基因编码 , 及几个涉及到的优化 目标评价函
数 , 提出了利用遗传算法解决排课问题的方法, 并通过试验验证了该方法的有效性、 可靠性 .-Timetable analysis of the mathematical model, according to the characteristics of genetic algorithm design of a data structure of genes encoding,
-
-
0下载:
一个简单遗传算法的程序,能够实现模拟低通滤波器的设计。-A simple genetic algorithm procedure, to achieve analog low-pass filter design.
-
-
0下载:
遗传算法,毕业设计.让我们一起共同学习探讨吧!-Genetic algorithm, graduation design. Let us explore together to learn it!
-
-
0下载:
这是一篇基于遗传算法的高校自动排课系统设计方案,希望能对你有所帮助-This is a college based on genetic algorithm automatically Timetable system design, I hope you can help
-
-
0下载:
讲述了遗传算法的基本原理、特点、应用领域、优化设计、应用等
例:1.基于遗传算法优化的RBF网络逼近
2.遗传算法求函数极值-About the basic principles of genetic algorithms, characteristics, applications, and optimize the design, application and other cases: 1. Based on genetic algorithm optimization of R
-
-
0下载:
design of vhdl coding for genetic algorithm
-
-
6下载:
< 控制系统计算机辅助设计--MATLAB语言与应用>>系统地介绍了国际控制界最流行的控制系统计算机辅助设计语言MATLAB,侧重于介绍MATLAB语言编程基础与技巧、数学问题的MATLAB求解、线性系统计算机辅助分析、控制系统与其他复杂系统的Simulink建模,控制系统的计算机辅助设计方法,包括串联控制器、状态反馈控制器、多变量系统频域设计、PID控制器设计、最优控制器设计、LQG/LTR控制器设计、H2=H1 最优控制、分数阶控制、自适应控制、模糊控制、神经网络控制、遗传
-
-
0下载:
genetic algorithm implementation for game engine design
-
-
0下载:
基于新的树编码方式用免疫遗传算法解决DCMST问题:提出了一种新的树编码方式,可以方便地表达一棵树,简化了树在遗传算法中的编码表达。且新的树编码方式清楚地表达了边的信息,有利于疫苗的设计。此外,本文使用免疫遗传算法,有效地克服了传统遗传算法中解退化的现象。数值实验表明,解的振荡相对于传统遗传算法减小了,且收敛速度更快。-New tree-based encoding genetic algorithm with immune DCMST problem: A new tree encoding,
-
-
3下载:
这是采用MATLAB语言编写的遗传算法程序,用于风力机叶片的优化设计,可以一起探讨。-It is written using MATLAB genetic algorithm procedure for optimal design of wind turbine blades, and you can explore.
-
-
1下载:
针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,作者提出了基于设计模式的改进遗传算法设计框架,并提供了部分Visual C#代码和演示。-Improved Genetic Algorithm design and implementation based on Design Patterns
-
-
1下载:
基于改进免疫遗传算法的配电网重构,该文章系统的讲解了运用改进免疫遗传算法对配电网重构,并有详细的程序设计步骤,对相关领域的研究者有一定的参考价值-Immune genetic algorithm based on improved distribution network reconfiguration, the article explains the use of the system to improve the immune genetic algorithm for distribut
-
-
1下载:
此段程序是一套完整的设计程序(包括拓扑图、分析表),运用遗传算法优化解决路径规划问题。-The procedures of this section is a complete set of design procedures (including topology, analysis, table), the use of genetic algorithm optimization to solve the path planning problem.
-
-
0下载:
遗传算法代码:对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;-Genetic algorithm source code:AlphaA specific application to amend this code, the user simply change the definition of constants and define the evaluation function can. Attention
-
-
0下载:
针对传统遗传算法的早熟收敛问题,在著名的“基因块”假设的基础上,提出了一种改进算法:利用设计的新算子对传统遗传算法演化过程中被淘汰的个体进行二次演化,使得可能包含在将来的演化中对结果的全局最优性产生重要影响的基因块得以保留,以此来避免遗传算法早熟收敛现象。实验结果证明了该改进算法可以有效地避免早熟收敛,提高了算法全局优化能力。-Premature convergence of traditional genetic algorithm, based on the assumptions of t
-
« 12
3
4
5
6
7
8
9
10
...
19
»