Computer network traffic prediction plays an important role in the control and adjustment of network traffic,and then improves the network performance and service *** prediction accuracy of the traditional computer ne...
详细信息
Computer network traffic prediction plays an important role in the control and adjustment of network traffic,and then improves the network performance and service *** prediction accuracy of the traditional computer network flow method is low,only about 85%.Aiming at the nonlinear and time-varying characteristics of network traffic,it is difficult to accurately realize network traffic *** order to solve this problem,we propose a network traffic prediction method based on chaotic particleswarmoptimization *** vector regression(SVR) is a support vector machine model for trend prediction,which can find the global optimal ***,the choice of SVR parameters plays a decisive role in the optimization of regression *** chaotic particleswarmoptimization(CPSO) algorithm is used to optimize the support vector parameters,and the network traffic prediction model is established by establishing the chaotic particleswarmoptimization *** simulation results show that the chaotic particleswarmoptimization SVR network traffic prediction model has strong ability and good effect.
Floorplanning is the initial step in the process of designing layout of the chip. It is employed to plan the positions and shapes of modules during the process of VLSI Design cycle to optimize the cost metrics like la...
详细信息
Floorplanning is the initial step in the process of designing layout of the chip. It is employed to plan the positions and shapes of modules during the process of VLSI Design cycle to optimize the cost metrics like layout area and wirelength. In this paper, a Hybrid particleswarmoptimization-Firefly (HPSOFF) algorithm is proposed which integrates particleswarmoptimization (PSO), Firefly (FF) and Modified Corner List (MCL) algorithms. Initially, PSO algorithm utilizes MCL algorithm for non-slicing floorplan representations and fitness value evaluation. The solutions obtained from PSO are provided as initial solutions to FF algorithm. Fitness function evaluation and floorplan representations for FF algorithm are again carried out using MCL algorithm. The proposed algorithm is illustrated using Microelectronics Centre of North Carolina (MCNC) and Gigascale Systems Research Centre (GSRC) benchmark circuits. The results obtained are compared with the solutions derived from other stochastic algorithms and the proposed algorithm provides better solutions for both the benchmark circuits.
This paper presents a many-objective reactive power optimization model which consists of minimum active power loss, minimum node voltage deviation, maximum static voltage stability and maximum power supply capability....
详细信息
ISBN:
(纸本)9781509054183
This paper presents a many-objective reactive power optimization model which consists of minimum active power loss, minimum node voltage deviation, maximum static voltage stability and maximum power supply capability. To efficiently solve this model, a novel approach by using particleswarmoptimization is proposed. This approach is called manyobjective particle swarm optimization algorithm based on Pareto entropy which adopts loose Pareto dominant relationship and maps the Pareto front from cartesian coordinate system to parallel cell coordinate system, thus designing evolutionary strategies using Pareto front's distribution entropy and entropy difference in the new coordinate system. The presented algorithm is capable to balance convergence and diversity of the approximate Pareto front. Moreover, cell dominant intensity and individual density are introduced to assess the individual environment fitness of the Pareto optimal solution, and we hereby design the selection strategy of the global best solution. Simulations based on the IEEE 14-bus systems demonstrate the effectiveness of the proposed model and the efficiency of the proposed algorithm.
Solar energy is the prime source of consumption for the world. It is the potential candidate for meeting the growing energy demand and solving environmental issues. To derive the maximum Power (MP) from the system, Ma...
详细信息
ISBN:
(纸本)9781467378079
Solar energy is the prime source of consumption for the world. It is the potential candidate for meeting the growing energy demand and solving environmental issues. To derive the maximum Power (MP) from the system, Maximum Power Point Tracking (MPPT) methods are implemented. It is highly essential to derive MP from the available solar energy. Over the years, numerous MPPT methods have been developed and presented in the literature. This paper discusses the evaluation of particleswarmoptimization (PSO) algorithm in MPPT based solar power generation systems. It describes the different methodologies adopted to extract the maximum power from the solar array in photovoltaic (PV) power systems.
An improved multi-objective particleswarmoptimization (IMOPSO) is presented because of the different demand for decision and state variables in engineering optimizations. IMOPSO adopts a new method of dynamic change...
详细信息
ISBN:
(纸本)9781509021291
An improved multi-objective particleswarmoptimization (IMOPSO) is presented because of the different demand for decision and state variables in engineering optimizations. IMOPSO adopts a new method of dynamic change about acceleration coefficients based on sine transform to improve the ability of global search in early period and the local search ability in the last runs of the algorithm. To expand the search area of particles, a drift motion is acted on the personal best positions. Moreover, a dynamic mutation strategy in which the mutation rates are generated by modified Levy flight is used to make the particles escape from the local optimal value. Finally, the efficiency of this algorithm is verified with test functions and the experimental results manifest that the IMOPSO is superior to MOPSO algorithm in wide perspectives like obtaining a better convergence to the true Pareto fronts with good diversity and uniformity.
Thermal conductivity is a significant parameter for studying the temperature effect of soil mechanical behaviours, and the thermal conductivity of soil particles has important influence on the calculation of soil ther...
详细信息
Thermal conductivity is a significant parameter for studying the temperature effect of soil mechanical behaviours, and the thermal conductivity of soil particles has important influence on the calculation of soil thermal conductivity. As it is difficult to obtain the thermal conductivity of soil particles directly from test, it is usually obtained indirectly based on the inversion calculation of soil thermal conductivity. According to the characteristic of series parallel calculation prediction model of soil thermal conductivity, based on particle swarm optimization algorithm, the thermal conductivity of soil particles was inversely calculated by using the thermal conductivity of dry soil with different porosity;and the determination method of interpolation coefficient was also verified. The thermal conductivity of four kind's soil particles of peat silty clay, silty clay, gravel and gravel soil was inversely calculated to verify the accuracy of this model. The calculation results show that this prediction model can accurately determine the thermal conductivity of soil particles with a wide range of engineering applications
Location problem of multi-distribution center is a kind of NP hard problem. To solve such problems, this paper proposes a chaos adaptive mutation particle swarm optimization algorithm. The algorithm uses the ergodic p...
详细信息
Location problem of multi-distribution center is a kind of NP hard problem. To solve such problems, this paper proposes a chaos adaptive mutation particle swarm optimization algorithm. The algorithm uses the ergodic property of chaos to initialize the particleswarm to enhance the diversity of the population, according to the variance of population fitness to adjust the probability of mutation, and adjust the inertia weight factor to improve the global and local search capability of the whole population. In this paper, the algorithm is applied to the location problem of multi-distribution center, established the multi-factor constraints of mathematical model which aiming at timeliness, and on this basis, the corresponding algorithm is designed. It can be seen from the location instance simulation results that the optimization results and efficiency of the adaptive mutation particle swarm optimization algorithm is better than the genetic algorithm and the standard particle swarm optimization algorithm.
Text feature selection is an importance step in text classification and directly affects the classification performance. Classic feature selection methods mainly include document frequency (DF), information gain (IG),...
详细信息
Text feature selection is an importance step in text classification and directly affects the classification performance. Classic feature selection methods mainly include document frequency (DF), information gain (IG), mutual information (MI), chi-square test (CHI). Theoretically, these methods are difficult to get improvement due to the deficiency of their mathematical models. In order to further improve effect of feature selection, many researches try to add intelligent optimizationalgorithms into feature selection method, such as improved ant colony algorithm and genetic algorithms, etc. Compared to the ant colony algorithm and genetic algorithms, particle swarm optimization algorithm (PSO) is simpler to implement and can find the optimal point quickly. Thus, this paper attempt to improve the effect of text feature selection through PSO. By analyzing current achievements of improved PSO and characteristic of classic feature selection methods, we have done many explorations in this paper. Above all, we selected the common PSO model, the two improved PSO models based respectively on functional inertia weight and constant constriction factor to optimize feature selection methods. Afterwards, according to constant constriction factor, we constructed a new functional constriction factor and added it into traditional PSO model. Finally, we proposed two improved PSO models based on both functional constriction factor and functional inertia weight, they are respectively the synchronously improved PSO model and the asynchronously improved PSO model. In our experiments, CHI was selected as the basic feature selection method. We improved CHI through using the six PSO models mentioned above. The experiment results and significance tests show that the asynchronously improved PSO model is the best one among all models both in the effect of text classification and in the stability of different dimensions. (C) 2015 Elsevier B.V. All rights reserved.
In health monitoring of long-span structures, proper arrangement of sensors is a key point because of the need to acquire effective structural health information with limited testing resources. This study proposes a n...
详细信息
In health monitoring of long-span structures, proper arrangement of sensors is a key point because of the need to acquire effective structural health information with limited testing resources. This study proposes a novel approach called dual-structure coding and mutation particleswarmoptimization (DSC-MPSO) algorithm for the sensor placement. The cumulative effective modal mass participation factor is firstly derived to select the main contributions modes. A novel method combining dual-structure coding with the mutation operator is then utilized to determine the optimal sensors configurations. Finally, the feasibility of the DSC-MPSO algorithm is verified by optimizing the sensors locations for a long-span cablestayed bridge. The effective independence method, genetic algorithm and standard particle swarm optimization algorithm are taken as contrast experiments. The simulation results show that the proposed algorithm in this paper could improve the convergence speed and precision. Accordingly, the method is effective in solving optimal sensor placement problems.
particle size distribution is essential for describing direct and indirect radiation of aerosols. Because the relationship between the aerosol size distribution and optical thickness (AOT) is an ill-posed Fredholm int...
详细信息
particle size distribution is essential for describing direct and indirect radiation of aerosols. Because the relationship between the aerosol size distribution and optical thickness (AOT) is an ill-posed Fredholm integral equation of the first type, the traditional techniques for determining such size distributions, such as the Phillips-Twomey regularization method, are often ambiguous. Here, we use an approach based on an improved particle swarm optimization algorithm (IPSO) to retrieve aerosol size distribution. Using AOT data measured by a CE318 sun photometer in Yinchuan, we compared the aerosol size distributions retrieved using a simple genetic algorithm, a basic particle swarm optimization algorithm and the IPSO. Aerosol size distributions for different weather conditions were analyzed, including sunny, dusty and hazy conditions. Our results show that the IPSO-based inversion method retrieved aerosol size distributions under all weather conditions, showing great potential for similar size distribution inversions.
暂无评论