搜索资源列表
4editioncode
- 非线性系统第四版书中代码。混沌,分形,元胞自动机,遗传算法,基因表达式编程,支持向量机,小波,隐马尔可夫模型,模糊逻辑与C++、JAVA和SymbolicC++程序》-The fourth edition of the book code for nonlinear systems
generation
- 遗传算法反演子程序,可用于地球物理非线性反演-The genetic algorithm inversion subroutine, can be used for nonlinear geophysical inversion
jiuhiu_v37
- 关于非线性离散系统辨识,遗传算法无功优化,IDW距离反比加权方法。- Nonlinear discrete system identification, Genetic algorithm based reactive power optimization, IDW inverse distance weighting method.
kang_da58
- 遗传算法无功优化,多机电力系统仿真及其潮流计算,关于非线性离散系统辨识。- Genetic algorithm based reactive power optimization, Multi-machine power system simulation and flow calculation, Nonlinear discrete system identification.
genetic
- 遗传算法是一种全局最优化算法,是运用了进化论优胜劣汰原理的随机化搜索方法。 前些日子,在进行毕业设计的相关研究中,我接触到了遗传算法,用其对一个五元非线性函数进行最优化搜索。仿真平台使用的是matlab,主要使用的是谢菲尔德大学的matlab遗传算法工具箱。(Genetic algorithm is a global optimization algorithm, is the use of evolution theory of survival of the fittest randomi