-
JHSantiagoTexcoco_FletcherReeves-MatLab
Prueba1 FletcherReeves
Hernández Santiago José
Maestría en Ciencias de la Computación
Septiembre / 2011
1. Comenzar con un punto arbitrario
2. Calcular Gradiente de Fi
3. Si el Gradiente Fi es igual a 0(converge), termina
4. Si el Gradiente Fi es !=0 continuar
5. Encontrar dirección de búsqueda
Si= -GradienteFi= - Gradiente F(Xi)
6. Determinar la Longitud Optima del incremento lamda(i) en dirección Si
X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi)
7. Hacer i=2
8. Obtener Gradiente Fi
9. Calcular Si= -GradFi + ( [abs(GradFi)^2]/[abs(GradF(i-1))^2] )*S(i-1)
10. Determinar la Longitud Optima del incremento lamda(i) en dirección Si
X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi)
7. Verificar Optimalidad de X(i+1)
Si es optimo, detener
Si no es optimo hacer i=i+1 e ir al paso 8
- 2013-08-08 14:30:24下载
- 积分:1
-
xtlv
形态滤波器用到的一些相关源程序,可以用于电能质量检测扰动信号定位中。(Morphological filter is used in some related source code, can be used for positioning in the detection of power quality disturbance signal.)
- 2013-04-10 15:48:36下载
- 积分:1
-
14-node-CPSO-algorithm
14节点的无功优化是用粒子群算法实现的,很实用,希望对大家有帮助。(14-node reactive power optimization is achieved using particle swarm algorithm, very practical, we hope to help.)
- 2020-06-26 19:40:02下载
- 积分:1
-
sunouhebianbianjie
相场模拟晶枝生长,采用有限差分法计算,可更改参数获得不同结果(Phase field simulated dendrite growth)
- 2019-06-19 14:24:52下载
- 积分:1
-
apcluster
无监督聚类算法,能够自动聚类,不必预先给出类数,聚类精度好于常用的聚类算法.(Unsupervised clustering algorithm, can automatically cluster, do not have to give in advance the number of categories, clustering accuracy of better than commonly used clustering algorithm.)
- 2021-03-08 16:39:28下载
- 积分:1
-
Isomap
说明: 这个程序对于学习流行学习算法的朋友很有借鉴意义,在matlab上能够运行。(This procedure popular learning algorithm for learning a friend of referential significance, in the matlab able to run.)
- 2009-08-30 13:40:51下载
- 积分:1
-
STBC3x4simulation
ALAMOUTI SPACE TIME BLOCK CODING
- 2012-01-13 02:17:40下载
- 积分:1
-
Numerical-ComputingwithMATLAB
matlab创始人moler的matlab书籍的(founder moler the matlab matlab books)
- 2011-04-24 11:48:08下载
- 积分:1
-
gaoguangpumatlab
利用MATLAB对高高光谱图像数据进行分析,程序很全面,对做高光谱的同志很有帮助哦(the procedure using matlab process the hyperspectral image)
- 2010-05-20 09:45:18下载
- 积分:1
-
chap02
ex2_1 利用Z变换求系统输出
ex2_2 求DFT
ex2_3 求序列的圆周移位
ex2_4 求序列的圆周卷积
ex2_5 简单的DFT实例(ex2_1 seeking to use the Z-transform system output
ex2_2 seeking DFT
ex2_3 find the circumference of the shift sequence
ex2_4 find circular convolution sequence
ex2_5 simple example of DFT)
- 2011-12-28 16:36:44下载
- 积分:1