-
NLP
matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法(matlab optimization program includes one-dimensional extremum problem without constraint advance and retreat method Fafei Bo Fibonacci golden section method the basic Newton method, global Newton method Newton secant parabola method acceptable to the three interpolation methods Wolfe.Powell search method Goidstein simplex method Searching Powell steepest descent method conjugate gradient method modified Newton method Newton Newton trust region method to be explicitly steepest descent method)
- 2010-06-03 19:41:55下载
- 积分:1
-
global-optimization-toolbox
全局优化工具箱,详细说明优化工具箱的使用及注意事项(Global Optimization Toolbox, Optimization Toolbox with detailed instructions and precautions)
- 2013-08-08 12:31:16下载
- 积分:1
-
multisurface_plasticity
multisurface_plasticity
- 2013-08-22 10:11:17下载
- 积分:1
-
MATLAB7.8robust-control
mathswork官方出的matlab 鲁棒控制工具箱的用户手册,对搞鲁棒控制的人有帮助。(mathswork official matlab robust control toolbox user manual, help people engage in robust control.)
- 2012-09-06 21:40:52下载
- 积分:1
-
MIT6_094IAP10_assn01.pdf
麻省理工学院introduction to matlab课程作业指导,包含matlab实例,相互交流(excellent matlab exercises homework for improving matlab )
- 2015-01-15 15:21:45下载
- 积分:1
-
MSR
采用多尺度引导滤波的自适应retienx算法,实现不同光照条件下的图像增强(Adaptive retienx algorithm using multiscale guided filtering to achieve image enhancement under different illumination conditions)
- 2021-01-27 07:18:41下载
- 积分:1
-
pd
说明: 收集的powerdesigner的物理数据模型资料(PowerDesigner collected information on the physical data model)
- 2007-09-07 03:10:28下载
- 积分:1
-
ge
说明: 这是遗传算法的工具箱,在MATLAB中才能运行(This is the genetic algorithm toolbox, can be run in MATLAB)
- 2009-04-01 20:10:51下载
- 积分:1
-
ANN_matlab_916006583
一个介绍如何用matlab模拟实现ANN的文章,对于学习ANN的人来说非常值得一读(1 describes how to use matlab simulation to achieve ANN article, for those who study ANN is very well worth reading)
- 2009-12-30 09:39:03下载
- 积分:1
-
l1_ls
说明: 最小化l1范数的Matlab代码。求解模型为:
min lambda*|x|_1+||A*x-y||_2。其中,|x|_1表示x的1-范数,||*||_2表示2-范数。该模型在稀疏成分分析、压缩传感器等领域有广泛的用途。( l1-Regularized Least Squares Problem Solver
l1_ls solves problems of the following form:
minimize ||A*x-y||^2+ lambda*sum|x_i|,
where A and y are problem data and x is variable (described below).
)
- 2009-08-06 19:51:37下载
- 积分:1