-
logisticsuanfa
多目标优化
相对传统多目标优化方法, PSO在求解多目标问题上具有很大优势。首先, PSO的高效搜索能力有利于得到多目标意义下的最优解 其次, PSO通过代表整个解集的种群按内在的并行方式同时搜索多个非劣解,因此容易搜索到多个Pareto 最优解 再则, PSO的通用性使其适合于处理所有类型的目标函数和约束 另外, PSO 很容易与传统方法相结合,进而提出解决特定问题的高效方法。就PSO 本身而言,为了更好地解决多目标优化问题,必须解决全局最优粒子和个体最优粒子的选择问题(Compared with the traditional multi-objective optimization of multi-objective optimization method, PSO in solving multi-objective problem has a great advantage. First, PSO is conducive to the efficient search capabilities are more objective sense of the optimal solution Secondly, PSO representative of the entire solution set through the population by way of the inherent parallel search multiple non-inferior solution, and this can easily search for the most number of Pareto optimal solution Furthermore, PSO' s versatility make it suitable for handling all types of objective function and constraints addition, PSO is easy to integrate with the traditional method, and then propose an efficient way to solve specific problems. The PSO itself, in order to better address the multi-objective optimization problems, the need to address the global best particle and the individual selection of the optimal particle)
- 2010-09-03 23:14:55下载
- 积分:1
-
diedaifa
这里讲述的是matlab的迭代问题,含有多个程序可提供参考(About matlab difference, containing more than one program can provide a reference)
- 2013-04-26 22:38:11下载
- 积分:1
-
PVbattery
光伏电池pv模型,能够输出光照强度和温度变化时的P-U曲线和I-U曲线(Pv photovoltaic cell model)
- 2016-01-11 13:03:59下载
- 积分:1
-
帧差法
很简单的matla帧差法的代码。。。。。。。。。。。。(Very simple matla frame difference code)
- 2020-06-25 03:40:02下载
- 积分:1
-
fir_lin_phase_lowpass_max_atten
Designs a linear phase FIR lowpass filter such that it:
- minimizes maximum stopband attenuation
- has a constraint on the maximum passband ripple
This is a convex problem (when sampled it can be represented as an LP).
minimize max |H(w)| for w in the stopband
s.t. 1/delta <= |H(w)| <= delta for w in the passband
( where H is the frequency response function and variable is
h (the filter impulse response). delta is allowed passband ripple.
)
- 2011-05-27 21:45:16下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
ROOM-MUSIC
空间平滑music算法处理阵列信号,可以用于声源定位。(good,very good.)
- 2021-01-12 20:08:48下载
- 积分:1
-
matlab
matlab实用程序百例
1-32是:图形应用篇
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇
(1-32 100 cases of matlab utility is: the application of articles 33-66 graphics is: interface design articles 67-84 is: graphics processing chapter 85-100 are: Numerical Analysis Section)
- 2009-04-22 14:55:27下载
- 积分:1
-
inpainting
補洞程式
新增加速功能
可實現一班基本補洞(Fill the hole add a program to accelerate features a group of basic fill holes)
- 2012-06-02 17:44:19下载
- 积分:1
-
AO_Protocol
关于短路计算的一些源程序同时是有关matlab优化的源程序(Short-circuit calculations on some of the matlab source code is also optimized source)
- 2011-11-28 10:52:43下载
- 积分:1