登录
首页 » matlab » Matlab

Matlab

于 2020-10-15 发布 文件大小:34KB
0 248
下载积分: 1 下载次数: 182

代码说明:

  matlab程序非线性优化设计方法时下流行的关于非线性规划的源程序,包括SQP方法、乘子法程序、二次规划、非线性最小二乘法、共轭梯度法、拟牛顿法、线搜索技术、信赖域方法、最速下降法与牛顿法等(matlab program nonlinear optimization design method popular on nonlinear programming source code, including the SQP method, the multiplier method procedures, quadratic programming, nonlinear least squares method, the conjugate gradient method, quasi-Newton method, the linesearch technology, trust region methods, the steepest descent method and Newton method)

文件列表:

Matlab程序
..........\dfun1.m,65,2009-09-25
..........\dgfun1.m,66,2009-09-25
..........\dhfun.m,53,2009-09-25
..........\dpfun.m,823,2009-09-25
..........\ff.m,70,2009-09-03
..........\fun.m,52,2009-08-29
..........\fun1.m,66,2009-09-25
..........\gfun.m,81,2009-08-29
..........\gfun1.m,52,2009-09-25
..........\gg.m,128,2009-09-03
..........\gradd.m,722,2009-09-03
..........\Hess.m,149,2009-09-04
..........\hfun.m,96,2009-09-25
..........\phi.m,32,2009-08-28
..........\SQP方法
..........\.......\lagsqp.asv,4153,2009-11-16
..........\.......\lagsqp.m,4171,2009-11-16
..........\.......\newtlagr.asv,3659,2009-11-14
..........\.......\newtlagr.m,3691,2009-11-16
..........\.......\qpsubp.asv,4608,2009-12-31
..........\.......\qpsubp.m,4608,2009-12-31
..........\.......\sqpm.asv,4271,2009-11-24
..........\.......\sqpm.m,4273,2009-12-31
..........\乘子法程序
..........\..........\bfgs.m,1083,2009-10-15
..........\..........\df1.m,57,2009-10-15
..........\..........\dg1.m,53,2009-10-15
..........\..........\dh1.m,42,2009-10-15
..........\..........\dmpsi.m,311,2009-10-15
..........\..........\f1.m,46,2009-10-15
..........\..........\g1.m,44,2009-10-15
..........\..........\h1.m,40,2009-10-15
..........\..........\mpsi.m,367,2011-05-18
..........\..........\multphr.m,1669,2009-10-15
..........\二次规划
..........\........\callqpact.m,177,2009-11-09
..........\........\qlag.asv,296,2009-11-07
..........\........\qlag.m,407,2009-11-07
..........\........\qpact.asv,2199,2009-11-09
..........\........\qpact.m,2243,2009-11-22
..........\信赖域方法
..........\..........\fun.m,52,2009-08-29
..........\..........\gfun.m,81,2009-08-29
..........\..........\Hess.m,149,2009-09-04
..........\..........\trustm.m,1465,2009-09-05
..........\..........\trustq.m,1933,2009-11-26
..........\共轭梯度法
..........\..........\frcg.m,914,2009-09-21
..........\..........\fun.m,52,2009-08-29
..........\..........\gfun.m,81,2009-08-29
..........\拟牛顿法
..........\........\bfgs.m,1083,2009-10-15
..........\........\broyden.m,1036,2009-09-07
..........\........\dfp.m,862,2009-09-07
..........\........\fun.m,52,2009-08-29
..........\........\gfun.m,81,2009-08-29
..........\........\sr1.m,785,2009-09-06
..........\最速下降法与牛顿法
..........\..................\dampnm.m,1158,2009-09-05
..........\..................\fun.m,52,2009-08-29
..........\..................\gfun.m,81,2009-08-29
..........\..................\grad.m,617,2009-09-05
..........\..................\Hess.m,149,2009-09-04
..........\..................\revisenm.m,1213,2009-09-05
..........\线搜索技术
..........\..........\armijo.m,256,2009-08-29
..........\..........\golds.m,955,2009-12-31
..........\..........\qmin.m,2240,2009-12-31
..........\非线性最小二乘问题
..........\..................\Fk.m,120,2010-03-27
..........\..................\JFk.m,109,2010-03-27
..........\..................\lmm.m,1164,2009-09-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • NSString.m
    NSString框架的学习,包括NSNumber等 NSString框架的学习,包括NSNumber等(NSString framework of learning, including learning NSNumber etc. NSString framework, including NSNumber etc.)
    2013-12-30 17:33:53下载
    积分:1
  • im_R
    通过双线性插值算法实现图像旋转,图像可以是灰度图也可以是RBG图像(Image rotation )
    2010-07-26 16:59:21下载
    积分:1
  • liziqun
    说明:  该代码是由matlab编写的。粒子群是一种快速优化方法。能大量节省计算机运行时间。(The code is written in matlab. PSO is a fast optimization method. It can save computer time.)
    2010-03-31 21:35:45下载
    积分:1
  • Dijkstra-matlab
    求第一个城市到其它城市的最短路径.用矩阵(为顶点个数)存放各边权的邻接矩阵,行向量、、、分别用来存放标号信息、标号顶点顺序、标号顶点索引、最短通路的值(The first city to find the shortest path to other cities. With a matrix (for the number of vertices) records of the right side of the adjacency matrix, row vector, were used to store label information and label the vertex order, label the vertex indexes, the shortest pathway value)
    2011-05-12 11:25:53下载
    积分:1
  • CGA
    遗传算法多用于最优处理,这是一个改进的遗传算法代码,可供参考学习。(Genetic algorithms are used for optimum handling, which is an improved genetic algorithm code for reference study.)
    2021-03-29 17:29:10下载
    积分:1
  • nal
    image zoom code mat lab interpolate
    2011-02-01 16:02:40下载
    积分:1
  • salt-and-pepper-witjhout
    removal of salt and pepper noise in image using median filter
    2013-02-24 21:33:15下载
    积分:1
  • lannen
    解耦,恢复原信号,能量谱分析计算,一个很有用的程序。( Decoupling, restore the original signal, Energy spectrum analysis and calculation, A very useful program.)
    2016-09-17 23:56:00下载
    积分:1
  • KalmanAll
    matlab中关于卡尔曼滤波的一些常用子函数及工具(One kinds of the Kalman filter can estimate the position of the ball.)
    2013-10-24 10:16:51下载
    积分:1
  • TSP_tabu
    This project includes solving of TSP with Tabu Search Algorithm. It has been codded for final term project
    2014-01-10 07:41:56下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载