搜索资源列表
-
17下载:
这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
-
-
4下载:
matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序提上日程,香港大学的李端和复旦大学编写的《Nonlinear Integer Programming》(非线性整数规划)为编写解决整数规划问题提供强大有效的算法,其中算法针对具体问题包括
-
-
0下载:
On the implementation and usage of SDPT3
– a Matlab software package for
semidefinite-quadratic-linear programming,
version 4.0
-
-
1下载:
economic load dispatch by quadratic programming
-
-
0下载:
BPMPD_MEX is a Matlab MEX interface to BPMPD, an interior point solver for quadratic programming developed by Csaba Mészáros at the MTA SZTAKI, Computer and Automation Research Institute, Hungarian Academy of Sciences, Budapest, Hungary.
-
-
20下载:
matlab最优化程序包括
无约束一维极值问题
进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法
Goidstein法 Wolfe.Powell法
单纯形搜索法 Powell法 最速下降法
共轭梯度法 牛顿法 修正牛顿法
拟牛顿法 信赖域法 显式最速下降法,
Rosen梯度投影法
罚函数法 外点罚函数法 內点罚函数法
混合罚函数法 乘子法
G-N法 修正G-N法 L-M法
-
-
0下载:
提供了一般和大型的非线性优化函数,同时还提供了线性规划,二次规划,非线性最小二乘以及非线性方程求解的工具。是SWF格式的,用单独的flash player打开,或者用任何一种网页浏览器打开即可。-Provides a general and large-scale nonlinear optimization function, and also provides a linear programming, quadratic programming, nonlinear least squar
-
-
0下载:
最小二乘支持向量 MATLAB源码 有说明-The SVM can
be seen as a method of training polynomial, radial basis function,
or multilayer perception classifiers, in which the weights
of the network are found by solving a quadratic programming (QP) problem with linear
-
-
0下载:
用于解决二次规划问题。是《精于matlab最优化计算》一书中的源代码,希望有用。-Quadratic programming
-
-
0下载:
凸二次规划的matlab有效集算法,很有用的,值得收藏!-Convex active set quadratic programming algorithm matlab, useful, worth collecting!
-
-
0下载:
一个关于二次规划法求最优值的matlab程序,写的很有条理,注释很清晰,稍加修改就能使用。-A quadratic programming method to seek the optimal value of the matlab program, written in a very organized, very clear comment, a little modification to use.
-
-
3下载:
matlab程序非线性优化设计方法时下流行的关于非线性规划的源程序,包括SQP方法、乘子法程序、二次规划、非线性最小二乘法、共轭梯度法、拟牛顿法、线搜索技术、信赖域方法、最速下降法与牛顿法等-matlab program nonlinear optimization design method popular on nonlinear programming source code, including the SQP method, the multiplier method procedur
-
-
1下载:
用于进行二次规划的matlab源代码-Quadratic programming matlab source code
-
-
0下载:
最优化方法的有效集算法的matlab程序,附带拉格朗日函数的程序.-active set program and lagrange function for solving Quadratic Programming promblems.
-
-
2下载:
文件是一个Matlab优化工具箱,主要内容是线性规划模型、非线性规划模型、二次规划模型、多目标规划模型和最大最小化模型。-The file is a Matlab optimization toolbox, the main content is a linear programming model, nonlinear programming model, quadratic programming model, a multi-objective programming model and
-
-
0下载:
二次规划的matlab源代码,很有用的优化工具!-Quadratic programming matlab source code, very useful optimization tool!
-
-
0下载:
MATLAB优化工具箱学习资料,使用方法,线性规划,二次规划-MATLAB optimization toolbox learning materials, the use of linear programming, quadratic programming
-
-
0下载:
采用matlab语言自己编的序列二次规划算法,能够解决一般的问题,欢迎大家下载-the sequential quadratic programming algorithm is written by MATLAB language in order to solve general problems. welcome to download it.
-
-
0下载:
详解MATLAB在最优化计算中的应用一书中第7章二次规划的例子源码-Detailed MATLAB in the optimization calculation of book Chapter 7 quadratic programming source code examples
-
-
0下载:
用遗传算法实现二次规划问题,很好的算法,值得下载(Using genetic algorithm to realize quadratic programming problem, good algorithm is worth downloading.)
-