-
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
-
CHAP9_1
伺服系统非线性Lugre摩擦力模型仿真 matlab(servo system Lugre friction model nonlinear simulation Matlab)
- 2006-11-22 16:57:13下载
- 积分:1
-
blood-pressure
血压监测程序,用于监测血压的MATLAB程序,里面含有去白噪声程序和不去白噪声程序(Blood pressure monitoring program, the MATLAB program used to monitor blood pressure, which contain to the white noise process and not white noise process)
- 2012-07-22 17:27:36下载
- 积分:1
-
codefroge-ldpc-matlab
this is an implementation of ldpc encoder and decoder in matlab. generator matrix, parity check matrix and the chennel are implemented seperately. the bit error rate performance is estimated for the ldpc code
- 2013-03-17 13:15:48下载
- 积分:1
-
wenya
自励异步发电机的稳压仿真simulink模型,MATLAB7.0及以上版本可打开。其中自励异步发电机为自建模型,相关公式详见电力拖动自动控制系统-运动控制系统.(SEIG )
- 2020-12-06 12:39:22下载
- 积分:1
-
G729
The rar folder contains the G.729 matlab code for encode and decode
- 2009-09-24 18:25:29下载
- 积分:1
-
SVM
使用SVM中的1V1以及1VO算法实现对数据的分类以及matlab实现(Classification of data and implementation of matlab using 1V1 and 1VO algorithms in SVM)
- 2018-12-21 10:47:38下载
- 积分:1
-
msxwaveletdefshift
用matlab中的小波分析方法实现数据处理中的小波动,可用于例程学习(Using matlab in the wavelet analysis method to achieve data processing of small fluctuations, can be used for routine learning)
- 2008-05-05 16:32:18下载
- 积分:1
-
Firstorderpredictordesign
一阶预测器的设计,可以查看权重系数图和均方误差图。(Predictor of first-order design, weight coefficient can view maps and mean square error map.)
- 2009-07-08 21:07:46下载
- 积分:1
-
LevelSETEvaluation
Level Set evaluation
- 2012-05-02 18:02:51下载
- 积分:1