-
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
-
concept_check
this file compute lagg on arrays
- 2012-06-14 16:25:09下载
- 积分:1
-
1
说明: MATLAB7.x数字信号处理 电子文档和代码,里面包含雷达信号方面的处理(《MATLAB7.x digital signal processing》 electronic documents and code, which contains radar signal processing)
- 2013-01-24 14:46:52下载
- 积分:1
-
Sparse-Embedding
该代码matlab所编写,实现稀疏流形子空间嵌入,可直接运行,对稀疏编码的相关学习有帮肋(The code is written matlab realize sparse subspace manifold embedding, can be run directly on the sparse coding related learning help rib)
- 2014-12-02 17:17:34下载
- 积分:1
-
psnr
计算PSNR。可直接调用,两个输入参数im1,im2为两个图象序列,返回值为PSNR的值。(Calculation of PSNR. Can be called directly, two input parameters im1, im2 two image sequences, the return value is the PSNR.)
- 2014-02-16 17:32:18下载
- 积分:1
-
mirfunction
this mfile is riten in matlab and is related to mirtoolbox
- 2010-07-29 05:57:56下载
- 积分:1
-
control
利用matlab编写程序对控制系统的稳定性进行判断;对系统的可控性与可观性进行判断;用频域特性和时域特性对控制系统进行分析与设计;判断系统的可控性与可观性,对系统进行极点配置,设计观测器,掌握控制系统的设计方法。(Using matlab to program the control system to judge the stability on the system controllability and observability to judge using frequency domain characteristics and time domain characteristics of the control system analysis and design determine the system controllability and observability , the system pole placement, observer design, master control system design.)
- 2010-05-18 16:52:30下载
- 积分:1
-
RBF
RBF algorithm of Machine Learning
- 2011-07-07 10:57:51下载
- 积分:1
-
empty
keyishuoshihenlihaidesuanfale
- 2020-06-23 11:00:02下载
- 积分:1
-
mergesortedvectors123
Merge two sorted vectors a and b into a sorted vector
- 2010-10-25 05:29:57下载
- 积分:1