内点方法,interior point method
1)interior point method内点方法
1.Using the result of skew-symmetric problem in interior point method theory, new proof of the dual theorems is obtained.将原问题与对偶问题嵌入到一个斜对称问题之中,利用内点方法理论中斜对称问题的结果,给出了对偶定理的新证明。
2.An interior point method for getting the K T point of a nonlinear programming under linear independent constraint qualifications is given at[1].:文献 [1 ]给出了在线性无关的约束规定下求解非线性规划K T点的新的内点方法
3.The design problem is shown to be convex,and its semi-definite programming(SDP) formulation is obtained that facilitates a computationally efficient way to implement our design using the interior point method,which detect the feasibility of the design under the given optimization parameters,and enables us to correct the.结合半正定优化理论,经过数学推导,将该设计问题转换为半正定优化问题,然后借助内点方法给出最优滤波器系数。
英文短句/例句

1.Homotopy interior point method for non-convex optimization problem with weak pseudo cone condition解非凸优化问题的一个同伦内点方法
2.A Filter-Trust Region Interior Point Method for Optimal Power Flow;一种求解最优潮流的过滤器—信赖域内点方法
3.Further Discussions on an Interior-Point Method with Double Slack Vectors for Nonconvex Nonlinear Programming非凸非线性规划双松弛内点方法的进一步研究
4.Modified Homotopy Interior Point Method to Solve Nonlinear Programming Problems改进的同伦内点方法求解非线性规划问题
5.Two Interior Trust Region Methods for Large-scale Nonlinear Optimization Subject to Bounds;求解大规模非线性界约束优化问题的两个信赖域内点方法
6.Focal Point and Method for Internal Control of Enterprise Monetary Capital;企业货币资金内部控制的重点与方法
7.On the Key Contents, Methods and System of the Environmental Audit;浅议环境审计的重点内容、方法和体系
8.Noninterior Continuation Method for Solving Semidefinite Programming半定规划的非内点连续化方法(英文)
9.Comparative Study of the One-Point High Pre cise Integration Method and the Finite Difference Methods for Schrdinger Equation;Schrdinger方程单内点精细积分法与差分法比较研究
10.Characters of traditional debugging techniques for operating system kernels are analyzed.分析了现有操作系统内核调试方法的优缺点。
11.A Model Analysis to Beam Bar Slippage of Seismic Structure Joints抗震结构节点内梁纵筋粘结滑移的模型化方法
12.An Affine-scaling Interior-point Trust Region Method for Nonlinear Equations with Simple Bounds;界约束非线性方程组的仿射尺度内点信赖域法
13.The Common Reckon Method about Mean Distance of Two Points of a Convex Domain;计算凸域内两点间平均距离的普遍方法
14.Interior Affine Scaling Trust Region Algorithm Via Optimal Path for Nonlinear Optimizations Subject to Linear Constraints;线性约束优化的最优路径仿射内点信赖域方法
15.The Content and Features of the Educational Legislation of Local National Minorities in China;我国地方少数民族教育立法的内容及特点
16.Keys and Methods for Internal Audit in Life Insurance Company;试论寿险公司开展内部审计工作的重点与方法
17.The Content,Method and Focal Points of the Quality Education of Vocational College Students;高职院校大学生素质教育的内容、方法与重点
18.AN INFEASIBLE NON-INTERIOR CONTIN-UATION METHOD FOR NONLINEAR COMPLEMENTARITY PROBLEM;非线性互补问题的一种不可行非内点连续方法
相关短句/例句

interior-point trust region method内点信赖域方法
1.This paper presents an affine-scaling interior-point trust region method for solving nonlinear equations with simple bounds.提出用一种非单调仿射尺度内点信赖域方法求解简单界约束非线性方程组,该算法使用非单调结构,放宽了接受尝试步的条件,在通常假设条件下,证明了算法的全局收敛性。
3)interior point type of iterative algorithm内点型迭代方法
1.An interior point type of iterative algorithm is proposed for the monotone variational inequality problem with a polyhedral convex set.通过研究多面凸集上一般变分不等式问题与约束方程组的关系,将其转化为等价非负约束极小化问题,给出一个具体求解单调变分不等式问题的内点型迭代方法,数值试验结果表明所给方法是稳定和有效的。
4)combined homotopy infeasible interior-point method不可行的内点同伦方法
5)Noninterior continuation method非内点连续化方法
6)Interior point method内点法
1.A weaker condition of combined homotopy interior point method for getting K-K-T point of general nonlinear programming;同伦内点法解一般非线性规划K-K-T点的较弱条件
2.Strategies of Power System Transient Stability Control Based on Interior Point Method Optimal Power Flow;基于内点法最优潮流的电力系统暂态稳定控制策略
3.An interior point method is used to solve the multi-objective OPF.并用与系统规模关系不大的内点法对模型进行求解。
延伸阅读

CATIA中调入数据点的方法 catia可以以点云的形式调入数据点,但是点云形成的曲面片体无法进行剪裁、等距、增厚等处理。如果就是想用点云的话,那么就由点云形成点云曲面片体,再通过参考面与点云曲面片体相交形成曲线,此时的曲线也不能进行loft处理,那么再求过此时的曲线上一定点的曲线,这是的曲线可以进行loft等处理。这种方法得到的曲面有一定的误差。我们可以交流这种方法。 点云的方法无法处理一条曲线点。 其实,还有一种更好的方法,那就是把点当成catia的特征点调入。用catia生成仅仅含有几个点的文件,存成iges文件,比较一下iges文件的内容,你就发现那是很有规律,我们可以通过编程的手段,把一系列的数据点形成iges文件格式,然后用catia直接打开即可。iges文件就是一个文本文件,可以用任意文本编辑器打开,推荐用windows自带的写字板,欢迎交流。