Location:
Search - 算法,工具箱
Search list
Description: 该程序包含有matlab相关的工具箱,并提供了
相关的实现算例,可以为初学者使用-contains the procedures related to the Matlab toolbox, and provide relevant examples to achieve, for beginners
Platform: |
Size: 108411 |
Author: 李冰龙 |
Hits:
Description: PSO(Padicle Swarm Optimization)微粒群优化算法,工具箱。-PSO (Padicle Swarm Optimization) Particle Swarm Optimization Algorithm toolbox.
Platform: |
Size: 54983 |
Author: 王子良 |
Hits:
Description: 对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。
首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免产生早熟收敛,增强了算法的全局收敛性,而且加快了算法的收敛速度。
该算法的使用方法与遗传算法相似,可参考matlab遗传算法的帮助文档。区别在于不能含有非线性约束。
使用格式:[x, fval] = ga_nn(fitnessfcn,nvars,A,b,Aeq,beq,LB,UB,options)
其中的options可以使用gatool设置后导出,也可以使用压缩包中附带的gaoptions.mat导入。
Platform: |
Size: 560929 |
Author: fengling981825 |
Hits:
Description: 这是有关PSO工具箱的程序,对初学者有很大的帮助,只要看了个,相信你能马上学会PSO算法,并知道如何编程实现。
Platform: |
Size: 37569 |
Author: hailong15212@163.com |
Hits:
Description: 这是一个NSCT变换的工具箱,非常好用。
Platform: |
Size: 99497 |
Author: gj9951101@126.com |
Hits:
Description: 该程序包含有matlab相关的工具箱,并提供了
相关的实现算例,可以为初学者使用-contains the procedures related to the Matlab toolbox, and provide relevant examples to achieve, for beginners
Platform: |
Size: 108544 |
Author: 李冰龙 |
Hits:
Description: PSO(Padicle Swarm Optimization)微粒群优化算法,工具箱。-PSO (Padicle Swarm Optimization) Particle Swarm Optimization Algorithm toolbox.
Platform: |
Size: 54272 |
Author: 王子良 |
Hits:
Description: matlab中的种算法的应用实例,包括遗传算法,对我们学习matlab工具箱有很大的帮助。-matlab in the application of algorithms, including genetic algorithms, for us to learn matlab toolbox has a lot of help.
Platform: |
Size: 6669312 |
Author: 张三 |
Hits:
Description: chapter1遗传算法工具箱,遗传算法工具箱一书中源代码,非常好用。(Genetic algorithm toolbox, genetic algorithm toolbox a book in the source code, very easy to use)
Platform: |
Size: 2048 |
Author: liangzige
|
Hits:
Description: matlab中聚类算法的工具箱,里面有很多种聚类算法直接调用(Matlab clustering algorithm toolbox, there are many kinds of clustering algorithm directly call)
Platform: |
Size: 2094080 |
Author: MATK
|
Hits:
Description: MATLAB中含有遗传算法的工具箱,该文档详细介绍了该工具箱的使用说明(MATLAB contains genetic algorithm toolbox, the document details the use of the toolbox)
Platform: |
Size: 9702400 |
Author: dcrdcr
|
Hits:
Description: 实现遗传算法,遗传算法工具箱,通过调用工具箱函数,实现遗传算法目标优化(Genetic algorithm, genetic algorithm toolbox, through the call toolbox function, genetic algorithm to achieve the goal optimization)
Platform: |
Size: 107520 |
Author: leegy
|
Hits:
Description: matlab算法,非常不错,让大家看看,大家下载看看(MATLAB Genetic Algorithm Toolbox and Its Application)
Platform: |
Size: 49999872 |
Author: 奋斗51
|
Hits:
Description: matlab算法,值得下载,必须下载,大家赶快行动(MATLAB Genetic Algorithm Toolbox and Its Application2)
Platform: |
Size: 25687040 |
Author: 奋斗51
|
Hits:
Description: 遗传算法开发工具箱,适应于一切matlab版本,优化rep,直接解压设置路径(Genetic algorithm development toolbox, which directly unzip the setting path)
Platform: |
Size: 238592 |
Author: marec
|
Hits:
Description: 改进的遗传算法,多目标优化算法,简单,快捷有效(Improved Genetic Algorithm)
Platform: |
Size: 36864 |
Author: 0471liuxiao
|
Hits:
Description: 谢菲尔德大学的有关遗传算法的工具箱,用于遗传算法的学习(A toolbox for genetic algorithms at the University of Sheffield for genetic algorithm learning)
Platform: |
Size: 694272 |
Author: 奋斗的阿科
|
Hits:
Description: matlab时频分析工具箱,包含常用的时频分析算法,STFT,Wigner-Ville分布等,计算效率高,速度快。(Matlab time-frequency analysis toolbox, including the commonly used time-frequency analysis algorithm, STFT, Wigner-Ville distribution, computational efficiency, speed.)
Platform: |
Size: 222208 |
Author: WSpeng_1 |
Hits:
Description: 自适应滤波matlab工具箱算法,可简单快速实现对数据的滤波过程。(The algorithm of adaptive filter matlab toolbox can realize the filtering process of data easily and quickly.)
Platform: |
Size: 142336 |
Author: 胖胖2017 |
Hits:
Description: 群体智能算法”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)
Platform: |
Size: 56320 |
Author: evocj |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»