二次迭代,quadratic iteration
1)quadratic iteration二次迭代
1.There are many methods to produce chaos by quadratic iteration.迭代可以产生混沌,正在研究中的二次迭代产生混沌现象也很多。
英文短句/例句

1.Three-sample-and-two-time Iteration Algorithm Optimality of Rotation Vector in Coning Motion锥运动环境下旋转矢量的三子样二次迭代优化算法
2.A Modified BFGS Method Uses in an SQP Algorithm;序列二次规划中迭代矩阵的正定性研究
3.An iterative method with fast convergence speed:two-order parabola cut-chord method一种收敛较快的迭代法:二次抛物线弦割法
4.Properties of Solutions of the Third Order Polynomial-like Iterative Equation and Generalization of Functional Equations for the Square Root Spiral;三次多项式型迭代方程解的性质与二次螺线根方程的推广
5.Prediction model of noniterative least squares SVM based on quadratic Renyi-entropy基于二次Renyi熵的非迭代最小二乘支持向量机预测模型
6.A Refined Iterative Block Second-Order Arnoldi Method;精化迭代块二阶Arnoldi方法
7.Twiddle Iteration Algorithm of Quadratic Programming and Its Application in Risk Management;二次规划的旋转迭代算法及在风险管理中的应用
8.The loop runs two times; the third iteration simply is not done.循环返回两次。第三次迭代完全没做。
9.A sufficient and necessary condition of the AOR iterative method for consistently ordered matrices相容次序矩阵AOR迭代收敛的充要条件
10.The Iteratively Degree-Preserving Planar Maps and the Solutions of One Iterative Equation;迭代保次的平面多项式映射及一个迭代方程的解
11.Inversion of Two-Dimensional Axisymmetric Potential Field Using the Distorted Born lterative Method轴对称二维位场的变形玻恩迭代反演
12.Least Squares Based Iterative Identification for Two-Input Multirate Systems双输入多率系统的最小二乘迭代辨识
13.Analytic solutions of a second-order iterative functional differential equation一类二阶迭代泛函微分方程的解析解
14.Newton's method for the nonlinear function of two independent variables二元非线性方程组求根的牛顿迭代法
15.Convergence for a Family of Iterations with the Second-Order-Derivative-Free避免二阶导数计值的迭代族的收敛性
16.Performing one more or one less iteration usually changes the results substantially.多一次或者少一次迭代通常都会影响结果。
17.Average time to last byte per iteration (msecs):每次迭代接收最后一个字节的平均时间(毫秒):
18.When iteration times are over 303, the computing accuracy is over.当迭代次数大于300时,计算精度达到以上。
相关短句/例句

double-integral iteration method二次积分迭代法
1.Based on the analysis of main factors causing the non-linear characteristics of beams and columns in bending, a double-integral iteration method is proposed for the non-linear full-range analysis of R.在分析了钢筋混凝土框架受弯构件、压弯构件显示非线性特征的主要原因的基础上 ,提出了对钢筋混凝土框架进行非线性全过程分析的二次积分迭代法 。
3)secondary iterated fitting二次迭代拟合
1.A new method for grey medium and long term load forecasting-the secondary iterated fitting method is put farward,on the basis of the original GM(1,1)model,the original data is used for the secondary model iterated fitting to get the best value of parameters.提出了灰色预测的一种新方法———二次迭代拟合方法。
4)two level quantified二次迭代量化
5)IQP迭代二次规划
6)two-sample and two-times iteration algorithm双子样二次迭代
延伸阅读

策略迭代法  动态规划中求最优策略的基本方法之一。它借助于动态规划基本方程,交替使用"求值计算"和"策略改进"两个步骤,求出逐次改进的、最终达到或收敛于最优策略的策略序列。    例如,在最短路径问题中,设给定M个点1,2,...,M。点M是目的点,сij>0是点i到点j的距离i≠j,сij=0,i,j=1,2,...,M,要求出点i到点M的最短路。记??(i)为从i到M的最短路长度。此问题的动态规划基本方程为     (1)其策略迭代法的程序如下:选定一初始策略u0(i),在这问题中,策略u(i)的意义是从点i出发走一步后到达的点,而且作为策略,它是集{1,2,...,M-1}上的函数。由u0(i)解下列方程组求出相应的值函数??0(i):    再由??0(i)求改进的一次迭代策略u1(i),使它是下列最小值问题的解:然后,再如前面一样,由u1(i)求出相应的值函数??1(i),并由??1(i)求得改进的二次迭代策略u2(i),如此继续下去。 可见求解(1)的策略迭代法的程序由下列两个基本步骤组成:    ①求值计算 由策略 un(i)求相应的值函数??n(i),即求下列方程的解:          ②策略改进 由值函数??n(i)求改进的策略,即求下列最小值问题的解:式中规定,如un(i)是上一问题的解,则取un+1(i)=un(i)。    在一定条件下,由任选的初始策略出发,轮换进行这两个步骤, 经有限步N后将得出对所有i,uN+1(i)=uN(i)这样求得的uN(i)就是最优策略,相应的值函数??N(i)。是方程(1)的解。    对于更一般形式的动态规划基本方程     (2)这里??,H,φ为给定实函数。上述两个步骤变成:    ①求值计算 由策略un(x)求相应的值函数 ??n(x),即求方程 之解,n=0,1,2...。    ②策略改进 由值函数??n(x)求改进的策略un+1(x),即求最优值问题的解。    对于满足适当条件的方程(2)和初始策略,上述两个步骤的解存在,并且在一定条件下,当n→ 时,所得序列{??n(x)}与{un(x)}在某种意义下分别收敛于(2)的解和最优策略。    策略迭代法最初是由R.贝尔曼提出的。1960年,R.A.霍华德对于一种马尔可夫决策过程模型,提出了适用的策略迭代法,给出了相应的收敛性证明。后来,发现策略迭代法和牛顿迭代法在一定条件下的等价性,于是,从算子方程的牛顿逼近法的角度去研究策略迭代法,得到了发展。    对于范围很广的一类马尔可夫决策过程,其动态规划基本方程可以写成;式中??∈V,对所有 γ∈Γ:r(γ)∈V,γ为 V→V的线性算子,Γ为这种算子的族,而V 则是由指标值函数所构造的函数空间。假设当 ??(γ)是方程 r(γ)+γ??=0 的解时, 它是对应于策略γ的指标值函数。最优策略 γ定义为最优值问题的解。这时由策略迭代法所求得的序列 {??n}和{γn}满足下列关系其中为 γn+1的逆算子。当σ是加托可微时, γn+1是σ在??n处的加托导数。于是,上面的关系恰好表达了牛顿迭代法在算子方程中的推广。