-
ga_chen
自己编写的ga(遗传算法)matlab工具箱。对比过,速度挺快的。(I have written ga (genetic algorithm) matlab toolbox. Been compared, the speed very fast.)
- 2011-05-03 11:03:13下载
- 积分:1
-
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
-
work
svm在matlab中的应用的一些程序以及说明(svm application in matlab some of the procedures)
- 2009-04-19 21:02:30下载
- 积分:1
-
20724997
some matlab functions negative, histogram equ. and reading, writing images
- 2010-12-15 17:32:46下载
- 积分:1
-
OptUPFCConDe2
说明: matlab在电力系统中的应用,基于UPFC仿真程序(matlab in power system applications, based on UPFC simulation program)
- 2008-10-18 21:22:30下载
- 积分:1
-
k_means
K均值聚类,输入聚类前的点集以及阈值,输出最后各个分类的中心点(K-means clustering, the input point set before clustering and threshold, output the final classification of the center of each)
- 2011-07-31 14:47:24下载
- 积分:1
-
tiaopinfangzhen
介绍了一个跳频系统仿真实例,以及各个模块的功能介绍,并对于仿真结果做一详细的分析(Introduced a frequency-hopping system simulation examples, and introduce the functions of each module, and the simulation results to make a detailed analysis of)
- 2011-09-04 10:40:58下载
- 积分:1
-
MPC
一个模型预测控制的编写的程序,在预测步长P不同时候进行仿真,曲线很好。(Procedures for the preparation of a model predictive control, at various times forecast simulation step size P, the curve is very good.)
- 2014-02-16 11:52:51下载
- 积分:1
-
export_fig
一个用于保存matlab生成的图像的工具包,避免一般保存图像时白边的出现。(A tool for storing the generated image matlab package generally kept to avoid the white side of the image appears.)
- 2014-04-04 16:31:50下载
- 积分:1
-
GA(PSO)
基于PSO(粒子群算法)的列车速度优化,matlab实现。(Train speed optimization based on PSO (particle swarm optimization) is realized by matlab.)
- 2020-10-28 15:59:57下载
- 积分:1