搜索资源列表
erciguihua
- 基于牛顿迭代法的二次规划程序,采用VC平台,适合解决大容量稀疏矩阵的优化问题-Newton iterative method based on the quadratic programming procedures using VC platform, suitable for solving large sparse matrix capacity optimization
二次插值寻优程序文档
- The document to the quadratic interpolation algorithm program
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)求解二次规划:-fu
plotfit2
- 多项式二次曲线拟合程序!用于实验设计!另有画图函数并且可以进行方差分析1-quadratic polynomial curve fitting procedures. For the experimental design! Another drawing functions can be carried out an analysis of variance
quadraticprograming
- 计算不等式约束情况下二次规划问题,操作平台是MATLAB-Calculation of inequality constrained quadratic programming problem cases, operation platform is a MATLAB
Bspline
- 通过C++和GLUT,用OPENGL 实现的 二次 B spline 曲线渲染。 鼠标左键点击,添加控制点,可以随意移动控制点来改变曲线。 适合OPENGL初学者了解曲线生成过程。-Through the C++ And GLUT, using OPENGL realized quadratic B spline curve rendering. Click the left mouse button, add control
loqo
- 优化算法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 re
yj6
- 离散二次线性系统最优控制问题的MAtlab 原程序代码-Discrete linear systems with quadratic optimal control problem of the original Matlab code
Opt_Quadratic
- 插值算法是一类重要的线性搜索方法,其基本思想是在搜索区间中不断用低次插值多项式来近似目标函数。该程序是用二次插值算法求区间上的无约束最优化解。-Interpolation algorithm is one important class of linear search method, its basic idea is constantly in the search interval with a low polynomial in
svm
- 史蒂文-甘的支持向量机工具包,采用smo算法解决二次规划问题,c++编写嵌入使用-Steven- Support Vector Machines GAN toolkit smo algorithm used to solve quadratic programming problems, c++ Prepared embed the use of
linprog_net-0.5.5-src
- LinProg.NET is a fr a mework for mathematical programming implemented on .NET platform. This fr a mework is supporting linear, integer, boolean and quadratic programming. fr a mework is written on Microsoft .NET version
yuchou2
- 用matlab解决线性回归问题,在约束条件下求解二次回归问题的极小值-Using matlab to solve linear regression problems, in the constraint solving quadratic regression under the condition of the minimum problem
NIP
- matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序提上日程,香港大学的李端和复旦大学编写的《Nonlinear Integer Programming》(非线性整数规划)为编写
new_sqp
- 通过对经典的lemke互补转轴算法求解含有等式约束的凸二次规划问题的分析,发现所得到的线性互补问题(lcp)可能是退化的.由lemke算法求解(lcp)问题的迭代过程,通过六个命题说明了含有等式约束的凸二次规划问题对应的(lcp)问题退化的原因,并对经典的lemke算法的迭代过程进行修正,提出了一种改进的lemke算法,这种算法能有效地搜索到含等式约束凸二次规划问题的最优解.-Through the classic Lemke comp
fitnessfunction
- 线性二次最优控制加权阵遗传算法优化适应度函数m文件;模糊控制器量化比例因子遗传算法优化适应度函数m文件-Linear quadratic optimal control weighted array genetic algorithm fitness function m documents quantization scale factor of fuzzy controller optimized by GA fitness fu
DiscriminantAnalysis
- Implementation to linear, quadratic and logistic discriminant analysis, for examples
(Quadratic-inter)
- Quadratic interpolation search method M-file
Quadratic-interpolation
- 本程序用二次插值法计算任意点的函数值,欢迎下载-This procedure calculated by quadratic interpolation function values at any point, please download
quadratic-programming
- 很优秀的优化仿真二次规划算法;很优秀的优化仿真二次规划算法-quadratic programming;quadratic programming;quadratic programming;quadratic programming;
the solution of the quadratic equation
- The program code for solving the quadratic equation