搜索资源列表
BPNN
- 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。
toolbox
- matlab时频工具箱,比较齐全,里面包含了时频分析的主要算法-time-frequency toolbox matlab, more complete, which includes the time-frequency analysis of the main algorithm
matlab_Genetic_Toolbox
- 《matlab实例》中有关遗传工具箱的算法实例,希望对大家有帮助。-" Matlab example" in the genetic algorithm toolbox instance, we want to help.
mastering_matlab
- 精通MATLAB最优化计算 配套光盘 本书的主要内容是应用MATLAB来解决最优化问题,通过将“最优化问题”、“MATLAB优化工具箱”和“MATLAB编程”这三方面有机结合进行讲述,即一方面是使用工具箱来快速解决最优化问题,另一方面是通过算法编程深入解决最优化问题。主要包括MATLAB优化工具箱、无约束多维极值问题、约束优化问题、非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化算法、遗传算法。 -The main contents of the book is the
yichuansuanfa
- 遗传算法的matlab工具箱,需要用到遗传算法的同志们可以下载哈-matlab toolbox based on matlab,you can get it to have a look
yanhuasuanfa
- 演化算法,跟遗传算法类似,非常实用的电力系统工具箱哦,基于matlab-yanhuasuanfa is a useful toolbox for you。
Nonlinear-analysis-to-stock-market
- (股市)非线性分析及预测工具箱,整合了原非线性时间序列分析工具箱程序,包含多个复杂度分析(如Higuchi法、计盒法),相空间重构(Cao法、GP算法、互信息法),最大李雅普诺夫指数判断(Wolf法、小数据法)和预测程序(lyp指数法、一次多步预测等),程序执行效率高,实测可用。-Nonlinear analysis and prediction toolbox (stock market), the integration of the original nonlinear time seri
psolssvm
- matlab粒子分析算法工具箱,这是最新的希望对有需要的人有用,这个是源代码-matlab particle analysis algorithm toolbox, which is the latest hope useful for people in need, this is the source code
my-souce-code-20130915
- 书本《matlab神经网络应用设计》源码,对于利用遗传算法(GA)优化神经网络(NN)的程序部分,由于使用了GA工具箱中已经定义好的一些函数,因此,这部分程序必须拷贝到GA工具箱目录下才能运行,在本书中有:"第12章","第13章",以及"第20.5节"。另外,还包括该书本配套PPT教案。-Book " matlab neural network application design" source for the use of genetic algorithm (GA) o
Genetic-algorithm--toolbox
- matlab智能算法这本书中需要用到的遗传算法工具箱,可以安装使用-Matlab intelligent algorithm to use genetic algorithm toolbox in this book, can be installed
matlab-GA-tools
- matlab遗传算法工具箱基本用法,带书籍介绍,十分全面!-matlab genetic algorithm toolbox basic usage, with book, very comprehensive!
genetic
- 遗传算法30个基本案例的第一题,我把工具箱也放进了里面,以便更好的运行代码,一元函数的遗传算法优化(Optimization of unary function by genetic algorithm)