As a typical representative of the NP-complete problem, the traveling salesman problem(TSP) is widely utilized in computer networks, logistics distribution, and other fields. In this paper, a discrete lion swarm optim...As a typical representative of the NP-complete problem, the traveling salesman problem(TSP) is widely utilized in computer networks, logistics distribution, and other fields. In this paper, a discrete lion swarm optimization(DLSO) algorithm is proposed to solve the TSP. Firstly, we introduce discrete coding and order crossover operators in DLSO. Secondly, we use the complete 2-opt(C2-opt) algorithm to enhance the local search ability.Then in order to enhance the efficiency of the algorithm, a parallel discrete lion swarm optimization(PDLSO) algorithm is proposed.The PDLSO has multiple populations, and each sub-population independently runs the DLSO algorithm in parallel. We use the ring topology to transfer information between sub-populations. Experiments on some benchmarks TSP problems show that the DLSO algorithm has a better accuracy than other algorithms, and the PDLSO algorithm can effectively shorten the running time.展开更多
This paper addresses the problem of service composition in military organization cloud cooperation(MOCC). Military service providers(MSP) cooperate together to provide military resources for military service users...This paper addresses the problem of service composition in military organization cloud cooperation(MOCC). Military service providers(MSP) cooperate together to provide military resources for military service users(MSU). A group of atom services, each of which has its level of quality of service(QoS), can be combined together into a certain structure to form a composite service. Since there are a large number of atom services having the same function, the atom service is selected to participate in the composite service so as to fulfill users' will. In this paper a method based on discrete particle swarm optimization(DPSO) is proposed to tackle this problem. The method aims at selecting atom services from service repositories to constitute the composite service, satisfying the MSU's requirement on QoS. Since the QoS criteria include location-aware criteria and location-independent criteria, this method aims to get the composite service with the highest location-aware criteria and the best-match location-independent criteria. Simulations show that the DPSO has a better performance compared with the standard particle swarm optimization(PSO) and genetic algorithm(GA).展开更多
Aiming at the phenomenon of discrete variables whic h generally exists in engineering structural optimization, a novel hybrid genetic algorithm (HGA) is proposed to directly search the optimal solution in this pape r....Aiming at the phenomenon of discrete variables whic h generally exists in engineering structural optimization, a novel hybrid genetic algorithm (HGA) is proposed to directly search the optimal solution in this pape r. The imitative full-stress design method (IFS) was presented for discrete struct ural optimum design subjected to multi-constraints. To reach the imitative full -stress state for dangerous members was the target of IFS through iteration. IF S is integrated in the GA. The basic idea of HGA is to divide the optimization t ask into two complementary parts. The coarse, global optimization is done by the GA while local refinement is done by IFS. For instance, every K generations, th e population is doped with a locally optimal individual obtained from IFS. Both methods run in parallel. All or some of individuals are continuously used as initial values for IFS. The locally optimized individuals are re-implanted into the current generation in the GA. From some numeral examples, hybridizatio n has been discovered as enormous potential for improvement of genetic algorit hm. Selection is the component which guides the HGA to the solution by preferring in dividuals with high fitness over low-fitted ones. Selection can be deterministi c operation, but in most implementations it has random components. "Elite surviv al" is introduced to avoid that the observed best-fitted individual dies out, j ust by selecting it for the next generation without any random experiments. The individuals of population are competitive only in the same generation. There exists no competition among different generations. So HGA may be permitted to h ave different evaluation criteria for different generations. Multi-Selectio n schemes are adopted to avoid slow refinement since the individuals have si milar fitness values in the end phase of HGA. The feasibility of this method is tested with examples of engineering design wit h discrete variables. Results demonstrate the validity of HGA.展开更多
The mixed l1/H2 optimization problem for MIMO (multiple input-multiple output) discrete-time systems is considered. This problem is formulated as minimizing the l1-norm of a closed-loop transfer matrix while maintaini...The mixed l1/H2 optimization problem for MIMO (multiple input-multiple output) discrete-time systems is considered. This problem is formulated as minimizing the l1-norm of a closed-loop transfer matrix while maintaining the H2-norm of another closed-loop transfer matrix at prescribed level. The continuity property of the optimal value in respect to changes in the H2-norm constraint is studied. The existence of the optimal solutions of mixed l1/H2 problem is proved. Because the solution of the mixed l1/H2 problem is based on the scaled-Q method, it avoids the zero interpolation difficulties. The convergent upper and lower bounds can be obtained by solving a sequence of finite dimensional nonlinear programming for which many efficient numerical optimization algorithms exist.展开更多
In order to solve the flexible job shop scheduling problem with variable batches,we propose an improved multiobjective optimization algorithm,which combines the idea of inverse scheduling.First,a flexible job shop pro...In order to solve the flexible job shop scheduling problem with variable batches,we propose an improved multiobjective optimization algorithm,which combines the idea of inverse scheduling.First,a flexible job shop problem with the variable batches scheduling model is formulated.Second,we propose a batch optimization algorithm with inverse scheduling in which the batch size is adjusted by the dynamic feedback batch adjusting method.Moreover,in order to increase the diversity of the population,two methods are developed.One is the threshold to control the neighborhood updating,and the other is the dynamic clustering algorithm to update the population.Finally,a group of experiments are carried out.The results show that the improved multi-objective optimization algorithm can ensure the diversity of Pareto solutions effectively,and has effective performance in solving the flexible job shop scheduling problem with variable batches.展开更多
A method utilizing variable depth increments during incremental forming was proposed and then optimized based on numerical simulation and intelligent algorithm.Initially,a finite element method(FEM) model was set up a...A method utilizing variable depth increments during incremental forming was proposed and then optimized based on numerical simulation and intelligent algorithm.Initially,a finite element method(FEM) model was set up and then experimentally verified.And the relation between depth increment and the minimum thickness tmin as well as its location was analyzed through the FEM model.Afterwards,the variation of depth increments was defined.The designed part was divided into three areas according to the main deformation mechanism,with Di(i=1,2) representing the two dividing locations.And three different values of depth increment,Δzi(i=1,2,3) were utilized for the three areas,respectively.Additionally,an orthogonal test was established to research the relation between the five process parameters(D and Δz) and tmin as well as its location.The result shows that Δz2 has the most significant influence on the thickness distribution for the corresponding area is the largest one.Finally,a single evaluating indicator,taking into account of both tmin and its location,was formatted with a linear weighted model.And the process parameters were optimized through a genetic algorithm integrated with an artificial neural network based on the evaluating index.The result shows that the proposed algorithm is satisfactory for the optimization of variable depth increment.展开更多
Due to the effectiveness, simple deployment and low cost, radio frequency identification (RFID) systems are used in a variety of applications to uniquely identify physical objects. The operation of RFID systems ofte...Due to the effectiveness, simple deployment and low cost, radio frequency identification (RFID) systems are used in a variety of applications to uniquely identify physical objects. The operation of RFID systems often involves a situation in which multiple readers physically located near one another may interfere with one another's operation. Such reader collision must be minimized to avoid the faulty or miss reads. Specifically, scheduling the colliding RFID readers to reduce the total system transaction time or response time is the challenging problem for large-scale RFID network deployment. Therefore, the aim of this work is to use a successful multi-swarm cooperative optimizer called pseo to minimize both the reader-to-reader interference and total system transaction time in RFID reader networks. The main idea of pS20 is to extend the single population PSO to the interacting multi-swarm model by constructing hierarchical interaction topology and enhanced dynamical update equations. As the RFID network scheduling model formulated in this work is a discrete problem, a binary version of PS20 algorithm is proposed. With seven discrete benchmark functions, PS20 is proved to have significantly better performance than the original PSO and a binary genetic algorithm, pS20 is then used for solving the real-world RFID network scheduling problem. Numerical results for four test cases with different scales, ranging from 30 to 200 readers, demonstrate the performance of the proposed methodology.展开更多
Signal filtering and differential acquisition are classic yet challenging issues in control engineering.The discrete-time optimal control(DTOC)based on classic tracking differentiator(TD)can effectively extract differ...Signal filtering and differential acquisition are classic yet challenging issues in control engineering.The discrete-time optimal control(DTOC)based on classic tracking differentiator(TD)can effectively extract differentiation signals and filter signals,while eliminating the chattering problem that arises during the discretization of the continuous solution.However,under external disturbance,the convergence mode may change,leading to overshoot and noise amplification.In this paper,a dual-switching strategy is proposed,which can alternate between the base double-integral system and its dual system according to the quadrant of the system’s state.And a novel linearized control law is also introduced,deriving a novel dual-switch tracking differentiator.Further analysis of system convergence and time optimality is provided.Simulation results show that the application of this dual-switching strategy notably reduces overshoot in both tracking and differential signals while enhancing noise filtering performance.Moreover,experiments conducted on a permanent magnet synchronous motor(PMSM)platform,where the proposed TD acts as a filter in the speed feedback loop,demonstrate that the standard deviation between the reference speed and the target speed(at a constant speed of 378 r/min)decreased from 5.63 r/min to 4.93 r/min,compared to the moving average algorithm.展开更多
Cooperative jamming weapon-target assignment (CJWTA) problem is a key issue in electronic countermeasures (ECM). Some symbols which relevant to the CJWTA are defined firstly. Then, a formulation of jamming fitness...Cooperative jamming weapon-target assignment (CJWTA) problem is a key issue in electronic countermeasures (ECM). Some symbols which relevant to the CJWTA are defined firstly. Then, a formulation of jamming fitness is presented. Final y, a model of the CJWTA problem is constructed. In order to solve the CJWTA problem efficiently, a self-adaptive learning based discrete differential evolution (SLDDE) algorithm is proposed by introduc-ing a self-adaptive learning mechanism into the traditional discrete differential evolution algorithm. The SLDDE algorithm steers four candidate solution generation strategies simultaneously in the framework of the self-adaptive learning mechanism. Computa-tional simulations are conducted on ten test instances of CJWTA problem. The experimental results demonstrate that the proposed SLDDE algorithm not only can generate better results than only one strategy based discrete differential algorithms, but also outper-forms two algorithms which are proposed recently for the weapon-target assignment problems.展开更多
In this work,a variable structure control(VSC)technique is proposed to achieve satisfactory robustness for unstable processes.Optimal values of unknown parameters of VSC are obtained using Whale optimization algorithm...In this work,a variable structure control(VSC)technique is proposed to achieve satisfactory robustness for unstable processes.Optimal values of unknown parameters of VSC are obtained using Whale optimization algorithm which was recently reported in literature.Stability analysis has been done to verify the suitability of the proposed structure for industrial processes.The proposed control strategy is applied to three different types of unstable processes including non-minimum phase and nonlinear systems.A comparative study ensures that the proposed scheme gives superior performance over the recently reported VSC system.Furthermore,the proposed method gives satisfactory results for a cart inverted pendulum system in the presence of external disturbance and noise.展开更多
An effective hybrid optimization method is proposed by integrating an adaptive Kriging(A-Kriging)into an improved partial swarm optimization algorithm(IPSO)to give a so-called A-Kriging-IPSO for maximizing the bucklin...An effective hybrid optimization method is proposed by integrating an adaptive Kriging(A-Kriging)into an improved partial swarm optimization algorithm(IPSO)to give a so-called A-Kriging-IPSO for maximizing the buckling load of laminated composite plates(LCPs)under uniaxial and biaxial compressions.In this method,a novel iterative adaptive Kriging model,which is structured using two training sample sets as active and adaptive points,is utilized to directly predict the buckling load of the LCPs and to improve the efficiency of the optimization process.The active points are selected from the initial data set while the adaptive points are generated using the radial random-based convex samples.The cell-based smoothed discrete shear gap method(CS-DSG3)is employed to analyze the buckling behavior of the LCPs to provide the response of adaptive and input data sets.The buckling load of the LCPs is maximized by utilizing the IPSO algorithm.To demonstrate the efficiency and accuracy of the proposed methodology,the LCPs with different layers(2,3,4,and 10 layers),boundary conditions,aspect ratios and load patterns(biaxial and uniaxial loads)are investigated.The results obtained by proposed method are in good agreement with the literature results,but with less computational burden.By applying adaptive radial Kriging model,the accurate optimal resultsebased predictions of the buckling load are obtained for the studied LCPs.展开更多
The construction method of background value is improved in the original multi-variable grey model (MGM(1,m)) from its source of construction errors. The MGM(1,m) with optimized background value is used to elimin...The construction method of background value is improved in the original multi-variable grey model (MGM(1,m)) from its source of construction errors. The MGM(1,m) with optimized background value is used to eliminate the random fluctuations or errors of the observational data of all variables, and the combined prediction model together with the multiple linear regression is established in order to improve the simulation and prediction accuracy of the combined model. Finally, a combined model of the MGM(1,2) with optimized background value and the binary linear regression is constructed by an example. The results show that the model has good effects for simulation and prediction.展开更多
For the longitudinal midcourse guidance problem of a cruise-glide integrated hypersonic vehicle(CGHV),an analytical method based on optimal control theory is proposed.This method constructs a guidance dynamics model f...For the longitudinal midcourse guidance problem of a cruise-glide integrated hypersonic vehicle(CGHV),an analytical method based on optimal control theory is proposed.This method constructs a guidance dynamics model for such vehicles,using aerodynamic load as the control variable,and introduces a framework for solving the guidance laws.This framework unifies the design process of guidance laws for both the glide and cruise phases.By decomposing the longitudinal guidance task into position control and velocity control,and minimizing energy consumption as the objective function,the method provides an analytical solution for velocity control load through the calculation of costate variables.This approach requires only the current state and terminal state parameters to determine the guidance law solution.Furthermore,by transforming path constraints into aerodynamic load constraints and solving backwards to obtain the angle of attack,bank angle,and throttle setting,this method ensures a smooth transition from the glide phase to the cruise phase,guaranteeing the successful completion of the guidance task.Finally,the effectiveness and practicality of the proposed method are validated through case simulations and analysis.展开更多
The layout of the buckets for tunnel boring machine(TBM)directly affects the muck removal efficiency of cutterhead during excavation.In order to improve the muck removal performance for TBM,the optimal design of bucke...The layout of the buckets for tunnel boring machine(TBM)directly affects the muck removal efficiency of cutterhead during excavation.In order to improve the muck removal performance for TBM,the optimal design of bucket layout was investigated.The whole muck transfer process was simulated by discrete-element method(DEM),including the muck falling,colliding,pilling up,shoveling and transferring into the hopper.The muck model was established based on size distribution analysis of muck samples from the water-supply tunnel project in Jilin Province,China.Then,the influence of the bucket number and the interval angle between buckets on muck removal performance was investigated.The results indicated that,as the number of buckets increased from four to eight,the removed muck increased by 29%and the residual volume decreased by 40.5%,and the process became steadier.Different interval angles between buckets were corresponding to different removed muck irregularly,but the residual muck number increased generally with the angles.The optimal layout of buckets for the cutterhead in this tunnel project was obtained based on the simulation results,and the muck removal performance of the TBM was verified by the actual data in the engineering construction.展开更多
In order to exactly provide scientific basis for pressure dynamic balance control of working chamber of earth pressure balance shield (EPBS),study on optimal arrangement of pressure measurement points in working chamb...In order to exactly provide scientific basis for pressure dynamic balance control of working chamber of earth pressure balance shield (EPBS),study on optimal arrangement of pressure measurement points in working chamber was conducted. Based on mathematical description of optimal arrangement for pressure measurement points,fuzzy clustering analysis and discriminant analysis were used to divide pressure regions of nodes on bulkhead. Finally,the selection method of optimal measurement points was proposed,and by selecting d6.28 m EPBS as study object,the case study was conducted. By contrast,based on optimal arrangement scheme of pressure measurement points,through adopting weighted algorithm,the absolute error mean of equivalent pressure of working chamber is the smallest. In addition,pressure curve of optimal arrangement points presents parabola,and it can show the state of pressure distribution on bulkhead truly. It is concluded that the optimal arrangement method of pressure measurement points in working chamber is effective and feasible,and the method can provide basis for realizing high precision pressure control of EPBS.展开更多
The determination of material formula needs try-and-error experiment,and consumes large amount of time and fund.In order to solve the problem,a comprehensive method is established,via the experiment of artificial-simi...The determination of material formula needs try-and-error experiment,and consumes large amount of time and fund.In order to solve the problem,a comprehensive method is established,via the experiment of artificial-similar material formula of a mine slope.We controlled the samples by the compactness,and arranged the formula of the test group with the method of the uniform formula experiment.The physical and mechanical parameters of these samples were analyzed using the method of the partial least-squares regression(PLS).And a mathematical model of the indexes of physical and mechanics parameters relating to the factors of formulation constituents was established eventually.We used the model to analyze the effect of each formulation constituent on physical and mechanics parameters of samples.The experiment results and analysis illustrates that1)in the formulation of similar material,the effect of raw materials on the internal friction angleφand cohesion C is opposite;2)The method can highly facilitate the process of the of preparing artificial-similar materials,more economic and effective.展开更多
In order to solve the problem of weak power performance of vehicle equipped with continuously variable transmission(CVT) system working under transient operating conditions, a new CVT equipped with planetary gear mech...In order to solve the problem of weak power performance of vehicle equipped with continuously variable transmission(CVT) system working under transient operating conditions, a new CVT equipped with planetary gear mechanism and flywheel was researched, a design method of transmission parameter optimization was proposed, and the comprehensive matching control strategy was established for the new transmission system. Fuzzy controllers for throttle opening and CVT speed ratio were designed, and power performance and fuel economy of both vehicles respectively equipped with conventional CVT system and new transmission system wrere compared and analyzed by simulation. The results show that power performance and fuel economy of the vehicle equipped with new transmission system are better than that equipped with conventional CVT, thus the rationality of the parameter design method and control algorithm are verified.展开更多
In order to characterizc large fluctuations of the financial markets and optimize financial portfolio, a new dynamic asset control strategy was proposed in this work. Firstly, a random process item with variable jump ...In order to characterizc large fluctuations of the financial markets and optimize financial portfolio, a new dynamic asset control strategy was proposed in this work. Firstly, a random process item with variable jump intensity was introduced to the existing discrete microstructure model to denote large price fluctuations. The nonparametric method of LEE was used for detecting jumps. Further, the extended Kalman filter and the maximum likelihood method were applied to discrete microstructure modeling and the estimation of two market potential variables: market excess demand and liquidity. At last, based on the estimated variables, an assets allocation strategy using evolutionary algorithm was designed to control the weight of each asset dynamically. Case studies on IBM Stock show that jumps with variable intensity are detected successfully, and the assets allocation strategy may effectively keep the total assets growth or prevent assets loss at the stochastic financial market.展开更多
基金supported by the National Natural Science Foundation of China(61771293)the Key Project of Shangdong Province(2019JZZY010111)。
文摘As a typical representative of the NP-complete problem, the traveling salesman problem(TSP) is widely utilized in computer networks, logistics distribution, and other fields. In this paper, a discrete lion swarm optimization(DLSO) algorithm is proposed to solve the TSP. Firstly, we introduce discrete coding and order crossover operators in DLSO. Secondly, we use the complete 2-opt(C2-opt) algorithm to enhance the local search ability.Then in order to enhance the efficiency of the algorithm, a parallel discrete lion swarm optimization(PDLSO) algorithm is proposed.The PDLSO has multiple populations, and each sub-population independently runs the DLSO algorithm in parallel. We use the ring topology to transfer information between sub-populations. Experiments on some benchmarks TSP problems show that the DLSO algorithm has a better accuracy than other algorithms, and the PDLSO algorithm can effectively shorten the running time.
基金supported by the National Natural Science Foundation of China(61573283)
文摘This paper addresses the problem of service composition in military organization cloud cooperation(MOCC). Military service providers(MSP) cooperate together to provide military resources for military service users(MSU). A group of atom services, each of which has its level of quality of service(QoS), can be combined together into a certain structure to form a composite service. Since there are a large number of atom services having the same function, the atom service is selected to participate in the composite service so as to fulfill users' will. In this paper a method based on discrete particle swarm optimization(DPSO) is proposed to tackle this problem. The method aims at selecting atom services from service repositories to constitute the composite service, satisfying the MSU's requirement on QoS. Since the QoS criteria include location-aware criteria and location-independent criteria, this method aims to get the composite service with the highest location-aware criteria and the best-match location-independent criteria. Simulations show that the DPSO has a better performance compared with the standard particle swarm optimization(PSO) and genetic algorithm(GA).
文摘Aiming at the phenomenon of discrete variables whic h generally exists in engineering structural optimization, a novel hybrid genetic algorithm (HGA) is proposed to directly search the optimal solution in this pape r. The imitative full-stress design method (IFS) was presented for discrete struct ural optimum design subjected to multi-constraints. To reach the imitative full -stress state for dangerous members was the target of IFS through iteration. IF S is integrated in the GA. The basic idea of HGA is to divide the optimization t ask into two complementary parts. The coarse, global optimization is done by the GA while local refinement is done by IFS. For instance, every K generations, th e population is doped with a locally optimal individual obtained from IFS. Both methods run in parallel. All or some of individuals are continuously used as initial values for IFS. The locally optimized individuals are re-implanted into the current generation in the GA. From some numeral examples, hybridizatio n has been discovered as enormous potential for improvement of genetic algorit hm. Selection is the component which guides the HGA to the solution by preferring in dividuals with high fitness over low-fitted ones. Selection can be deterministi c operation, but in most implementations it has random components. "Elite surviv al" is introduced to avoid that the observed best-fitted individual dies out, j ust by selecting it for the next generation without any random experiments. The individuals of population are competitive only in the same generation. There exists no competition among different generations. So HGA may be permitted to h ave different evaluation criteria for different generations. Multi-Selectio n schemes are adopted to avoid slow refinement since the individuals have si milar fitness values in the end phase of HGA. The feasibility of this method is tested with examples of engineering design wit h discrete variables. Results demonstrate the validity of HGA.
基金This project was supported by the National Nature Science Foundation of China (60374009)Nature Science Foundation of Guangdong Province of China (990795).
文摘The mixed l1/H2 optimization problem for MIMO (multiple input-multiple output) discrete-time systems is considered. This problem is formulated as minimizing the l1-norm of a closed-loop transfer matrix while maintaining the H2-norm of another closed-loop transfer matrix at prescribed level. The continuity property of the optimal value in respect to changes in the H2-norm constraint is studied. The existence of the optimal solutions of mixed l1/H2 problem is proved. Because the solution of the mixed l1/H2 problem is based on the scaled-Q method, it avoids the zero interpolation difficulties. The convergent upper and lower bounds can be obtained by solving a sequence of finite dimensional nonlinear programming for which many efficient numerical optimization algorithms exist.
基金supported by the National Key R&D Plan(2020YFB1712902)the National Natural Science Foundation of China(52075036).
文摘In order to solve the flexible job shop scheduling problem with variable batches,we propose an improved multiobjective optimization algorithm,which combines the idea of inverse scheduling.First,a flexible job shop problem with the variable batches scheduling model is formulated.Second,we propose a batch optimization algorithm with inverse scheduling in which the batch size is adjusted by the dynamic feedback batch adjusting method.Moreover,in order to increase the diversity of the population,two methods are developed.One is the threshold to control the neighborhood updating,and the other is the dynamic clustering algorithm to update the population.Finally,a group of experiments are carried out.The results show that the improved multi-objective optimization algorithm can ensure the diversity of Pareto solutions effectively,and has effective performance in solving the flexible job shop scheduling problem with variable batches.
文摘A method utilizing variable depth increments during incremental forming was proposed and then optimized based on numerical simulation and intelligent algorithm.Initially,a finite element method(FEM) model was set up and then experimentally verified.And the relation between depth increment and the minimum thickness tmin as well as its location was analyzed through the FEM model.Afterwards,the variation of depth increments was defined.The designed part was divided into three areas according to the main deformation mechanism,with Di(i=1,2) representing the two dividing locations.And three different values of depth increment,Δzi(i=1,2,3) were utilized for the three areas,respectively.Additionally,an orthogonal test was established to research the relation between the five process parameters(D and Δz) and tmin as well as its location.The result shows that Δz2 has the most significant influence on the thickness distribution for the corresponding area is the largest one.Finally,a single evaluating indicator,taking into account of both tmin and its location,was formatted with a linear weighted model.And the process parameters were optimized through a genetic algorithm integrated with an artificial neural network based on the evaluating index.The result shows that the proposed algorithm is satisfactory for the optimization of variable depth increment.
基金Projects(61105067,61174164)supported by the National Natural Science Foundation of ChinaProjects(012BAF10B11,2012BAF10B06)supported by the National Key Technologies R&D Program of China+1 种基金Project(F11-264-1-08)supported by the Shenyang Science and Technology Project,ChinaProject(2011BY100383)supported by the Cooperation Project of Foshan and Chinese Academy of Sciences
文摘Due to the effectiveness, simple deployment and low cost, radio frequency identification (RFID) systems are used in a variety of applications to uniquely identify physical objects. The operation of RFID systems often involves a situation in which multiple readers physically located near one another may interfere with one another's operation. Such reader collision must be minimized to avoid the faulty or miss reads. Specifically, scheduling the colliding RFID readers to reduce the total system transaction time or response time is the challenging problem for large-scale RFID network deployment. Therefore, the aim of this work is to use a successful multi-swarm cooperative optimizer called pseo to minimize both the reader-to-reader interference and total system transaction time in RFID reader networks. The main idea of pS20 is to extend the single population PSO to the interacting multi-swarm model by constructing hierarchical interaction topology and enhanced dynamical update equations. As the RFID network scheduling model formulated in this work is a discrete problem, a binary version of PS20 algorithm is proposed. With seven discrete benchmark functions, PS20 is proved to have significantly better performance than the original PSO and a binary genetic algorithm, pS20 is then used for solving the real-world RFID network scheduling problem. Numerical results for four test cases with different scales, ranging from 30 to 200 readers, demonstrate the performance of the proposed methodology.
基金Project(QZKFKT2023-012)supported by the State Key Laboratory of Heavy-duty and Express High-power Electric Locomotive,China。
文摘Signal filtering and differential acquisition are classic yet challenging issues in control engineering.The discrete-time optimal control(DTOC)based on classic tracking differentiator(TD)can effectively extract differentiation signals and filter signals,while eliminating the chattering problem that arises during the discretization of the continuous solution.However,under external disturbance,the convergence mode may change,leading to overshoot and noise amplification.In this paper,a dual-switching strategy is proposed,which can alternate between the base double-integral system and its dual system according to the quadrant of the system’s state.And a novel linearized control law is also introduced,deriving a novel dual-switch tracking differentiator.Further analysis of system convergence and time optimality is provided.Simulation results show that the application of this dual-switching strategy notably reduces overshoot in both tracking and differential signals while enhancing noise filtering performance.Moreover,experiments conducted on a permanent magnet synchronous motor(PMSM)platform,where the proposed TD acts as a filter in the speed feedback loop,demonstrate that the standard deviation between the reference speed and the target speed(at a constant speed of 378 r/min)decreased from 5.63 r/min to 4.93 r/min,compared to the moving average algorithm.
基金National Natural Science Foundation of P. R. China (50477042)Ph. D. Programs Foundation of Ministry of Education of P.R.China (20040422052)the Natural Science Foundation of Shandong Province (Z2004G04)
基金supported by the Fundamental Research Funds for the Central Universities(NZ2013306)the Funding of Jiangsu Innovation Program for Graduate Education(CXLX11 0203)
文摘Cooperative jamming weapon-target assignment (CJWTA) problem is a key issue in electronic countermeasures (ECM). Some symbols which relevant to the CJWTA are defined firstly. Then, a formulation of jamming fitness is presented. Final y, a model of the CJWTA problem is constructed. In order to solve the CJWTA problem efficiently, a self-adaptive learning based discrete differential evolution (SLDDE) algorithm is proposed by introduc-ing a self-adaptive learning mechanism into the traditional discrete differential evolution algorithm. The SLDDE algorithm steers four candidate solution generation strategies simultaneously in the framework of the self-adaptive learning mechanism. Computa-tional simulations are conducted on ten test instances of CJWTA problem. The experimental results demonstrate that the proposed SLDDE algorithm not only can generate better results than only one strategy based discrete differential algorithms, but also outper-forms two algorithms which are proposed recently for the weapon-target assignment problems.
文摘In this work,a variable structure control(VSC)technique is proposed to achieve satisfactory robustness for unstable processes.Optimal values of unknown parameters of VSC are obtained using Whale optimization algorithm which was recently reported in literature.Stability analysis has been done to verify the suitability of the proposed structure for industrial processes.The proposed control strategy is applied to three different types of unstable processes including non-minimum phase and nonlinear systems.A comparative study ensures that the proposed scheme gives superior performance over the recently reported VSC system.Furthermore,the proposed method gives satisfactory results for a cart inverted pendulum system in the presence of external disturbance and noise.
基金Vietnam National Foundation for Science and Technology Development(NAFOSTED)under Grant number 107.02-2019.330.
文摘An effective hybrid optimization method is proposed by integrating an adaptive Kriging(A-Kriging)into an improved partial swarm optimization algorithm(IPSO)to give a so-called A-Kriging-IPSO for maximizing the buckling load of laminated composite plates(LCPs)under uniaxial and biaxial compressions.In this method,a novel iterative adaptive Kriging model,which is structured using two training sample sets as active and adaptive points,is utilized to directly predict the buckling load of the LCPs and to improve the efficiency of the optimization process.The active points are selected from the initial data set while the adaptive points are generated using the radial random-based convex samples.The cell-based smoothed discrete shear gap method(CS-DSG3)is employed to analyze the buckling behavior of the LCPs to provide the response of adaptive and input data sets.The buckling load of the LCPs is maximized by utilizing the IPSO algorithm.To demonstrate the efficiency and accuracy of the proposed methodology,the LCPs with different layers(2,3,4,and 10 layers),boundary conditions,aspect ratios and load patterns(biaxial and uniaxial loads)are investigated.The results obtained by proposed method are in good agreement with the literature results,but with less computational burden.By applying adaptive radial Kriging model,the accurate optimal resultsebased predictions of the buckling load are obtained for the studied LCPs.
基金supported by the National Natural Science Foundation of China(71071077)the Ministry of Education Key Project of National Educational Science Planning(DFA090215)+1 种基金China Postdoctoral Science Foundation(20100481137)Funding of Jiangsu Innovation Program for Graduate Education(CXZZ11-0226)
文摘The construction method of background value is improved in the original multi-variable grey model (MGM(1,m)) from its source of construction errors. The MGM(1,m) with optimized background value is used to eliminate the random fluctuations or errors of the observational data of all variables, and the combined prediction model together with the multiple linear regression is established in order to improve the simulation and prediction accuracy of the combined model. Finally, a combined model of the MGM(1,2) with optimized background value and the binary linear regression is constructed by an example. The results show that the model has good effects for simulation and prediction.
基金supported by the National Natural Science Foundation of China(Grant Nos.62473374,62403487 and U2441243).
文摘For the longitudinal midcourse guidance problem of a cruise-glide integrated hypersonic vehicle(CGHV),an analytical method based on optimal control theory is proposed.This method constructs a guidance dynamics model for such vehicles,using aerodynamic load as the control variable,and introduces a framework for solving the guidance laws.This framework unifies the design process of guidance laws for both the glide and cruise phases.By decomposing the longitudinal guidance task into position control and velocity control,and minimizing energy consumption as the objective function,the method provides an analytical solution for velocity control load through the calculation of costate variables.This approach requires only the current state and terminal state parameters to determine the guidance law solution.Furthermore,by transforming path constraints into aerodynamic load constraints and solving backwards to obtain the angle of attack,bank angle,and throttle setting,this method ensures a smooth transition from the glide phase to the cruise phase,guaranteeing the successful completion of the guidance task.Finally,the effectiveness and practicality of the proposed method are validated through case simulations and analysis.
基金Project(51475478)supported by the National Natural Science Foundation of ChinaProject(2012AA041801)supported by the National High Technology Research and Development Program of China+1 种基金Project(2014FJ1002)supported by the Science and Technology Major Project of Hunan Province,ChinaProject(2013CB035401)supported by the National Basic Research Program of China。
文摘The layout of the buckets for tunnel boring machine(TBM)directly affects the muck removal efficiency of cutterhead during excavation.In order to improve the muck removal performance for TBM,the optimal design of bucket layout was investigated.The whole muck transfer process was simulated by discrete-element method(DEM),including the muck falling,colliding,pilling up,shoveling and transferring into the hopper.The muck model was established based on size distribution analysis of muck samples from the water-supply tunnel project in Jilin Province,China.Then,the influence of the bucket number and the interval angle between buckets on muck removal performance was investigated.The results indicated that,as the number of buckets increased from four to eight,the removed muck increased by 29%and the residual volume decreased by 40.5%,and the process became steadier.Different interval angles between buckets were corresponding to different removed muck irregularly,but the residual muck number increased generally with the angles.The optimal layout of buckets for the cutterhead in this tunnel project was obtained based on the simulation results,and the muck removal performance of the TBM was verified by the actual data in the engineering construction.
基金Project(2007CB714006) supported by the National Basic Research Program of China
文摘In order to exactly provide scientific basis for pressure dynamic balance control of working chamber of earth pressure balance shield (EPBS),study on optimal arrangement of pressure measurement points in working chamber was conducted. Based on mathematical description of optimal arrangement for pressure measurement points,fuzzy clustering analysis and discriminant analysis were used to divide pressure regions of nodes on bulkhead. Finally,the selection method of optimal measurement points was proposed,and by selecting d6.28 m EPBS as study object,the case study was conducted. By contrast,based on optimal arrangement scheme of pressure measurement points,through adopting weighted algorithm,the absolute error mean of equivalent pressure of working chamber is the smallest. In addition,pressure curve of optimal arrangement points presents parabola,and it can show the state of pressure distribution on bulkhead truly. It is concluded that the optimal arrangement method of pressure measurement points in working chamber is effective and feasible,and the method can provide basis for realizing high precision pressure control of EPBS.
基金Projects(41372312,51379194)supported by the National Natural Science Foundation of ChinaProject(CUGL140817)supported by the Fundamental Research Funds for the Central Universities of China University of Geosciences(Wuhan)+1 种基金Project(2014CFB894)supported by the Natural Science Foundation of Hubei Province of ChinaProject(2014M552113)supported by the China Postdoctoral Science Foundation
文摘The determination of material formula needs try-and-error experiment,and consumes large amount of time and fund.In order to solve the problem,a comprehensive method is established,via the experiment of artificial-similar material formula of a mine slope.We controlled the samples by the compactness,and arranged the formula of the test group with the method of the uniform formula experiment.The physical and mechanical parameters of these samples were analyzed using the method of the partial least-squares regression(PLS).And a mathematical model of the indexes of physical and mechanics parameters relating to the factors of formulation constituents was established eventually.We used the model to analyze the effect of each formulation constituent on physical and mechanics parameters of samples.The experiment results and analysis illustrates that1)in the formulation of similar material,the effect of raw materials on the internal friction angleφand cohesion C is opposite;2)The method can highly facilitate the process of the of preparing artificial-similar materials,more economic and effective.
基金Project(2011BA3019)supported by the Chongqing Natural Science Foundation,China
文摘In order to solve the problem of weak power performance of vehicle equipped with continuously variable transmission(CVT) system working under transient operating conditions, a new CVT equipped with planetary gear mechanism and flywheel was researched, a design method of transmission parameter optimization was proposed, and the comprehensive matching control strategy was established for the new transmission system. Fuzzy controllers for throttle opening and CVT speed ratio were designed, and power performance and fuel economy of both vehicles respectively equipped with conventional CVT system and new transmission system wrere compared and analyzed by simulation. The results show that power performance and fuel economy of the vehicle equipped with new transmission system are better than that equipped with conventional CVT, thus the rationality of the parameter design method and control algorithm are verified.
基金Projects(71271215,71221061) supported by the National Natural Science Foundation of ChinaProject(2011DFA10440) supported by the International Science&Technology Cooperation Program of ChinaProject(CX2012B067) supported by Hunan Provincial Innovation Foundation for Postgraduate,China
文摘In order to characterizc large fluctuations of the financial markets and optimize financial portfolio, a new dynamic asset control strategy was proposed in this work. Firstly, a random process item with variable jump intensity was introduced to the existing discrete microstructure model to denote large price fluctuations. The nonparametric method of LEE was used for detecting jumps. Further, the extended Kalman filter and the maximum likelihood method were applied to discrete microstructure modeling and the estimation of two market potential variables: market excess demand and liquidity. At last, based on the estimated variables, an assets allocation strategy using evolutionary algorithm was designed to control the weight of each asset dynamically. Case studies on IBM Stock show that jumps with variable intensity are detected successfully, and the assets allocation strategy may effectively keep the total assets growth or prevent assets loss at the stochastic financial market.