Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 算法,工具箱
Search - 算法,工具箱 - List
该程序包含有matlab相关的工具箱,并提供了 相关的实现算例,可以为初学者使用-contains the procedures related to the Matlab toolbox, and provide relevant examples to achieve, for beginners
Update : 2008-10-13 Size : 105.87kb Publisher : 李冰龙

PSO(Padicle Swarm Optimization)微粒群优化算法,工具箱。-PSO (Padicle Swarm Optimization) Particle Swarm Optimization Algorithm toolbox.
Update : 2008-10-13 Size : 53.69kb Publisher : 王子良

对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。 首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免产生早熟收敛,增强了算法的全局收敛性,而且加快了算法的收敛速度。 该算法的使用方法与遗传算法相似,可参考matlab遗传算法的帮助文档。区别在于不能含有非线性约束。 使用格式:[x, fval] = ga_nn(fitnessfcn,nvars,A,b,Aeq,beq,LB,UB,options) 其中的options可以使用gatool设置后导出,也可以使用压缩包中附带的gaoptions.mat导入。
Update : 2009-05-05 Size : 547.78kb Publisher : fengling981825

这是有关PSO工具箱的程序,对初学者有很大的帮助,只要看了个,相信你能马上学会PSO算法,并知道如何编程实现。
Update : 2009-10-12 Size : 36.69kb Publisher : hailong15212@163.com

这是一个NSCT变换的工具箱,非常好用。
Update : 2011-06-27 Size : 97.17kb Publisher : gj9951101@126.com

该程序包含有matlab相关的工具箱,并提供了 相关的实现算例,可以为初学者使用-contains the procedures related to the Matlab toolbox, and provide relevant examples to achieve, for beginners
Update : 2025-02-19 Size : 106kb Publisher : 李冰龙

PSO(Padicle Swarm Optimization)微粒群优化算法,工具箱。-PSO (Padicle Swarm Optimization) Particle Swarm Optimization Algorithm toolbox.
Update : 2025-02-19 Size : 53kb Publisher : 王子良

DL : 0
matlab中的种算法的应用实例,包括遗传算法,对我们学习matlab工具箱有很大的帮助。-matlab in the application of algorithms, including genetic algorithms, for us to learn matlab toolbox has a lot of help.
Update : 2025-02-19 Size : 6.36mb Publisher : 张三

chapter1遗传算法工具箱,遗传算法工具箱一书中源代码,非常好用。(Genetic algorithm toolbox, genetic algorithm toolbox a book in the source code, very easy to use)
Update : 2025-02-19 Size : 2kb Publisher : liangzige

matlab中聚类算法的工具箱,里面有很多种聚类算法直接调用(Matlab clustering algorithm toolbox, there are many kinds of clustering algorithm directly call)
Update : 2025-02-19 Size : 2mb Publisher : MATK

MATLAB中含有遗传算法的工具箱,该文档详细介绍了该工具箱的使用说明(MATLAB contains genetic algorithm toolbox, the document details the use of the toolbox)
Update : 2025-02-19 Size : 9.25mb Publisher : dcrdcr

实现遗传算法,遗传算法工具箱,通过调用工具箱函数,实现遗传算法目标优化(Genetic algorithm, genetic algorithm toolbox, through the call toolbox function, genetic algorithm to achieve the goal optimization)
Update : 2025-02-19 Size : 105kb Publisher : leegy

matlab算法,非常不错,让大家看看,大家下载看看(MATLAB Genetic Algorithm Toolbox and Its Application)
Update : 2025-02-19 Size : 47.68mb Publisher : 奋斗51

matlab算法,值得下载,必须下载,大家赶快行动(MATLAB Genetic Algorithm Toolbox and Its Application2)
Update : 2025-02-19 Size : 24.5mb Publisher : 奋斗51

遗传算法开发工具箱,适应于一切matlab版本,优化rep,直接解压设置路径(Genetic algorithm development toolbox, which directly unzip the setting path)
Update : 2025-02-19 Size : 233kb Publisher : marec

改进的遗传算法,多目标优化算法,简单,快捷有效(Improved Genetic Algorithm)
Update : 2025-02-19 Size : 36kb Publisher : 0471liuxiao

谢菲尔德大学的有关遗传算法的工具箱,用于遗传算法的学习(A toolbox for genetic algorithms at the University of Sheffield for genetic algorithm learning)
Update : 2025-02-19 Size : 678kb Publisher : 奋斗的阿科

matlab时频分析工具箱,包含常用的时频分析算法,STFT,Wigner-Ville分布等,计算效率高,速度快。(Matlab time-frequency analysis toolbox, including the commonly used time-frequency analysis algorithm, STFT, Wigner-Ville distribution, computational efficiency, speed.)
Update : 2025-02-19 Size : 217kb Publisher : WSpeng_1

自适应滤波matlab工具箱算法,可简单快速实现对数据的滤波过程。(The algorithm of adaptive filter matlab toolbox can realize the filtering process of data easily and quickly.)
Update : 2025-02-19 Size : 139kb Publisher : 胖胖2017

群体智能算法”Matlab工具箱3.0 集成了八种种群体智能算法:'PPNGA','SFLA','MSFLA','AF-SFLA','PSO','ABC','DEr1','DEb2' % 2、适应度函数开放了一个参数Parmaters,接收本文件Options.Parmaters传递的参数,实例参见m文件F3_Rastrigin.m % 3、本程序设置了三个终止条件,终止条件3是必需的;终止条件1,2是可选的,不需要时隐去代码即可 % 4、在优化参数设置中,小种群设置与大种群设置各有优势,实际工程问题不一定哪一种设置更好,要根据实验结果来确定 % 5、在算法参数设置中,缺省设置一般不需要改动,除非在原理上对改动所引起的结果变动有着更深入的理解(Swarm intelligence algorithm" Matlab toolbox 3)
Update : 2025-02-19 Size : 55kb Publisher : evocj
« 12 3 4 5 6 7 8 9 10 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.