搜索资源列表
garadar
- 运用遗传算法的工具箱解决宽带雷达吸波结构的优化问题-use genetic algorithms to solve the toolbox broadband radar absorbing structure of the optimization problem
yichuan
- 递归遗传算法,可以非常有效的对神经网络的结构和初始权值进行优化。
GA_RBF
- 利用遗传算法优化RBF神经网络的结构,包括优化权值、高斯基的中心和宽度
ga
- 遗传算法,MATLAB例程,交叉适应繁殖变异,结构清晰-Genetic algorithm, MATLAB routine, cross-breeding to adapt to variations in the structure of clear
Ga
- 基于遗传算法的矩量法计算程序,用于优化天线结构-Based on genetic algorithm method of moments computer program for optimization of antenna structure
ZVF
- 基于遗传算法的矩量法计算程序,用于优化天线结构-Based on genetic algorithm method of moments computer program for optimization of antenna structure
matlab1
- 在MATLAB运行环境下,滑膜变结构控制遗传算法,pid等程序。-Run in the MATLAB environment, the genetic algorithm variable structure control synovium, pid procedures.
yichangsuanfa
- 附件结构: gatbx.rar: (1)gatbx-origin.zip (2)gatbx-toolbox.rar (3)gatbx-example.rar 第一章 遗传算法概述 第二章 基本遗传算法及改进 11 第三章 遗传算法的理论基础 34 第四章 遗传算法的基本原理与方法 45 第五章 遗传算法工具箱函数 62 第六章 遗传算法工具箱的应用 95 第七章 遗传算法应用举例 107 第八章 使用MATLAB遗传算法工具 146 第九章
Photonic-Band-Gap-Genetic-Algorithm
- 二维光子晶体禁带的遗传优化算法.在平面波展开法的基础上,使用遗传算法寻找具有最大光子禁带的二维光子晶体结构-Photonic Band Gap Genetic Algorithm
psopt
- 另一个粒子群优化算法工具箱,具有与遗传算法工具箱相同的语法结构。-Implementation of a PSO algorithm with the same syntax as the Genetic Algorithm Toolbox.
PBG
- 二维光子晶体禁带的遗传优化算法,在平面波展开法的基础上,使用遗传算法寻找具有最大光子禁带的二维光子晶体结构-Two-dimensional photonic crystal band gap genetic algorithm, in the plane wave expansion method based on the use of genetic algorithms to find a maximum two-dimensional photonic band structure of
GA_toolbox
- 1.附件结构: gatbx.rar: (1)gatbx-origin.zip (2)gatbx-toolbox.rar (3)gatbx-example.rar 2.调试所用Matlab版本是6.5,gatbx-toolbox是调试过程中使用的工具箱,有些热心的研友已经提供了该工具箱,之所以再贴一遍,是因为6.5版本下调试该工具箱会出现一些错误提示,在该版本中已经进行了改正,使用该工具箱只需要将压缩包下的gatbx和gatbx\Test_fns加入到Matlab搜索路径即可,另外gat
yunchouxueMATLAB
- 运筹学专业的同学所需要的专业MATLAB程序,包含目标规划,算法结构,线性规划,遗传算法等等程序。-Majored in operations research expertise needed to program MATLAB, including programming, algorithm structure, linear programming, genetic algorithms, and so program.
02
- 递归遗传算法,可以非常有效的对神经网络的结构和初始权值进行优化-Recursive algorithm, can be very effective against neural network structure and optimize the initial weights
递归遗传算法优化神经网路
- 递归遗传算法,可以非常有效的对神经网络的结构和初始权值进行优化
BP-NN
- 通过遗传算法对神经网络的结构进行优化,避免参数选取的盲目性-Through genetic algorithms to optimize the structure of neural networks, to avoid the blindness of parameter selection
my_matlab
- 由于遗传算法较以往传统的搜索算法具有使用方便、鲁棒性强、便于并行处理等特点,因而广泛应用于组合优化、结构设计、人工智能等领域。-Than in the past due to genetic algorithms traditional search algorithms with easy to use, robustness, ease of parallel processing, etc., which are widely used in combinatorial optimizat
P4-1
- 传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算中
PICA-code
- 多克隆免疫聚类算法,是一种比较新型的智能算法,其基本算法结构与遗传算法是类似的,以下源码是为网络节点分组调度问题而设计的算法-Polyclonal immune clustering algorithm
遗传算法例程code
- 遗传算法是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算中的关键技术之一。