当前位置:
首页
资源下载

搜索资源 - interior point method
搜索资源列表
-
3下载:
一种用C++编的罚函数内点法进行的优化程序设计,解决有关优化问题,可以使用,抄来的,仅供己用-a C + + compile penalty function interior point method for optimizing the design process and solve the optimization problem, it can use, copied, only for their own use!
-
-
0下载:
loqo用内点法进行解最优化问题。对于训练SVM特别有用。-loqo using interior point method for Solving optimization problems. Training for SVM particularly useful.
-
-
8下载:
MATLAB的梯度法,内点法,外点法,罚函数,惩罚函数,线性梯度法,源程序,按照提示输入,可直接运行,MATLAB' s gradient method, interior point method, outside the point of law, penalty function, penalty function, the linear gradient method, source code, follow the prompts to input, can be directly r
-
-
2下载:
内点法求解线性规划问题;
通过内点法实现了线性规划问题的求解;
内有说明文件;,Interior point method for solving linear programming problems through the realization of the interior point method for solving linear programming problem there is documentation
-
-
2下载:
解优化问题时常用的惩罚函数法,分为内点法和外点法两种,求解约束优化问题最优值。-Penalty function method, including interior point method and exterior point method, to solve the optimal value of constrained optimization problems.
-
-
1下载:
机械优化设计的作业 包括一维搜索方法(二次差值,牛顿法,黄金分割法),以及最速下降法和内点惩罚函数法及等值线图-Optimal Design of mechanical operations, including one-dimensional search method (the second difference, Newton' s law, golden section method), and the steepest descent method and interior po
-
-
4下载:
内点法是从可行域内某一初始内点出发,在可行域内进行迭代的序列极小化方法。它仅用于求解不等式约束优化问题。这里列出内点惩罚函数法的六个子程序。
-Interior point method is a feasible region within the initial point of view, the region, where feasible, to carry out the sequence of iterative minimization method. It is only
-
-
0下载:
基于内点法的解l2_l1和l2_TV优化问题的matlab代码-Interior point method based on the solution l2_l1 and optimization problems l2_TV code matlab
-
-
0下载:
优化设计常用程序,用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用。-Commonly used to optimize the design process, using C++ for some of the most optimized operating procedures, the Newton method, DFP method, conjugate gradient method, simplex meth
-
-
0下载:
内点法求解凸二次规划
COPL_QP是一个可用的凸二次规划实验的解。这个软件包试图解决线性约束凸二次规划。源代码用C语言编写,附带用户指南(postscr ipt文件)和问题实例-Interior point method for solving convex quadratic programming
-
-
0下载:
该程序使用matlab开发的规划中的经典算法——基于对偶仿射理论的内点法,在工程中是很常用的-The program developed by the use of matlab classical planning algorithm - based on the theory of dual affine interior point method, in the projects is a very commonly used-该程序使用matlab开发的规划中的经典算法——基于对偶仿射理
-
-
0下载:
d电力系统潮流计算中的内点法
d电力系统潮流计算中的内点法-d Power Flow Calculation of Interior Point Method
-
-
0下载:
一、 牛顿-拉夫逊法概要
首先对一般的牛顿-拉夫逊法作一简单说明。已知一个变量X的函数
(4-6)
解此方程式时,由适当的近似值X(0)出发,根据 (4-7)
反复进行计算,当X(n)满足适当的收敛判定条件时就是(4-6)式的根。这样的方法就是所谓的牛顿-拉夫逊法。
式(4-7)就是取第n次近似解X(n)在曲线 上的点 处的切线与X轴的交点作下一次X(n+1)值的方法。参考图4-2(a)。在这一方法中为了能收敛于真解,初值X(0)的选取及函数f(X)必须满足适当的条件,如
-
-
0下载:
内点法首先要在可行域求可行的初始点,这当约束增多时,往往是困难的,而外点法则不需要。-Interior point method in the feasible region must first find an initial feasible point, which increases when the time constraint is often difficult, outer point of law does not require.
-
-
1下载:
共轭梯度法 SUMT内点法 最速下降法 牛顿法 matlab实现-Conjugate gradient method SUMT interior point method the steepest descent method Newton method
matlab
-
-
0下载:
内点法的算法技术文章,千万不要错过,有其适合初学者学习-Interior Point Algorithm for technical articles, do not miss, there it is suitable for beginners to learn
-
-
0下载:
An Interior Point Method Based on Continuous Analogy Method for Optimal Power Flow of Large Scale AC/DC Systems
-
-
0下载:
程序为内点法,用来求解具有不等式约束条件的目标函数极值,用C开发的程序。-Program for the interior point method for solving the objective function extremum with inequality constraints, a program developed by C.
-
-
0下载:
用黄金分割法和内点法对给出函数的极小点进行求解并验证。-Gold split method and the interior point method to give the function of the minimum point is solved and verified.
-
-
2下载:
内点法计算二机系统最优潮流,算例出自王锡凡《现代电力系统分析》(OPF calculation of 2-machine system by interior point method)
-