Multi-objective Evolutionary Algorithm (MOEA) is becoming a hot research area and quite a few aspects of MOEAs have been studied and discussed. However there are still few literatures discussing the roles of search an...Multi-objective Evolutionary Algorithm (MOEA) is becoming a hot research area and quite a few aspects of MOEAs have been studied and discussed. However there are still few literatures discussing the roles of search and selection operators in MOEAs. This paper studied their roles by solving a case of discrete Multi-objective Optimization Problem (MOP): Multi-objective TSP with a new MOEA. In the new MOEA, We adopt an efficient search operator, which has the properties of both crossover and mutation, to generate the new individuals and chose two selection operators: Family Competition and Population Competition with probabilities to realize selection. The simulation experiments showed that this new MOEA could get good uniform solutions representing the Pareto Front and outperformed SPEA in almost every simulation run on this problem. Furthermore, we analyzed its convergence property using finite Markov chain and proved that it could converge to Pareto Front with probability 1. We also find that the convergence property of MOEAs has much relationship with search and selection operators.展开更多
Press & Publishing Journal (PPJ),March 6,1991:Upon PPJ edit-orial office's request,Institute of Scientific and Technological lnfor-mation of China (ISTTC) made a survey on the situation that how manytheses fro...Press & Publishing Journal (PPJ),March 6,1991:Upon PPJ edit-orial office's request,Institute of Scientific and Technological lnfor-mation of China (ISTTC) made a survey on the situation that how manytheses from China scientific and technological journals have been sele-cted by the 6 most important search systems (Science Literature Index,展开更多
The computer interlocking system has a wide application in realizing interlocking control between the switch, the signal, and the track circuit in station. Due to the similarity between the binary tree and the station...The computer interlocking system has a wide application in realizing interlocking control between the switch, the signal, and the track circuit in station. Due to the similarity between the binary tree and the station-type data structure, the actual station route search method and the recursive algorithm are combined inorder to realize the computer interlocking route search. On this basis, through the design of switch class, track circuit class and signal machine class, by using C++ object-oriented the management of station data structure and entity object are realized, and then the crowding alarm, switch operations and so on in computer interlocking software. Taking the implementation of 5# station computer interlocking software as an example and based on are realized C++ the object-oriented computer interlocking software is written to provide a reference for realizing the railway computer interlocking training system function.展开更多
An optimizing method of observation scheduling based on time-division multiplexing is proposed in this paper,and its efficiency is verified by outdoor experiments. The initial observation scheduling is first obtained ...An optimizing method of observation scheduling based on time-division multiplexing is proposed in this paper,and its efficiency is verified by outdoor experiments. The initial observation scheduling is first obtained by using a semi-random search algorithm,and secondly the connection time pair( CTP) between adjacent objects is optimized by using a genetic algorithm. After obtaining these two parameters,the final observation scheduling can be obtained. According to pre-designed tracks between each adjacent objects in observation order,the seamless observation of neighboring targets is derived by automatically steering the antenna beam,so the observation efficiency is improved.展开更多
In this paper, a new hybrid multi-objective evolutionary algorithm (MOEA), the niched Pareto tabu search combined with a genetic algorithm (NPTSGA), is proposed for the management of groundwater resources under va...In this paper, a new hybrid multi-objective evolutionary algorithm (MOEA), the niched Pareto tabu search combined with a genetic algorithm (NPTSGA), is proposed for the management of groundwater resources under variable density conditions. Relatively few MOEAs can possess global search ability contenting with intensified search in a local area. Moreover, the overall searching ability of tabu search (TS) based MOEAs is very sensitive to the neighborhood step size. The NPTSGA is developed on the thought of integrating the genetic algorithm (GA) with a TS based MOEA, the niched Pareto tabu search (NPTS), which helps to alleviate both of the above difficulties. Here, the global search ability of the NPTS is improved by the diversification of candidate solutions arising from the evolving genetic algorithm population. Furthermore, the proposed methodology coupled with a density-dependent groundwater flow and solute transport simulator, SEAWAT, is developed and its performance is evaluated through a synthetic seawater intrusion management problem. Optimization results indicate that the NPTSGA offers a tradeoff between the two conflicting objectives. A key conclusion of this study is that the NPTSGA keeps the balance between the intensification of nondomination and the diversification of near Pareto-optimal solutions along the tradeoff curves and is a stable and robust method for implementing the multi-objective design of variable-density groundwater resources.展开更多
Circuit partitioning plays a crucial role in very large-scale integrated circuit (VLSI) physical design automation. With current trends, partitioning with multiple objectives which includes cutsize, area, delay, and p...Circuit partitioning plays a crucial role in very large-scale integrated circuit (VLSI) physical design automation. With current trends, partitioning with multiple objectives which includes cutsize, area, delay, and power obtains much concentration. In this paper, a multi-objective greedy randomized adaptive search procedure (GRASP) is presented for simultaneous cutsize and circuit delay minimization. Each objective is assigned a preference or weight to direct the search procedure and generate a variety of efficient solutions by changing the preference. To get a good initial partition with minimal cutsize and circuit delay, the gain of each module in a circuit is computed by considering both signal nets and circuit delay. The performance of the proposed algorithm is evaluated on a standard set of partitioning benchmark. The experimental results show that the proposed algorithm can generate a set of Pareto optimal solutions and is efficient for tackling multi-objective circuit partitioning.展开更多
An effective algorithm for tank objects identification in a complex background that fea-tures the perceptual organization is proposed in this paper.With multi-window architecture,the algorithm consists of two parts:co...An effective algorithm for tank objects identification in a complex background that fea-tures the perceptual organization is proposed in this paper.With multi-window architecture,the algorithm consists of two parts:coarse recognition and detailed recognition.Based onprior knowledge,coarse recognition scans the entire image data,then gets the target-kerneland its interesting window to direct detailed processing.Moreover,the detailed recognitionexecutes a depth-first search which retrieves locally around the target-kernel in the windowaccording to the rule of similarity measure.Experimental results show that the algorithm canidentify tank objects in a complicated scene effectively.展开更多
基金Supported by the National Natural Science Foundation of China(60133010,70071042,60073043)
文摘Multi-objective Evolutionary Algorithm (MOEA) is becoming a hot research area and quite a few aspects of MOEAs have been studied and discussed. However there are still few literatures discussing the roles of search and selection operators in MOEAs. This paper studied their roles by solving a case of discrete Multi-objective Optimization Problem (MOP): Multi-objective TSP with a new MOEA. In the new MOEA, We adopt an efficient search operator, which has the properties of both crossover and mutation, to generate the new individuals and chose two selection operators: Family Competition and Population Competition with probabilities to realize selection. The simulation experiments showed that this new MOEA could get good uniform solutions representing the Pareto Front and outperformed SPEA in almost every simulation run on this problem. Furthermore, we analyzed its convergence property using finite Markov chain and proved that it could converge to Pareto Front with probability 1. We also find that the convergence property of MOEAs has much relationship with search and selection operators.
文摘Press & Publishing Journal (PPJ),March 6,1991:Upon PPJ edit-orial office's request,Institute of Scientific and Technological lnfor-mation of China (ISTTC) made a survey on the situation that how manytheses from China scientific and technological journals have been sele-cted by the 6 most important search systems (Science Literature Index,
文摘The computer interlocking system has a wide application in realizing interlocking control between the switch, the signal, and the track circuit in station. Due to the similarity between the binary tree and the station-type data structure, the actual station route search method and the recursive algorithm are combined inorder to realize the computer interlocking route search. On this basis, through the design of switch class, track circuit class and signal machine class, by using C++ object-oriented the management of station data structure and entity object are realized, and then the crowding alarm, switch operations and so on in computer interlocking software. Taking the implementation of 5# station computer interlocking software as an example and based on are realized C++ the object-oriented computer interlocking software is written to provide a reference for realizing the railway computer interlocking training system function.
基金Supported by the National Natural Science Foundation of China(61271373,61571043)111 Project of China(B14010)
文摘An optimizing method of observation scheduling based on time-division multiplexing is proposed in this paper,and its efficiency is verified by outdoor experiments. The initial observation scheduling is first obtained by using a semi-random search algorithm,and secondly the connection time pair( CTP) between adjacent objects is optimized by using a genetic algorithm. After obtaining these two parameters,the final observation scheduling can be obtained. According to pre-designed tracks between each adjacent objects in observation order,the seamless observation of neighboring targets is derived by automatically steering the antenna beam,so the observation efficiency is improved.
基金funded by the National Basic Research Program of China(the 973 Program,No.2010CB428803)the National Natural Science Foundation of China(Nos.41072175,40902069 and 40725010)
文摘In this paper, a new hybrid multi-objective evolutionary algorithm (MOEA), the niched Pareto tabu search combined with a genetic algorithm (NPTSGA), is proposed for the management of groundwater resources under variable density conditions. Relatively few MOEAs can possess global search ability contenting with intensified search in a local area. Moreover, the overall searching ability of tabu search (TS) based MOEAs is very sensitive to the neighborhood step size. The NPTSGA is developed on the thought of integrating the genetic algorithm (GA) with a TS based MOEA, the niched Pareto tabu search (NPTS), which helps to alleviate both of the above difficulties. Here, the global search ability of the NPTS is improved by the diversification of candidate solutions arising from the evolving genetic algorithm population. Furthermore, the proposed methodology coupled with a density-dependent groundwater flow and solute transport simulator, SEAWAT, is developed and its performance is evaluated through a synthetic seawater intrusion management problem. Optimization results indicate that the NPTSGA offers a tradeoff between the two conflicting objectives. A key conclusion of this study is that the NPTSGA keeps the balance between the intensification of nondomination and the diversification of near Pareto-optimal solutions along the tradeoff curves and is a stable and robust method for implementing the multi-objective design of variable-density groundwater resources.
基金National Natural Science Foudation of China (No. 61070020 )Research Foundation for Doctoral Program of Ministry of Education,China (No. 20093514110004)Foundations of Education Department of Fujian Province,China (No. JA10284,No. JB07283)
文摘Circuit partitioning plays a crucial role in very large-scale integrated circuit (VLSI) physical design automation. With current trends, partitioning with multiple objectives which includes cutsize, area, delay, and power obtains much concentration. In this paper, a multi-objective greedy randomized adaptive search procedure (GRASP) is presented for simultaneous cutsize and circuit delay minimization. Each objective is assigned a preference or weight to direct the search procedure and generate a variety of efficient solutions by changing the preference. To get a good initial partition with minimal cutsize and circuit delay, the gain of each module in a circuit is computed by considering both signal nets and circuit delay. The performance of the proposed algorithm is evaluated on a standard set of partitioning benchmark. The experimental results show that the proposed algorithm can generate a set of Pareto optimal solutions and is efficient for tackling multi-objective circuit partitioning.
基金Supported by National Defense Science and Technology Foundation of China.
文摘An effective algorithm for tank objects identification in a complex background that fea-tures the perceptual organization is proposed in this paper.With multi-window architecture,the algorithm consists of two parts:coarse recognition and detailed recognition.Based onprior knowledge,coarse recognition scans the entire image data,then gets the target-kerneland its interesting window to direct detailed processing.Moreover,the detailed recognitionexecutes a depth-first search which retrieves locally around the target-kernel in the windowaccording to the rule of similarity measure.Experimental results show that the algorithm canidentify tank objects in a complicated scene effectively.