Welcome![Sign In][Sign Up]
Location:
Search - quadratic programming

Search list

[Windows Developquadprog

Description: function [X,fval,exitflag,output,lambda]=quadprog(H,f,A,B,Aeq,Beq,lb,ub,X0,options,varargin) % X=QUADPROG(H,f,A,b) 求解二次规划: % min 0.5*x *H*x + f *x subject to: A*x <= b %x=quadprog(H,f, A, b, Aeq, beq)求解二次规划:-function [X, fval, exitflag, output, lambda] = quadprog (H, f, A, B, Aeq, Beq, lb, ub, X0, options, varargin)% X = QUADPROG (H, f, A, b) solving quadratic programming : min 0.5%* H* x* x* x f subject to : A* x
Platform: | Size: 5120 | Author: 王志波 | Hits:

[matlabquadraticprograming

Description: 计算不等式约束情况下二次规划问题,操作平台是MATLAB-Calculation of inequality constrained quadratic programming problem cases, operation platform is a MATLAB
Platform: | Size: 4096 | Author: 任林 | Hits:

[Data structsloqo

Description: 优化算法loqo的算法源代码。Purpose: solves quadratic programming problem for pattern recognition for support vectors-Optimization algorithm loqo the algorithm source code. Purpose: solves quadratic programming problem for pattern recognition for support vectors
Platform: | Size: 279552 | Author: 武旗 | Hits:

[Windows Developlinprog_net-0.5.5-src

Description: LinProg.NET is a framework for mathematical programming implemented on .NET platform. This framework is supporting linear, integer, boolean and quadratic programming. Framework is written on Microsoft .NET version 2.0.
Platform: | Size: 124928 | Author: 刘宇 | Hits:

[Search Enginenew_sqp

Description: 通过对经典的lemke互补转轴算法求解含有等式约束的凸二次规划问题的分析,发现所得到的线性互补问题(lcp)可能是退化的.由lemke算法求解(lcp)问题的迭代过程,通过六个命题说明了含有等式约束的凸二次规划问题对应的(lcp)问题退化的原因,并对经典的lemke算法的迭代过程进行修正,提出了一种改进的lemke算法,这种算法能有效地搜索到含等式约束凸二次规划问题的最优解.-Through the classic Lemke complementarity algorithm shaft containing the convex equality constrained quadratic programming problem of the analysis, we found by the linear complementarity problem (lcp) may be degraded. Algorithm by Lemke (lcp) of the iterative process of questions, through the six propositions that contain equality constraints of convex quadratic programming problem corresponding to (lcp) questions the reasons for degradation of the classic Lemke algorithm iterative process amendments put forward an improved Lemke algorithm can effectively containing english convex equality constrained quadratic programming problem of the optimal solution.
Platform: | Size: 6144 | Author: 王旭 | Hits:

[Windows Developquadprog2.m

Description: Quadratic programming function that can solve QP with positive definite matrix
Platform: | Size: 10240 | Author: Shuntaro Maeda | Hits:

[matlabintegerandquadratic

Description: 整数规划(Integer programming)分支定界法 二次规划(quadratic programming)路径跟踪法-Integer programming (Integer programming)branch and bound method quadratic programming (quadratic programming)the path tracing method
Platform: | Size: 2048 | Author: Rongsheng | Hits:

[AlgorithmQuadProg

Description: Visual Studio 2005 环境下,C++ 实现的求解凸二次规划的算法源代码。-a C++ implementing algorithm for a (convex) Quadratic Programming problem by means of an active-set dual method.
Platform: | Size: 565248 | Author: 沈正春 | Hits:

[OtherNumerical_Optimization

Description: Numerical Optimization-Every year optimization algorithms are being called on to handle problems that are much larger and complex than in the past. Accordingly, the book emphasizes large- scale optimization techniques, such as interior-point methods, inexact Newton methods, limited-memory methods, and the role of partially separable functions and automatic differentiation. It treats important topics such as trust-region methods and sequential quadratic programming more thoroughly than existing texts, and includes comprehensive discussion of such “core curriculum” topics as constrained optimization theory, Newton and quasi-Newton methods, nonlinear least squares and nonlinear equations, the simplex method, and penalty and barrier methods for nonlinear programming.
Platform: | Size: 5659648 | Author: Nu | Hits:

[OtherSVM-KM

Description: SVM classification This routine classify the training set with a support vector machine using quadratic programming algorithm (active constraints method)
Platform: | Size: 399360 | Author: pavl | Hits:

[matlabQuadratic-Programming

Description: 这个程序的主要功能是二次规划问题,这个在运筹学中是个非常重要的内容-The main feature of this program is to quadratic programming problems, this in operations research is a very important part of
Platform: | Size: 2048 | Author: 钱程 | Hits:

[Mathimatics-Numerical algorithmsGauss_Constrained_Optimization.ZIP

Description: CO is an applications module written in the GAUSS programming language. It solves the Nonlinear Programming problem, subject to general constraints on the parameters - linear or nonlinear, equality or inequality, using the Sequential Quadratic Programming method in combination with several descent methods selectable by the user - Newton-Raphson, quasi-Newton (BFGS and DFP), and scaled quasi-Newton. There are also several selectable line search methods. A Trust Region method is also available which prevents saddle point solutions. Gradients can be user-provided or numerically calculated. -CO is an applications module written in the GAUSS programming language. It solves the Nonlinear Programming problem, subject to general constraints on the parameters- linear or nonlinear, equality or inequality, using the Sequential Quadratic Programming method in combination with several descent methods selectable by the user- Newton-Raphson, quasi-Newton (BFGS and DFP), and scaled quasi-Newton. There are also several selectable line search methods. A Trust Region method is also available which prevents saddle point solutions. Gradients can be user-provided or numerically calculated.
Platform: | Size: 37888 | Author: 王知章 | Hits:

[matlabCode_MATLAB_Optimization

Description: 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file). Based on MATLAB Optimization Toolbox, the content code contains: Newton and other non-binding one-dimensional extremum problems, such as simplex search method for unconstrained multi-dimensional extremum problems, Rosen gradient projection method and other constrained optimization problems, LM non-linear law least squares optimization problem, linear programming, integer programming, quadratic programming, particle swarm optimization, genetic algorithm.
Platform: | Size: 41984 | Author: | Hits:

[Algorithmquadratic-programming

Description: 很优秀的优化仿真二次规划算法;很优秀的优化仿真二次规划算法-quadratic programming;quadratic programming;quadratic programming;quadratic programming;
Platform: | Size: 2048 | Author: 宿舟 | Hits:

[matlabQuadratic-programming

Description: 用于解决二次规划问题。是《精于matlab最优化计算》一书中的源代码,希望有用。-Quadratic programming
Platform: | Size: 2048 | Author: jadery | Hits:

[matlabQuadratic-Programming

Description: 一个关于二次规划法求最优值的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.
Platform: | Size: 3072 | Author: fanluchen | Hits:

[matlabQuadratic-programming

Description: 用于进行二次规划的matlab源代码-Quadratic programming matlab source code
Platform: | Size: 2048 | Author: lzyacht | Hits:

[source in ebookchapter-12-quadratic-programming

Description: 二次规划源码(精通matlab最优化计算第12章)-Quadratic programming source (proficient matlab optimization calculation Chapter 12)
Platform: | Size: 2048 | Author: 张瑞 | Hits:

[OtherQuadratic-programming

Description: 二次规划程序(Quadratic programming)在matlab的源代码-Quadratic programming codes in matlab
Platform: | Size: 3072 | Author: aceaphrod | Hits:

[Algorithmquadratic-programming

Description: 主要用于数学上二次规划,简明易了,适合初学者-quadratic programming
Platform: | Size: 2048 | Author: | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net