搜索资源列表
-
0下载:
利用光滑牛顿法求解二次规划子问题,以下为代码-Smooth Newton method using quadratic programming sub-problems, the following code
-
-
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.
-
-
0下载:
整数规划(Integer programming)分支定界法
二次规划(quadratic programming)路径跟踪法-Integer programming (Integer programming)branch and bound method
quadratic programming (quadratic programming)the path tracing method
-
-
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下载:
这个程序的主要功能是二次规划问题,这个在运筹学中是个非常重要的内容-The main feature of this program is to quadratic programming problems, this in operations research is a very important part of
-
-
0下载:
emission dispatch solved via quadratic programming
-
-
0下载:
为了对目标进行快速的检测,提出了一种新的基于支持向量机的级联式分类器的构造方法。该级联分类器由若干个线性SVM弱分类器构成,结构简单,分类时间极快。针对级联结构中的每个节点的训练给出了一个新的SVM框架下的二次规划模型,这使得每个节点都有较高的正样本检测率和适当的负样本错检率。-In order to quickly detect the target, a new cascade based on support vector machine classifier constructor. T
-
-
0下载:
用于解决二次规划问题。是《精于matlab最优化计算》一书中的源代码,希望有用。-Quadratic programming
-
-
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.
-
-
1下载:
用于进行二次规划的matlab源代码-Quadratic programming matlab source code
-
-
0下载:
二次规划的matlab源代码,很有用的优化工具!-Quadratic programming matlab source code, very useful optimization tool!
-
-
0下载:
Economic Dispatch Quadratic Programming codes for power system surveys with problem definition.
-
-
1下载:
二次规划法用拉格朗日方法求解等式约束二次规划和用有效集方法解一般约束二次规划问题-Quadratic Programming Lagrangian method for solving equality constrained quadratic programming and the use of efficient collection method for solving general constrained quadratic programming problems
-
-
0下载:
详解MATLAB在最优化计算中的应用一书中第7章二次规划的例子源码-Detailed MATLAB in the optimization calculation of book Chapter 7 quadratic programming source code examples
-
-
0下载:
二次规划为非线性规划的一种,若某非线性规划的目标函数为自变量x 的二次函数,约束条件又全是线性的,就称这种规划为二次规划。 -Quadratic programming as a nonlinear programming, if the objective function of a nonlinear programming quadratic function as independent variable x, and the constraints are all linear, ca
-