-
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
-
single_pulse_ambg_01
单脉冲信号的模糊函数的matlab代码,可以方便的调用,已经验证(failed to translate)
- 2011-10-25 09:43:37下载
- 积分:1
-
MEXP100
matlab实例,matlab源码文件,最简单最基础(matlab examples, matlab source code files, the most simple and most basic)
- 2013-04-11 16:08:59下载
- 积分:1
-
LMS-application-
基于LMS算法的数字滤波器的应用实例教程(Digital filters based on LMS algorithm application examples)
- 2011-10-18 19:31:06下载
- 积分:1
-
yiqunsuanfaTSP
说明: 利用蚁群算法解决TSP问题,本例涉及了31个城市并将其坐标化,每个城市只能拜访一次,而且最后要回到初始城市,所选路径为所有路径之中的最小值。(Using ant colony algorithm to solve TSP problem, this example involves 31 cities and coordinates them, each city can only visit once, and finally return to the initial City, the selected path is the minimum of all paths.)
- 2019-11-13 16:58:28下载
- 积分:1
-
background_mod
matlab background stimation whit running mode and RLS
- 2009-10-16 16:05:50下载
- 积分:1
-
hrtf_demo
利用人頭轉移函數鍵麗的濾波器,重建環繞音效.可調整音場角度.(The use of the head of the filter transfer function key Korea, reconstruction surround sound. Adjustable sound field angle.)
- 2013-11-08 15:41:22下载
- 积分:1
-
equation
这是用matlab工具箱解决热传导微分方程的一个实例,这里用正六边形、圆形、矩形的三个算例,同时画出来了图像表示温度分布(you can use it to solve the equation and make a picture with matlab,it s easy and straight)
- 2014-01-16 10:00:25下载
- 积分:1
-
image_identify
说明: 对人脸图像库的训练素材进行主成分分析,从而识别人脸图像。较详细说明见程序内部。(Face image database on the training material for the principal component analysis to identify the face image. See more details within the program.)
- 2011-03-31 22:30:58下载
- 积分:1
-
f
说明: matlab 程序 实现对文字的识别,对字母F做了验证(matlab program to achieve recognition of the text of the letter F made a validation)
- 2011-06-07 22:52:45下载
- 积分:1