Description: 一个PSO优化SVM参数的MATLAB程序及其举例。不过此程序必须在安装SVM工具箱的前提下才可运行。-A PSO optimized SVM parameters and their example MATLAB program. But this process must be installed under the premise of SVM toolbox in order to run. Platform: |
Size: 2048 |
Author:xiaolinzi |
Hits:
Description: this a basic pso algorithm in matlab platform,which will help
beginer.-pso algorithm is very popular in recent
years , hope this example will help you Platform: |
Size: 9216 |
Author:zhizhou |
Hits:
Description: 基于PSO算法的故障诊断分析-简单算例
script file:gzzd1_PSO.m
找出最能解释警报信号的故障假说
目标函数E(s),4维函数-PSO algorithm based fault diagnosis- A simple example script file: gzzd1_PSO.m find the best hypothesis to explain the failure warning signal objective function E (s), 4-dimensional function Platform: |
Size: 2048 |
Author:李智 |
Hits:
Description: 滤波器设计是信号处理的核心问题之一,Matlab软件在多个研究领域都有着广泛的应用。
本文介绍了基于Matlab环境下,用窗函数设计法实现FIR数字滤波器的设计,并阐述了与以前人
们常用的设计方法的区别,给出了设计实例。仿真结果表明,设计结果的各项性能指标均达到指定
要求,且设计过程简便易行。
-The design of filters is a core problem in signal processing. MATLAB software iswidely used inmany research fields. This
article introduces themethod ofusingwindow function to design FIR digital filters based onMATLAB and its differences from the tradi-
tional designmethods. And itgives a design example. The simulation shows that the design results canmeet the requirements verywell
and the design procedure is very simple and practica.l
Platform: |
Size: 77824 |
Author:xiaoxiao |
Hits:
Description: 本文为基于matlab的粒子群算法的程序,以求函数最小值为例,讲述如何用粒子群算法求得局部和全局最优解。-This article is based on particle swarm algorithm matlab procedures, in order to the minimum function, for example, on how to use PSO obtain local and global optimal solution. Platform: |
Size: 1024 |
Author:liupan |
Hits:
Description: 粒子群(PSO)算法程序带例子,可以直接使用。
适用于初学者。来自于书籍精通MATLAB智能优化算法。-Application example, particle swarm (PSO) algorithm can be used directly.
Suitable for beginners. Proficient in MATLAB intelligent optimization algorithm the books.
Platform: |
Size: 2048 |
Author:wangmingze |
Hits:
Description: 1. Run mex -setup and choose a proper complier (Microsoft Visual C++ 6.0 is prefered)
Would you like mex to locate installed compilers [y]/n? y
2. Put cec15_func.cpp and input_data folder with your algorithm in the same folder. Set this folder as the current path.
3. Run the following command in Matlab window:
mex cec15_func.cpp -DWINDOWS
4. Then you can use the test functions as the following example:
f = cec15_func(x,func_num)
here x is a D*pop_size matrix.
5. main.m is an example test code with PSO algorithm.-1. Run mex -setup and choose a proper complier (Microsoft Visual C++ 6.0 is prefered)
Would you like mex to locate installed compilers [y]/n? y
2. Put cec15_func.cpp and input_data folder with your algorithm in the same folder. Set this folder as the current path.
3. Run the following command in Matlab window:
mex cec15_func.cpp -DWINDOWS
4. Then you can use the test functions as the following example:
f = cec15_func(x,func_num)
here x is a D*pop_size matrix.
5. main.m is an example test code with PSO algorithm. Platform: |
Size: 2034688 |
Author:bhalab |
Hits:
Description: In this work, an algorithm for classical particle swarm optimization (PSO) has been discussed. Also, its
codes in MATLAB environment have been included. The eectiveness of the algorithm has been analyzed
with the help of an example of three variable optimization problem. Also, the convergence characteristic
of the algorithm has been discussed. Platform: |
Size: 2456576 |
Author:vahid62
|
Hits:
Description: In this work, an algorithm for classical particle swarm optimization (PSO) has been discussed. Also, its
codes in MATLAB environment have been included. The effectiveness of the algorithm has been analyzed
with the help of an example of three variable optimization problem. Also, the convergence characteristic
of the algorithm has been discussed. Platform: |
Size: 3072 |
Author:vahid62
|
Hits:
Description: 粒子群优化算法在MATLAB 中的应用算例,供初学者参考(Particle swarm optimization algorithm in the application of MATLAB example, for beginners reference) Platform: |
Size: 2155520 |
Author:蜗牛蜗牛
|
Hits:
Description: Matlab中关于PSO优化BP神经网络的实例,以及具体的代码(An example of PSO optimization of the BP neural network in Matlab and the specific code) Platform: |
Size: 22528 |
Author:XMM许木木
|
Hits:
Description: 在微电网中综合考虑经济和环境两个目标,以各微源的运行上下限为约束条件,采用粒子群算法在matlab环境下进行了仿真,最后给出了微网各微源的最优机组组合方式和最佳电能交易计划。(The first establish micro multi-objective energy optimal operation model, taking into account both environmental and economic factors in the model, the operation of the various micro-source conditions and micro-grid electric power balance constraints, the establishment of a multi-objective function. To a typical micro-grid running instance As an example, the use of particle swarm optimization strategy and simulation in MATLABLAB environment,micro-source output for microgrid actual environmental economic dispatch .) Platform: |
Size: 7997440 |
Author:玉娇on1
|
Hits: