CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - quadprog
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - quadprog - List
[
Windows Develop
]
quadprog
DL : 0
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
Update
: 2008-10-13
Size
: 4.77kb
Publisher
:
王志波
[
Windows Develop
]
quadprog
DL : 0
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
Update
: 2025-02-19
Size
: 5kb
Publisher
:
王志波
[
Windows Develop
]
quadprog2.m
DL : 0
Quadratic programming function that can solve QP with positive definite matrix
Update
: 2025-02-19
Size
: 10kb
Publisher
:
Shuntaro Maeda
[
AI-NN-PR
]
SVMbyQuadprog
DL : 0
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.
Update
: 2025-02-19
Size
: 254kb
Publisher
:
SUNGWOONG KIM
[
Algorithm
]
QuadProg
DL : 0
Visual Studio 2005 环境下,C++ 实现的求解凸二次规划的算法源代码。-a C++ implementing algorithm for a (convex) Quadratic Programming problem by means of an active-set dual method.
Update
: 2025-02-19
Size
: 552kb
Publisher
:
沈正春
[
SCM
]
Cprogrammer_QuadProg
DL : 0
序列二次规划的一个很好的解法,求解二次规划问题- main.cc quadprog.cc quadprog.hh
Update
: 2025-02-19
Size
: 17kb
Publisher
:
flyer
[
matlab
]
quadprog
DL : 0
数值计算,求解函数最优化的一个工具,是一个库函数,-Numerical calculation, to solve the function optimization of a tool, a library function,
Update
: 2025-02-19
Size
: 4kb
Publisher
:
李颜
[
matlab
]
SVM
DL : 0
SVM支持向量机。使用quadprog实现了SVM机器学习,把训练数据分成两组,找到决策面。-SVM Support Vector Machine. SVM achieved using quadprog machine learning, the training data into two groups, find decision-making surface.
Update
: 2025-02-19
Size
: 67kb
Publisher
:
丁丁
[
matlab
]
quadprog
DL : 0
解二次规划函数,具体采用方法不祥,但非有效集法-solve a problem
Update
: 2025-02-19
Size
: 5kb
Publisher
:
赵杰
[
matlab
]
yuankongjian
DL : 0
利用matlab的quadprog函数在原空间求解二次规划问题,非常巧妙的转换-Use matlab' s function in the original space quadprog solving quadratic programming problems, very clever conversion
Update
: 2025-02-19
Size
: 20kb
Publisher
:
clan
[
Mathimatics-Numerical algorithms
]
quadprog-1.1.tar
DL : 0
解决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.
Update
: 2025-02-19
Size
: 325kb
Publisher
:
祝庆庆
[
matlab
]
svm3
DL : 0
使用支持向量机进行非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式,求解二次规划时调用了优化工具箱的quadprog函数。本函数在程序入口处对数据进行了[-1,1]的归一化处理,所以计算得到的回归解析式的系数是针对归一化数据的,仿真测-Using support vector machines non-linear regression
Update
: 2025-02-19
Size
: 2kb
Publisher
:
tcf
[
matlab
]
quadprog
DL : 0
对于自学二次规划非常好的学习例程,全部是matlab文件及示例,直观易懂~-This document is very good for learning matlab , all are PPT files , intuitive and easy to understand .-quadprog.rar
Update
: 2025-02-19
Size
: 3kb
Publisher
:
AndyChou
[
Algorithm
]
QuadProg
DL : 0
好用的二次规划算法,我一直在用,非常推荐-Easy to use quadratic programming algorithm, I have been very recommended
Update
: 2025-02-19
Size
: 6kb
Publisher
:
王彬
[
matlab
]
optim
DL : 0
matlab优化工具箱,包括线性规划linprog.m,二次规划quadprog.m等-optim toolbox
Update
: 2025-02-19
Size
: 1.74mb
Publisher
:
赵谷
[
Software Engineering
]
Support-Vector-Machine.txt
DL : 0
使用支持向量机进行非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式, 求解二次规划时调用了优化工具箱的quadprog函数。-Support Vector Machine for Nonlinear Regression
Update
: 2025-02-19
Size
: 2kb
Publisher
:
黄梓
[
AI-NN-PR
]
SVMANN_matlab_code.
DL : 0
使用支持向量机进行非线性回归,得到非线性函数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.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
luban
[
source in ebook
]
quadprog-1.2.1.tar
DL : 0
二次规划包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
Update
: 2025-02-19
Size
: 1.21mb
Publisher
:
汪洋
[
DataMining
]
Matlab
DL : 0
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
Update
: 2025-02-19
Size
: 3kb
Publisher
:
石林
[
Other
]
quanprog
DL : 0
quanprog 不确定性支持向量机寻优(matlab function quadprog for uncertain svm)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
飞车穿越联盟
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.