Location:
Search - quadprog
Search list
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: 4887 |
Author: 王志波 |
Hits:
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:
Description: Quadratic programming function that can solve
QP with positive definite matrix
Platform: |
Size: 10240 |
Author: Shuntaro Maeda |
Hits:
Description: This is a support vector machine program developed based on quadprog. Polynomial and RBF kernel are supported. Test it by executing example.m with supported data.
Platform: |
Size: 260096 |
Author: SUNGWOONG KIM |
Hits:
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:
Description: 序列二次规划的一个很好的解法,求解二次规划问题- main.cc
quadprog.cc
quadprog.hh
Platform: |
Size: 17408 |
Author: flyer |
Hits:
Description: 数值计算,求解函数最优化的一个工具,是一个库函数,-Numerical calculation, to solve the function optimization of a tool, a library function,
Platform: |
Size: 4096 |
Author: 李颜 |
Hits:
Description: SVM支持向量机。使用quadprog实现了SVM机器学习,把训练数据分成两组,找到决策面。-SVM Support Vector Machine. SVM achieved using quadprog machine learning, the training data into two groups, find decision-making surface.
Platform: |
Size: 68608 |
Author: 丁丁 |
Hits:
Description: 解二次规划函数,具体采用方法不祥,但非有效集法-solve a problem
Platform: |
Size: 5120 |
Author: 赵杰 |
Hits:
Description: 利用matlab的quadprog函数在原空间求解二次规划问题,非常巧妙的转换-Use matlab' s function in the original space quadprog solving quadratic programming problems, very clever conversion
Platform: |
Size: 20480 |
Author: clan |
Hits:
Description: 解决quadprog问题 内点法求解线性规划问题; 通过内点法实现了线性规划问题的求解;-Solve the problem solving quadprog interior point method for the linear program problem Through the interior point method to realize the linear programming problem solving.
Platform: |
Size: 332800 |
Author: 祝庆庆 |
Hits:
Description: 使用支持向量机进行非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式,求解二次规划时调用了优化工具箱的quadprog函数。本函数在程序入口处对数据进行了[-1,1]的归一化处理,所以计算得到的回归解析式的系数是针对归一化数据的,仿真测-Using support vector machines non-linear regression
Platform: |
Size: 2048 |
Author: tcf |
Hits:
Description: 对于自学二次规划非常好的学习例程,全部是matlab文件及示例,直观易懂~-This document is very good for learning matlab , all are PPT files , intuitive and easy to understand .-quadprog.rar
Platform: |
Size: 3072 |
Author: AndyChou |
Hits:
Description: 好用的二次规划算法,我一直在用,非常推荐-Easy to use quadratic programming algorithm, I have been very recommended
Platform: |
Size: 6144 |
Author: 王彬 |
Hits:
Description: matlab优化工具箱,包括线性规划linprog.m,二次规划quadprog.m等-optim toolbox
Platform: |
Size: 1826816 |
Author: 赵谷 |
Hits:
Description: 使用支持向量机进行非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式,
求解二次规划时调用了优化工具箱的quadprog函数。-Support Vector Machine for Nonlinear Regression
Platform: |
Size: 2048 |
Author: 黄梓 |
Hits:
Description: 使用支持向量机进行非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式,
求解二次规划时调用了优化工具箱的quadprog函数。本函数在程序入口处对数据进行了
[-1,1]的归一化处理,所以计算得到的回归解析式的系数是针对归一化数据的,仿真测
试需使用与本函数配套的Regression函数。- Using non-linear support vector machine regression, nonlinear function y = f (x1, x2, ..., xn) support vector analytic, Optimization Toolbox quadprog call function when solving quadratic programming. The function of the data in the program carried out at the entrance [-1,1] of normalization, so the regression coefficients calculated analytical formula is for the normalization of data, simulation test test need to use this function supporting The Regression functions.
Platform: |
Size: 2048 |
Author: luban |
Hits:
Description: 二次规划包This file is part of QuadProg++: a C++ library implementing
the algorithm of Goldfarb and Idnani for the solution of a (convex)
Quadratic Programming problem by means of an active-set dual method.-Quadprog++ 1.2.1
Platform: |
Size: 1266688 |
Author: 汪洋 |
Hits:
Description: 1.计算两类样本的隶属度;2.使用quadprog函数求解svm的拉格朗日乘子;3.主成份分析-1.caculate the membership of 2 samples;2.use quadprog function to get the lagrangian multiplier;3.principle component analasys
Platform: |
Size: 3072 |
Author: 石林 |
Hits:
Description: quanprog 不确定性支持向量机寻优(matlab function quadprog for uncertain svm)
Platform: |
Size: 1024 |
Author: 飞车穿越联盟
|
Hits: