To address the issue of premature convergence and slow convergence rate in three-dimensional (3D) route planning of unmanned aerial vehicle (UAV) low-altitude penetration,a novel route planning method was proposed.Fir...To address the issue of premature convergence and slow convergence rate in three-dimensional (3D) route planning of unmanned aerial vehicle (UAV) low-altitude penetration,a novel route planning method was proposed.First and foremost,a coevolutionary multi-agent genetic algorithm (CE-MAGA) was formed by introducing coevolutionary mechanism to multi-agent genetic algorithm (MAGA),an efficient global optimization algorithm.A dynamic route representation form was also adopted to improve the flight route accuracy.Moreover,an efficient constraint handling method was used to simplify the treatment of multi-constraint and reduce the time-cost of planning computation.Simulation and corresponding analysis show that the planning results of CE-MAGA have better performance on terrain following,terrain avoidance,threat avoidance (TF/TA2) and lower route costs than other existing algorithms.In addition,feasible flight routes can be acquired within 2 s,and the convergence rate of the whole evolutionary process is very fast.展开更多
Conjugate gradient optimization algorithms depend on the search directions with different choices for the parameters in the search directions. In this note, by combining the nice numerical performance of PR and HS met...Conjugate gradient optimization algorithms depend on the search directions with different choices for the parameters in the search directions. In this note, by combining the nice numerical performance of PR and HS methods with the global convergence property of the class of conjugate gradient methods presented by HU and STOREY(1991), a class of new restarting conjugate gradient methods is presented. Global convergences of the new method with two kinds of common line searches, are proved. Firstly, it is shown that, using reverse modulus of continuity function and forcing function, the new method for solving unconstrained optimization can work for a continously dif ferentiable function with Curry-Altman's step size rule and a bounded level set. Secondly, by using comparing technique, some general convergence properties of the new method with other kind of step size rule are established. Numerical experiments show that the new method is efficient by comparing with FR conjugate gradient method.展开更多
To solve the problem of time-awarc test case prioritization,a hybrid algorithm composed of integer linear programming and the genetic algorithm(ILP-GA)is proposed.First,the test case suite which cm maximize the number...To solve the problem of time-awarc test case prioritization,a hybrid algorithm composed of integer linear programming and the genetic algorithm(ILP-GA)is proposed.First,the test case suite which cm maximize the number of covered program entities a d satisfy time constraints is selected by integer linea progamming.Secondly,the individual is encoded according to the cover matrices of entities,and the coverage rate of program entities is used as the fitness function and the genetic algorithm is used to prioritize the selected test cases.Five typical open source projects are selected as benchmark programs.Branch and method are selected as program entities,and time constraint percentages a e 25%and 75%.The experimental results show that the ILP-GA convergence has faster speed and better stability than ILP-additional and IP-total in most cases,which contributes to the detection of software defects as early as possible and reduces the software testing costs.展开更多
The full-waveform inversion method is a high-precision inversion method based on the minimization of the misfit between the synthetic seismograms and the observed data.However,this method suffers from cycle skipping i...The full-waveform inversion method is a high-precision inversion method based on the minimization of the misfit between the synthetic seismograms and the observed data.However,this method suffers from cycle skipping in the time domain or phase wrapping in the frequency because of the inaccurate initial velocity or the lack of low-frequency information.furthermore,the object scale of inversion is affected by the observation system and wavelet bandwidth,the inversion for large-scale structures is a strongly nonlinear problem that is considerably difficult to solve.In this study,we modify the unwrapping algorithm to obtain accurate unwrapped instantaneous phase,then using this phase conducts the inversion for reducing the strong nonlinearity.The normal instantaneous phases are measured as modulo 2π,leading the loss of true phase information.The path integral algorithm can be used to unwrap the instantaneous phase of the seismograms having time series and onedimensional(1 D)signal characteristics.However,the unwrapped phase is easily affected by the numerical simulation and phase calculations,resulting in the low resolution of inversion parameters.To increase the noise resistance and ensure the inversion accuracy,we present an improved unwrapping method by adding an envelope into the path integral unwrapping algorithm for restricting the phase mutation points,getting accurate instantaneous phase.The objective function constructed by unwrapping instantaneous phase is less affected by the local minimum,thereby making it suitable for full-waveform inversion.Further,the corresponding instantaneous phase inversion formulas are provided.Using the improved algorithm,we can invert the low-wavenumber components of the underneath structure and ensure the accuracy of the inverted velocity.Finally,the numerical tests of the 2 D Marmousi model and 3 D SEG/EAGE salt model prove the accuracy of the proposed algorithm and the ability to restore largescale low-wavenumber structures,respectively.展开更多
High-speed vehicle dynamic envelope curve is defined as the maximum limit outline affected by a variety of adverse factors while the train is running. Considering the difficulties in the current measurement system suc...High-speed vehicle dynamic envelope curve is defined as the maximum limit outline affected by a variety of adverse factors while the train is running. Considering the difficulties in the current measurement system such as complicated calibration process,cumbersome aided-instruments,strict limitation of working distance, this paper carries out an optical method in which two high-speed cameras with variable-zoom lenses are adopted as binocular stereo sensors of measurement system and a high-ac-curacy 3D target with fast reconstruction is designed. The intrinsic parameters of the sensors and the relative positions between coordinate systems are solved by the method of colinearity constrained optimization algorithm. The calibration process is easy to operate and the device is also of portability. Most importantly, the severe working distance limitation between sensors and measured body is solved, enhancing the adaptability of measurement system to environment. Experimental results show that when the sensors are in the range of 8 -16 m away from the measured body, system accuracy can reach up to ±0. 5 mm, which meets the requirements to measure the dynamic envelope curve of high-speed vehicle.展开更多
The nonlinear least square adjustment is a head object studied in technology fields. The paper studies on the non derivative solution to the nonlinear dynamic least square adjustment and puts forward a new algorithm m...The nonlinear least square adjustment is a head object studied in technology fields. The paper studies on the non derivative solution to the nonlinear dynamic least square adjustment and puts forward a new algorithm model and its solution model. The method has little calculation load and is simple. This opens up a theoretical method to solve the linear dynamic least square adjustment.展开更多
A polyhedral active set algorithm PASA is developed for solving a nonlinear optimization problem whose feasible set is a polyhedron. Phase one of the algorithm is the gradient projection method, while phase two is any...A polyhedral active set algorithm PASA is developed for solving a nonlinear optimization problem whose feasible set is a polyhedron. Phase one of the algorithm is the gradient projection method, while phase two is any algorithm for solving a linearly constrained optimization problem. Rules are provided for branching between the two phases. Global convergence to a stationary point is established, while asymptotically PASA performs only phase two when either a nondegeneracy assumption holds, or the active constraints are linearly independent and a strong second-order sufficient optimality condition holds.展开更多
This paper proposes a dwindling filter line search algorithm for nonlinear equality constrained optimization. A dwindling filter, which is a modification of the traditional filter, is employed in the algorithm. The en...This paper proposes a dwindling filter line search algorithm for nonlinear equality constrained optimization. A dwindling filter, which is a modification of the traditional filter, is employed in the algorithm. The envelope of the dwindling filter becomes thinner and thinner as the step size approaches zero. This new algorithm has more flexibility for the acceptance of the trial step and requires less computational costs compared with traditional filter algorithm. The global and local convergence of the proposed algorithm are given under some reasonable conditions. The numerical experiments are reported to show the effectiveness of the dwindling filter algorithm.展开更多
The alternating direction method of multipliers(ADMM)is a benchmark for solving convex programming problems with separable objective functions and linear constraints.In the literature it has been illustrated as an app...The alternating direction method of multipliers(ADMM)is a benchmark for solving convex programming problems with separable objective functions and linear constraints.In the literature it has been illustrated as an application of the proximal point algorithm(PPA)to the dual problem of the model under consideration.This paper shows that ADMM can also be regarded as an application of PPA to the primal model with a customized choice of the proximal parameter.This primal illustration of ADMM is thus complemental to its dual illustration in the literature.This PPA revisit on ADMM from the primal perspective also enables us to recover the generalized ADMM proposed by Eckstein and Bertsekas easily.A worst-case O(1/t)convergence rate in ergodic sense is established for a slight extension of Eckstein and Bertsekas’s generalized ADMM.展开更多
This paper proposes an inexact SQP method in association with line search filter technique for solving nonlinear equality constrained optimization. For large-scale applications, it is expensive to get an exact search ...This paper proposes an inexact SQP method in association with line search filter technique for solving nonlinear equality constrained optimization. For large-scale applications, it is expensive to get an exact search direction, and hence the authors use an inexact method that finds an approximate solution satisfying some appropriate conditions. The global convergence of the proposed algorithm is established by using line search filter technique. The second-order correction step is used to overcome the Maratos effect, while the line search filter inexact SQP method has q-superlinear local convergence rate. Finally, the results of numerical experiments indicate that the proposed method is efficient for the given test problems.展开更多
This paper considers geometric error control in the parabola-blending linear interpolation method(Zhang,et al.,2011).Classical model of chord error by approximation with contact circle on the parabolas leads to incorr...This paper considers geometric error control in the parabola-blending linear interpolation method(Zhang,et al.,2011).Classical model of chord error by approximation with contact circle on the parabolas leads to incorrect result.By computing the geometric error directly without accumulating the approximation error and chord error,the authors realize correct geometric error control by establishing inequality constraints on the accelerations of the motion.展开更多
This paper formulates and analyzes a line search method for general nonlinear equalityconstrained optimization based on filter methods for step acceptance and secant methods for searchdirection.The feature of the new ...This paper formulates and analyzes a line search method for general nonlinear equalityconstrained optimization based on filter methods for step acceptance and secant methods for searchdirection.The feature of the new algorithm is that the secant algorithm is used to produce a searchdirection,a backtracking line search procedure is used to generate step size,some filtered rules areused to determine step acceptance,second order correction technique is used to reduce infeasibility andovercome the Maratos effect.Global convergence properties of this method are analyzed:under mildassumptions it is showed that every limit point of the sequence of iterates generated by the algorithmis feasible,and that there exists at least one limit point that is a stationary point for the problem.Moreover,it is also established that the Maratos effect can be overcome in our new approach by addingsecond order correction steps so that fast local superlinear convergence to a second order sufficient localsolution is achieved.Finally,the results of numerical experiments are reported to show the effectivenessof the line search filter secant method.展开更多
The authors propose a dwindling filter algorithm with Zhou's modified subproblem for nonlinear inequality constrained optimization.The feasibility restoration phase,which is always used in the traditional filter m...The authors propose a dwindling filter algorithm with Zhou's modified subproblem for nonlinear inequality constrained optimization.The feasibility restoration phase,which is always used in the traditional filter method,is not needed.Under mild conditions,global convergence and local superlinear convergence rates are obtained.Numerical results demonstrate that the new algorithm is effective.展开更多
In this paper,a new modified BFGS method without line searches is proposed.Unlike traditionalBFGS method,this modified BFGS method is proposed based on the so-called fixed steplengthstrategy introduced by Sun and Zhan...In this paper,a new modified BFGS method without line searches is proposed.Unlike traditionalBFGS method,this modified BFGS method is proposed based on the so-called fixed steplengthstrategy introduced by Sun and Zhang.Under some suitable assumptions,the global convergence andthe superlinear convergence of the new algorithm are established,respectively.And some preliminarynumerical experiments,which shows that the new Algorithm is feasible,is also reported.展开更多
For the semi-infinite programming (SIP) problem, the authors first convert it into an equivalent nonlinear programming problem with only one inequality constraint by using an integral function, and then propose a sm...For the semi-infinite programming (SIP) problem, the authors first convert it into an equivalent nonlinear programming problem with only one inequality constraint by using an integral function, and then propose a smooth penalty method based on a class of smooth functions. The main feature of this method is that the global solution of the penalty function is not necessarily solved at each iteration, and under mild assumptions, the method is always feasible and efficient when the evaluation of the integral function is not very expensive. The global convergence property is obtained in the absence of any constraint qualifications, that is, any accumulation point of the sequence generated by the algorithm is the solution of the SIP. Moreover, the authors show a perturbation theorem of the method and obtain several interesting results. Furthermore, the authors show that all iterative points remain feasible after a finite number of iterations under the Mangasarian-Fromovitz constraint qualification. Finally, numerical results are given.展开更多
基金Project(60925011) supported by the National Natural Science Foundation for Distinguished Young Scholars of ChinaProject(9140A06040510BQXXXX) supported by Advanced Research Foundation of General Armament Department,China
文摘To address the issue of premature convergence and slow convergence rate in three-dimensional (3D) route planning of unmanned aerial vehicle (UAV) low-altitude penetration,a novel route planning method was proposed.First and foremost,a coevolutionary multi-agent genetic algorithm (CE-MAGA) was formed by introducing coevolutionary mechanism to multi-agent genetic algorithm (MAGA),an efficient global optimization algorithm.A dynamic route representation form was also adopted to improve the flight route accuracy.Moreover,an efficient constraint handling method was used to simplify the treatment of multi-constraint and reduce the time-cost of planning computation.Simulation and corresponding analysis show that the planning results of CE-MAGA have better performance on terrain following,terrain avoidance,threat avoidance (TF/TA2) and lower route costs than other existing algorithms.In addition,feasible flight routes can be acquired within 2 s,and the convergence rate of the whole evolutionary process is very fast.
文摘Conjugate gradient optimization algorithms depend on the search directions with different choices for the parameters in the search directions. In this note, by combining the nice numerical performance of PR and HS methods with the global convergence property of the class of conjugate gradient methods presented by HU and STOREY(1991), a class of new restarting conjugate gradient methods is presented. Global convergences of the new method with two kinds of common line searches, are proved. Firstly, it is shown that, using reverse modulus of continuity function and forcing function, the new method for solving unconstrained optimization can work for a continously dif ferentiable function with Curry-Altman's step size rule and a bounded level set. Secondly, by using comparing technique, some general convergence properties of the new method with other kind of step size rule are established. Numerical experiments show that the new method is efficient by comparing with FR conjugate gradient method.
基金The Natural Science Foundation of Education Ministry of Shaanxi Province(No.15JK1672)the Industrial Research Project of Shaanxi Province(No.2017GY-092)Special Fund for Key Discipline Construction of General Institutions of Higher Education in Shaanxi Province
文摘To solve the problem of time-awarc test case prioritization,a hybrid algorithm composed of integer linear programming and the genetic algorithm(ILP-GA)is proposed.First,the test case suite which cm maximize the number of covered program entities a d satisfy time constraints is selected by integer linea progamming.Secondly,the individual is encoded according to the cover matrices of entities,and the coverage rate of program entities is used as the fitness function and the genetic algorithm is used to prioritize the selected test cases.Five typical open source projects are selected as benchmark programs.Branch and method are selected as program entities,and time constraint percentages a e 25%and 75%.The experimental results show that the ILP-GA convergence has faster speed and better stability than ILP-additional and IP-total in most cases,which contributes to the detection of software defects as early as possible and reduces the software testing costs.
基金supported by the National Science and Technology major projects of China(No.2017ZX05032-003-002)Shandong Key Research and Development Plan Project(No.2018GHY115016)China University of Petroleum(East China)Independent Innovation Research Project(No.18CX06023A)。
文摘The full-waveform inversion method is a high-precision inversion method based on the minimization of the misfit between the synthetic seismograms and the observed data.However,this method suffers from cycle skipping in the time domain or phase wrapping in the frequency because of the inaccurate initial velocity or the lack of low-frequency information.furthermore,the object scale of inversion is affected by the observation system and wavelet bandwidth,the inversion for large-scale structures is a strongly nonlinear problem that is considerably difficult to solve.In this study,we modify the unwrapping algorithm to obtain accurate unwrapped instantaneous phase,then using this phase conducts the inversion for reducing the strong nonlinearity.The normal instantaneous phases are measured as modulo 2π,leading the loss of true phase information.The path integral algorithm can be used to unwrap the instantaneous phase of the seismograms having time series and onedimensional(1 D)signal characteristics.However,the unwrapped phase is easily affected by the numerical simulation and phase calculations,resulting in the low resolution of inversion parameters.To increase the noise resistance and ensure the inversion accuracy,we present an improved unwrapping method by adding an envelope into the path integral unwrapping algorithm for restricting the phase mutation points,getting accurate instantaneous phase.The objective function constructed by unwrapping instantaneous phase is less affected by the local minimum,thereby making it suitable for full-waveform inversion.Further,the corresponding instantaneous phase inversion formulas are provided.Using the improved algorithm,we can invert the low-wavenumber components of the underneath structure and ensure the accuracy of the inverted velocity.Finally,the numerical tests of the 2 D Marmousi model and 3 D SEG/EAGE salt model prove the accuracy of the proposed algorithm and the ability to restore largescale low-wavenumber structures,respectively.
基金National Science and Technology Major Project(No.2016ZX04003001)
文摘High-speed vehicle dynamic envelope curve is defined as the maximum limit outline affected by a variety of adverse factors while the train is running. Considering the difficulties in the current measurement system such as complicated calibration process,cumbersome aided-instruments,strict limitation of working distance, this paper carries out an optical method in which two high-speed cameras with variable-zoom lenses are adopted as binocular stereo sensors of measurement system and a high-ac-curacy 3D target with fast reconstruction is designed. The intrinsic parameters of the sensors and the relative positions between coordinate systems are solved by the method of colinearity constrained optimization algorithm. The calibration process is easy to operate and the device is also of portability. Most importantly, the severe working distance limitation between sensors and measured body is solved, enhancing the adaptability of measurement system to environment. Experimental results show that when the sensors are in the range of 8 -16 m away from the measured body, system accuracy can reach up to ±0. 5 mm, which meets the requirements to measure the dynamic envelope curve of high-speed vehicle.
文摘The nonlinear least square adjustment is a head object studied in technology fields. The paper studies on the non derivative solution to the nonlinear dynamic least square adjustment and puts forward a new algorithm model and its solution model. The method has little calculation load and is simple. This opens up a theoretical method to solve the linear dynamic least square adjustment.
基金supported by the National Science Foundation of USA(Grant Nos.1522629 and 1522654)the Office of Naval Research of USA(Grant Nos.N00014-11-1-0068 and N00014-15-12048)+1 种基金the Air Force Research Laboratory of USA(Contract No.FA8651-08-D-0108/0054)National Natural Science Foundation of China(Grant No.11571178)
文摘A polyhedral active set algorithm PASA is developed for solving a nonlinear optimization problem whose feasible set is a polyhedron. Phase one of the algorithm is the gradient projection method, while phase two is any algorithm for solving a linearly constrained optimization problem. Rules are provided for branching between the two phases. Global convergence to a stationary point is established, while asymptotically PASA performs only phase two when either a nondegeneracy assumption holds, or the active constraints are linearly independent and a strong second-order sufficient optimality condition holds.
基金supported by the National Natural Science Foundation of China under Grant Nos.11201304,11371253the Innovation Program of Shanghai Municipal Education Commission under Grant No.12YZ174Group of Accounting and Governance Disciplines(10kq03)
文摘This paper proposes a dwindling filter line search algorithm for nonlinear equality constrained optimization. A dwindling filter, which is a modification of the traditional filter, is employed in the algorithm. The envelope of the dwindling filter becomes thinner and thinner as the step size approaches zero. This new algorithm has more flexibility for the acceptance of the trial step and requires less computational costs compared with traditional filter algorithm. The global and local convergence of the proposed algorithm are given under some reasonable conditions. The numerical experiments are reported to show the effectiveness of the dwindling filter algorithm.
基金supported by National Natural Science Foundation of China(Grant Nos.11001124 and 91130007)the Doctoral Fund of Ministry of Eduction of China(Grant No.20110091110004)the General Research Fund from Hong Kong Research Grants Council(Grant No.HKBU 203712)
文摘The alternating direction method of multipliers(ADMM)is a benchmark for solving convex programming problems with separable objective functions and linear constraints.In the literature it has been illustrated as an application of the proximal point algorithm(PPA)to the dual problem of the model under consideration.This paper shows that ADMM can also be regarded as an application of PPA to the primal model with a customized choice of the proximal parameter.This primal illustration of ADMM is thus complemental to its dual illustration in the literature.This PPA revisit on ADMM from the primal perspective also enables us to recover the generalized ADMM proposed by Eckstein and Bertsekas easily.A worst-case O(1/t)convergence rate in ergodic sense is established for a slight extension of Eckstein and Bertsekas’s generalized ADMM.
基金supported by the National Science Foundation Grant under Grant No.10871130the Shanghai Leading Academic Discipline Project under Grant No.T0401
文摘This paper proposes an inexact SQP method in association with line search filter technique for solving nonlinear equality constrained optimization. For large-scale applications, it is expensive to get an exact search direction, and hence the authors use an inexact method that finds an approximate solution satisfying some appropriate conditions. The global convergence of the proposed algorithm is established by using line search filter technique. The second-order correction step is used to overcome the Maratos effect, while the line search filter inexact SQP method has q-superlinear local convergence rate. Finally, the results of numerical experiments indicate that the proposed method is efficient for the given test problems.
基金supported partially by the National Natural Science Foundation of China under Grant Nos.10871195 and 60821002/F02National Center for Mathematics and Interdisciplinary Sciences of Chinese Academy of Sciences
文摘This paper considers geometric error control in the parabola-blending linear interpolation method(Zhang,et al.,2011).Classical model of chord error by approximation with contact circle on the parabolas leads to incorrect result.By computing the geometric error directly without accumulating the approximation error and chord error,the authors realize correct geometric error control by establishing inequality constraints on the accelerations of the motion.
基金supported by the National Science Foundation under Grant No.10871130, the Ph.D. Foundation of Chinese Education Ministry under Grant No.20093127110005the Shanghai Leading Academic Discipline Project under Grant No.T0401
文摘This paper formulates and analyzes a line search method for general nonlinear equalityconstrained optimization based on filter methods for step acceptance and secant methods for searchdirection.The feature of the new algorithm is that the secant algorithm is used to produce a searchdirection,a backtracking line search procedure is used to generate step size,some filtered rules areused to determine step acceptance,second order correction technique is used to reduce infeasibility andovercome the Maratos effect.Global convergence properties of this method are analyzed:under mildassumptions it is showed that every limit point of the sequence of iterates generated by the algorithmis feasible,and that there exists at least one limit point that is a stationary point for the problem.Moreover,it is also established that the Maratos effect can be overcome in our new approach by addingsecond order correction steps so that fast local superlinear convergence to a second order sufficient localsolution is achieved.Finally,the results of numerical experiments are reported to show the effectivenessof the line search filter secant method.
基金supported by the National Natural Science Foundation of China(Nos.11201304,11371253)the Innovation Program of Shanghai Municipal Education Commission(No.12YZ174)the Group of Accounting and Governance Disciplines(No.10kq03)
文摘The authors propose a dwindling filter algorithm with Zhou's modified subproblem for nonlinear inequality constrained optimization.The feasibility restoration phase,which is always used in the traditional filter method,is not needed.Under mild conditions,global convergence and local superlinear convergence rates are obtained.Numerical results demonstrate that the new algorithm is effective.
基金supported by the Foundation of National Natural Science Foundation of China under Grant No. 10871226the Natural Science Foundation of Shandong Province under Grant No. ZR2009AL006+1 种基金the Development Project Foundation for Science Research of Shandong Education Department under Grant No. J09LA05the Science Project Foundation of Liaocheng University under Grant No. X0810027
文摘In this paper,a new modified BFGS method without line searches is proposed.Unlike traditionalBFGS method,this modified BFGS method is proposed based on the so-called fixed steplengthstrategy introduced by Sun and Zhang.Under some suitable assumptions,the global convergence andthe superlinear convergence of the new algorithm are established,respectively.And some preliminarynumerical experiments,which shows that the new Algorithm is feasible,is also reported.
基金supported by the National Natural Science Foundation of China under Grant Nos.10971118, 10701047 and 10901096the Natural Science Foundation of Shandong Province under Grant Nos. ZR2009AL019 and BS2010SF010
文摘For the semi-infinite programming (SIP) problem, the authors first convert it into an equivalent nonlinear programming problem with only one inequality constraint by using an integral function, and then propose a smooth penalty method based on a class of smooth functions. The main feature of this method is that the global solution of the penalty function is not necessarily solved at each iteration, and under mild assumptions, the method is always feasible and efficient when the evaluation of the integral function is not very expensive. The global convergence property is obtained in the absence of any constraint qualifications, that is, any accumulation point of the sequence generated by the algorithm is the solution of the SIP. Moreover, the authors show a perturbation theorem of the method and obtain several interesting results. Furthermore, the authors show that all iterative points remain feasible after a finite number of iterations under the Mangasarian-Fromovitz constraint qualification. Finally, numerical results are given.