搜索资源列表
MATLAB(GAOT)
- matlab遗传算法工具箱使用.pdf matlab遗传算法工具箱使用.pdf
遗传退火进化算法(附源码)
- 对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。 首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免
遗传算法优化工具箱介绍及实例源程序
- 该程序包含有matlab相关的工具箱,并提供了 相关的实现算例,可以为初学者使用-contains the procedures related to the Matlab toolbox, and provide relevant examples to achieve, for beginners
GAstoolbox
- 由西安电子可以大学雷英杰老师编写的第一本关于遗传算法matlab工具箱的专著,使用的是英国谢菲尔德大学的版本工具箱,很有参考价值,需要的快下载。-From Xidian University, LEI Ying-jie teachers can be prepared in the first book on genetic algorithm matlab toolbox monographs, using a version of
gads
- 遗传算法工具包,matlab 7.0包含了这个工具箱,matlab7.0以前的版本没有这个工具箱,雷英杰编著《Matlab遗传算法工具箱及应用》对这个工具箱的使用进行了介绍-Genetic Algorithm Toolkit, matlab 7.0 contains the toolbox, matlab7.0 previous versions do not have this toolbox, LEI Ying-jie edited
MATLABApplication
- 阐述了遗传算法的基本原理,对MATLAB 遗传算法工具箱(GAOT) 的参数使用进行 了详细介绍,探讨了MATLAB 遗传算法工具箱(GAOT) 在水资源非线性规划和多目标规划时的 应用,并用简单实例证明了这种应用具有良好的通用性、可行性和简便性,可以得到较满意的 优化计算结果。-Expounded the basic principles of genetic algorithm, the MATLAB Genetic
MATLAB(GAOT)
- matlab遗传算法工具箱使用.pdf matlab遗传算法工具箱使用.pdf-matlab genetic algorithm toolbox to use. pdf matlab genetic algorithm toolbox to use. pdf
GA
- 遗传算法工具箱C++,本为Linux系统设计,现在改为在VC下能顺利编译而不需通过任何修改。基于面向对象方法设计,便于使用和扩展。-Genetic Algorithm Toolbox C++, This for the Linux system design, is now in the VC under the smooth adoption of the compiler without any changes. Method ba
intelligent_control_modle
- 本人调试的大作业(源程序模型+论文),主要包括PID控制、模糊控制、神经网络控制、遗传算法优化神经网络控制(使用了遗传工具箱GAOT)对同一系统所作的仿真比较,并加入饱和、死区、时滞等非线性后的响应,具体的分析比较过程论文中写的很详细。-I debug a big operation (source model+ Thesis), including PID control, fuzzy control, neural network
GA
- 介绍了遗传算法的基本原理和求解流程, 详细阐述了Matlab 遗传算法工具箱的使用方法, 并通过使用遗传算法工具箱对一个典型的函数优化问题进行求解, 验证了该工具箱在解决函数优化问题上的有效性和实用性。-Introduce a genetic algorithm to solve the basic principle and flow in detail Matlab genetic algorithm toolbox to use,
Toolbox_of_matlab_for_GAs
- MATLAB遗传算法工具箱PDF文档,可供使用GA工具的同学参考使用-PDF of Matlab toolbox for Gentic Algorithms
GAtoolbox_matlab
- 多目标遗传算法工具箱,内容很详细,已经测试过,文件里面有怎么使用的说明-Micro Genetic Algorithm for Multiobjective Optimization,The code is distributed for academic purposes only. It has no warranty implied or given, and the authors assume no liability f
gatbx
- 一个著名的遗传算法工具箱,从单目标遗传算法,到多目标遗传算法都能够使用。-genetic algorithm toolbox
MATLAB遗传算法工具箱及应用(雷英杰) 3.pdf
- matlab语言的工具箱 使用 很难找的资料(MATLAB language toolbox, it is difficult to find information)
chapter1遗传算法工具箱
- 智能算法之遗传算法工具箱,使用Matlab工具箱,可以用于数学建模。(Intelligent genetic algorithm toolbox, using the Matlab toolbox, can be used for mathematical modeling.)
MATLAB遗传算法工具箱及应用
- MATLAB中含有遗传算法的工具箱,该文档详细介绍了该工具箱的使用说明(MATLAB contains genetic algorithm toolbox, the document details the use of the toolbox)
genetic
- 遗传算法是一种全局最优化算法,是运用了进化论优胜劣汰原理的随机化搜索方法。 前些日子,在进行毕业设计的相关研究中,我接触到了遗传算法,用其对一个五元非线性函数进行最优化搜索。仿真平台使用的是matlab,主要使用的是谢菲尔德大学的matlab遗传算法工具箱。(Genetic algorithm is a global optimization algorithm, is the use of evolution theory of s
MATLAB遗传算法工具箱及应用
- 如何使用matlab中程序工具箱,进行对各散点的matlab图像进行最佳路径规划。(How to use matlab program toolbox to carry out the best path planning for matlab images of scattered points.)
遗传规划
- 基于遗传算法的基础设施优化布点规划。输入基础设施(变电站、充电站、污水处理厂、公交站)个数,设置好区位坐标,可以优化布局选址。 使用前要装好相关工具箱(GA optimal, for layout of frastructure)
MATLAB 遗传算法工具箱
- 本书详细描述了MATLAB遗传算法的使用教程,适合新手入门,手把手教学