-
BFGS
说明: MATLAB编程实现拟牛顿法(BFGS),对凸函数进行优化计算(The quasi-Newton method (BFGS) is realized by programming in MATLAB, and the convex function is optimized.)
- 2018-12-29 16:16:21下载
- 积分:1
-
RLS1
Recursive least square in matlab
- 2011-05-24 05:41:51下载
- 积分:1
-
boost
boot pv close loop pi controller
- 2013-10-19 17:50:00下载
- 积分:1
-
Beyond_Scaling_laws
It s the toolbox of multifractal in matlab .There is a help document in the rar .It s very helpful.
- 2012-09-09 20:58:03下载
- 积分:1
-
PSO
基于matlab编写的的粒子群优化算法源码,主要用于解决优化问题~(Particle swarm optimization based algorithm matlab source code)
- 2011-06-05 14:18:54下载
- 积分:1
-
CFN_dec
认知无线电 CFN检测算法 有仿真 有数据分析 可以作为学习的模块(CFN cognitive radio simulation testing algorithm can be used as a data analysis module of learning)
- 2011-09-27 15:16:08下载
- 积分:1
-
6
说明: matlab有关绘图命令介绍资料,希望给大家带来帮助。(Matlab orders about drawing introduced material, hope to bring you help.)
- 2012-01-05 09:50:28下载
- 积分:1
-
DhhYc
利用matlab解决多目标优化问题,基于遗传算法,(Multiobjective Optimization Problems Using GA)
- 2014-02-09 21:24:51下载
- 积分:1
-
ex4_division
形状分割,采用指标为短轴与长轴之比,骨架复杂度。效果很好,预处理合理(Shape segmentation, the use of indicators for the short axis and long axis ratio, frame complexity. Good effect, pre-rational)
- 2010-12-07 19:30:12下载
- 积分:1
-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1