搜索资源列表
-
2下载:
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
-
-
0下载:
LINDO用于求解线性规划和二次规划问题,LINGO除了具有LINDO的全部功能外,还可以用于求解非线性规划问题,也可以用于一些线性和非线性方程(组)的求解,等等。-LINDO for solving linear programming and quadratic programming problems, LINDO LINGO addition to the full functionality, but also can be used for nonlinear programming
-
-
0下载:
An optimal neuron evolution algorithm for the restoration
of linearly distorted images is presented in this paper. The proposed
algorithm is motivated by the symmetric positive-definite quadratic programming
structure inherent in restoration. T
-
-
0下载:
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.
-
-
1下载:
针对助推- 滑翔导弹的弹道优化问题,给出了一种求解其最大射程弹道的分段优化方法,建立了其
纵平面运动模型和弹道优化模型。在考虑攻角绝对值、攻角变化率、法向过载、分离点攻角衔接及落地条件等约束
下,应用序列二次规划法求解了其最大射程弹道。分析表明,助推- 滑翔导弹比传统弹道导弹射程显著提高,其最
优弹道的起伏有助于增大射程和提高突防能力-For booster- Optimize glider ballistic missile problem, give a maximum rang
-
-
0下载:
Quadratic programming function that can solve
QP with positive definite matrix
-
-
0下载:
SVM classification
This routine classify the training set with a support vector machine using quadratic programming algorithm (active constraints method)
-
-
0下载:
Combining of Chaotic Differential Evolution
and Quadratic Programming for Economic
Dispatch Optimization With Valve-Point Effect
-
-
1下载:
WORD VB 二次编程,实现题库管理与自动出卷功能。-The WORD VB quadratic programming, question bank management, and automatic volume.
-
-
0下载:
LINDO用于求解线性规划与二次规划问题,LINGO除了具有LINDO的全部功能能外,还能用于求解非线性规划问题,也能用于一些线性与非线性方程(组)的求解,等等。
-LINDO for solving linear programming, quadratic programming problem in addition to all the functions can LINDO, LINGO, can also be used to solve nonlinear programmin
-
-
0下载:
在linux下C写的最大最小蚁群算法,用于解决VRP、TSP问题,效果发很好。-A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP).
-
-
0下载:
BPMPD_MEX is a MATLAB® MEX interface to BPMPD, an interior point solver for quadratic programming developed by Csaba Mészáros at the MTA SZTAKI, Computer and Automation Research Institute, Hungarian Academy of Sciences, Budapest, Hungary. -BPMPD_
-
-
0下载:
一元二次方程求根公式,一元二次方程求根公式式用c程序编写-One yuan quadratic formula, one yuan quadratic formula-style programming with c
-
-
0下载:
最优化算法中的二次规划算法,对二次规划问题很有用-Optimization algorithm quadratic programming algorithm is useful for quadratic programming problems
-
-
0下载:
在C#平台调用Ginkgo USB-I2C适配器或者Ginkgo USB-SPI适配器的二次编程接口函数实现GPIO读写控制功能,本程序对GPIO读写控制的各种模式进行了全面展示。-Call Ginkgo USB-I2C adapter or Ginkgo USB-SPI adapter quadratic programming in C# platform GPIO interface functions to achieve control functions to read and wr
-
-
0下载:
matlab二次规划源代码,可以直接使用-matlab quadratic programming source code can be used directly
-
-
0下载:
Many academic problems that you will be asked to solve have this step completed by the instructor.
For example, if your instructor ask you to solve a quadratic algebraic equation and provides you
with all of the coefficients, the problem has been
-
-
2下载:
Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法 线性规划 单纯形法 修正单纯形法 大M法 变量有界单纯形法 整数规划 割平面法 分支定界法 0-1规划 二次规划 拉格朗曰法 起作用集算法 路径跟踪法 粒子群优化算法 基本粒子群算法 带压缩因子的粒子群算法 权重改进的粒子群算法 线性递减权重法 自适应权重法 随机权重法 变学习因子的粒子群算法 同步变化的学习因子 异步变化的学习因子 二阶粒子群算法 二阶振荡粒子群算法-radien
-
-
1下载:
基于交替方向乘子法的二次规划问题求解,解决一般的二次规划问题-Based on alternating direction multiplier method for solving quadratic programming problems, to solve the general quadratic programming problem
-
-
1下载:
序列二次规划优化算法,解决线性约束的二次规划问题-Sequential Quadratic Programming optimization algorithm for solving linear constrained quadratic programming problems
-