搜索资源列表
quadprog
- 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, out
quadprog2.m
- Quadratic programming function that can solve QP with positive definite matrix
SVMbyQuadprog
- 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.
QuadProg
- Visual Studio 2005 环境下,C++ 实现的求解凸二次规划的算法源代码。-a C++ implementing algorithm for a (convex) Quadratic Programming problem by means of an active-set dual method.
Cprogrammer_QuadProg
- 序列二次规划的一个很好的解法,求解二次规划问题- main.cc quadprog.cc quadprog.hh
quadprog
- 数值计算,求解函数最优化的一个工具,是一个库函数,-Numerical calculation, to solve the function optimization of a tool, a library function,
SVM
- SVM支持向量机。使用quadprog实现了SVM机器学习,把训练数据分成两组,找到决策面。-SVM Support Vector Machine. SVM achieved using quadprog machine learning, the training data into two groups, find decision-making surface.
quadprog
- 解二次规划函数,具体采用方法不祥,但非有效集法-solve a problem
yuankongjian
- 利用matlab的quadprog函数在原空间求解二次规划问题,非常巧妙的转换-Use matlab' s function in the original space quadprog solving quadratic programming problems, very clever conversion
quadprog-1.1.tar
- 解决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.
svm3
- 使用支持向量机进行非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式,求解二次规划时调用了优化工具箱的quadprog函数。本函数在程序入口处对数据进行了[-1,1]的归一化处理,所以计算得到的回归解析式的系数是针对归一化数据的,仿真测-Using support vector machines non-linear regression
quadprog
- 对于自学二次规划非常好的学习例程,全部是matlab文件及示例,直观易懂~-This document is very good for learning matlab , all are PPT files , intuitive and easy to understand .-quadprog.rar
QuadProg
- 好用的二次规划算法,我一直在用,非常推荐-Easy to use quadratic programming algorithm, I have been very recommended
optim
- matlab优化工具箱,包括线性规划linprog.m,二次规划quadprog.m等-optim toolbox
Support-Vector-Machine.txt
- 使用支持向量机进行非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式, 求解二次规划时调用了优化工具箱的quadprog函数。-Support Vector Machine for Nonlinear Regression
SVMANN_matlab_code.
- 使用支持向量机进行非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式, 求解二次规划时调用了优化工具箱的quadprog函数。本函数在程序入口处对数据进行了 [-1,1]的归一化处理,所以计算得到的回归解析式的系数是针对归一化数据的,仿真测 试需使用与本函数配套的Regression函数。- Using non-linear support vector machine regression, nonlinear function y = f (x1,
quadprog-1.2.1.tar
- 二次规划包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
eye(n);b=1/L*ones(n,1); x=quadprog(M,[],A,b);
- eye(n);b=1/L*ones(n,1); x=quadprog(M,[],A,b);
Matlab
- 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
quanprog
- quanprog 不确定性支持向量机寻优(matlab function quadprog for uncertain svm)