-
powell
说明: powell优化搜索算法,适合于多参数优化且目标函数中不包含参数的情况(Powell optimization search algorithm, suited to multi-parameter optimization objective function which does not contain the parameters of)
- 2006-03-23 09:41:57下载
- 积分:1
-
assignment
assingment problem
With this package, I provide some MATLAB-functions regarding the rectangular assignment problem. This problem appears for example in tracking applications, where one has M existing tracks and N new measurements. For each possible assignment, a cost or distance is computed. All cost values form a matrix, where the row index corresponds to the tracks and the column index corresponds to the measurements. The provided functions return an optimal or suboptimal assignment - in the sense of minimum overall costs - for the given matrix.
- 2011-08-17 22:51:37下载
- 积分: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
-
LM
说明: 采用贝叶斯正则化算法提高bp网络的性能,即L-M优化算法(The use of Bayesian regularization algorithm to improve network performance bp, that is, LM optimization algorithm)
- 2009-04-30 16:41:56下载
- 积分:1
-
ceff
光参量放大中信号波长对转换效率的影响matlab仿真代码(Optical parametric amplification of the signal wavelength conversion efficiency of matlab simulation code)
- 2021-05-09 00:28:35下载
- 积分:1
-
58050905UnitCommitment_2
unit commitment problem
- 2012-11-22 16:01:42下载
- 积分:1
-
kernel_svm
这是我自己写的一个关于svm的核程序,希望对正在学习的朋友有所帮助.(that I wrote on a svm nuclear procedures in the hope that the friends are learning some help.)
- 2006-09-05 05:00:33下载
- 积分:1
-
实时验证
肌电信号通过小波变换以及小波包来进行处理,特征提取(Wavelet transform processing of EMG signal)
- 2018-04-13 17:27:56下载
- 积分:1
-
LMS
自适应滤波中的最小均方误差算法(LMS)仿真程序,可以绘制梯度曲线.(Adaptive filtering in the minimum mean square error algorithm (LMS) simulation program, you can draw the gradient curve.)
- 2010-06-09 13:26:13下载
- 积分:1
-
sensor_error_estimation
传感器系统的偏差估计方法,包括批处理最小二乘和递推最小二乘的实现代码。(The code realize the deviation estimation methods of the sensor system, including batch least squares and recursive least squares implementation.)
- 2012-06-02 21:44:24下载
- 积分:1