搜索资源列表
lagsqp
- 用基于拉格朗日函数Hesse矩阵的SQP方法求解约束优化问题-matlab: SQP based on modification Hesse matrix
SQP
- 基于active-set 的SQP算法,用于求解非线性不等约束-SQP algorithm used to find a constrained minimum of a function of several variables based on active-set algorithm, subject to the nonlinear inequalities.
sqp
- SQP方法详细介绍,好东西啊,想认真学习matlab的认真看下-Details SQP method, a good thing, ah, would like to study matlab serious look. .
BVP_tutorial
- SQP算法的使用例子,采用Matlab语言编写-an modern SQP method of Matlab
SQPM
- 用基于拉格朗日函数Hesse阵的SQP方法求解约束优化问题-Hesse matrix based on Lagrange function with the SQP method for solving constrained optimization problems
LAGSQP
- 功能: 用基于拉格朗日函数Hesse阵的SQP方法求解约束优化问题:-Function: Hesse matrix based on Lagrangian SQP method for solving constrained optimization problems:
qpsubp
- 一般约束优化问题的二次规划子问题求解算法程序-general optimal problem(including equ and nonequ constrains: SQP algorithm
matlab-program
- 基于matlab编写了SQP法,乘子法,共轭梯度法,拟牛顿法,信赖域法,最速下降法与牛顿法的最新程序,功能很强大,可供编程参考。-Based on the preparation of MATLAB SQP, multiplier method, conjugate gradient method, quasi-Newton method, trust region method, steepest descent method with the Newton-Raphson method th
SQP
- 一个关于SDP法求最优值的matlab程序,写的很有条理,注释很清晰,稍加修改就能使用。-An SDP method seeking the optimal value of matlab program, written in very organized, very clear comment slightly modified to be able to use.
Matlab
- matlab程序非线性优化设计方法时下流行的关于非线性规划的源程序,包括SQP方法、乘子法程序、二次规划、非线性最小二乘法、共轭梯度法、拟牛顿法、线搜索技术、信赖域方法、最速下降法与牛顿法等-matlab program nonlinear optimization design method popular on nonlinear programming source code, including the SQP method, the multiplier method procedur
SQPMAT
- SQP算法的Matlab编程实例,包括QP算法子程序在内。-The SQP algorithm Matlab programming examples, including QP algorithm subprogram, including.
SQP
- 实现基于拉格朗日函数的hesse矩阵的SQP方法以及基于修正Hesse矩阵的SQP方法-Hesse matrix of the SQP method based on the Lagrangian function and the SQP method based on correction Hesse matrix
SQP-Algorithm
- 基于matlab编写的SQP优化算法,用来求解有约束的非线性规划问题-sequential quadratic programming:Used to solve constrained nonlinear programming problems
SQP
- SQP matlab优化源程序SQP方法-SQP method
SQP
- 非线性规划算法,基于拉格朗日乘子Hessian矩阵的sqp方法-nonlinear programming algorithm,sqp algorithm based on Lagrange Hessian Matrix
SQP
- SQP序列二次规划算法是求解约束非线性规划问题的主流方法-SQP sequential quadratic programming algorithm for solving constrained nonlinear programming problem is the mainstream approach
SQP
- sqp算法,对于初学者将是不错的资源,详解matlab编程-sqp algorithm for beginners would be nice resource, Detailed matlab programming
SQP
- SQP 代码,用于求解规划问题的良好算法-SQP codes for good algorithm for solving programming problems
SQP方法
- 用sqp方法求最优化问题,改程序给出了SQP方法的详细matlab程序(Using the SQP method to aolve the optimation problem)
sqp源代码
- 可以通过此代码求解大规模的sqp问题,以及二次规划问题