-
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
-
Performance_CTR_SNR_15_coba2
ini merupakan STC code dimana dia mengkodekan melalui STC
- 2009-02-12 10:51:08下载
- 积分:1
-
GerberSyntaxFormat
Gerber RX274-X 语法格式详细说明。(Gerber Syntax Format)
- 2014-11-14 10:38:36下载
- 积分:1
-
STFT
chirp信号的短时傅里叶变换源代码,雷达、信号处理等领域,可实现对chirp信号的短时傅里叶变换(short-time Fourier transform source code field chirp signals, radar, signal processing can be realized on short-time Fourier transform chirp signal)
- 2020-06-26 14:00:02下载
- 积分:1
-
matlab_PPT
Matlab的PPT课件,包含11章,从基础的Matlab操作讲解开始,介绍程序设计、绘图、图形句柄、图形用户界面设计等内容,适合初学者学习(Matlab the PPT courseware, including 11 chapters, from the foundation of the Matlab operation explanation, describes the program design, drawing, graphic handle graphical user interface design, etc., suitable for beginners to learn)
- 2013-05-25 21:08:15下载
- 积分:1
-
solveequs
说明: matlab求解方程的、方程组的程序,内附说明(matlab solve equations, equations of the process, containing instructions)
- 2011-03-15 18:32:58下载
- 积分:1
-
newsvm
Steve Gunn 开发的svm工具箱源代码,用于分类和回归(Developed by Steve Gunn,used in classification and
regression)
- 2012-03-23 09:49:08下载
- 积分:1
-
matlab-Kmeans
利用matlab实现kmeans聚类算法的简单实现代码(matlab kmens algrithom )
- 2012-03-26 08:59:53下载
- 积分:1
-
FEM-for-dynamic-response-analysis
用Newmark直接积分算法分析61杆桁架结构的动力学特性。(Conduct the dynamic response analysis for the 61 trusses structure by Newmark.)
- 2013-03-12 20:21:39下载
- 积分:1
-
Photogrammetric-resection
摄影测量后方交会、前方交会、相对定向、绝对定向、光束法平差等。
(Photogrammetric resection, forward intersection, relative orientation, absolute orientation, bundle adjustment and so on.)
- 2011-11-11 15:30:30下载
- 积分:1