共查询到20条相似文献,搜索用时 0 毫秒
1.
针对自适应无限冲激响应(infinite impulse response,IIR)数字滤波器的设计实质上是一个多参数优化问题,提出了一种用粒子群优化算法(particle swarm optimization,PSO)设计IIR数字滤波器的方法.将滤波器的设计问题转化为滤波器参数的优化问题,利用粒子群优化算法对整个参数空间进行高效并行搜索以获得参数的最优化,基于多个典型系统的随机数值仿真以及与最小二乘方法的比较研究,验证了该方法的有效性、全局性和对初值的鲁棒性. 相似文献
2.
In this article, a particle swarm optimization algorithm with two differential mutation (PSOTD) is proposed. In PSOTD, a novel structure with two swarms and two layers (bottom layer and top layer) is designed. The top layer consists of all the personal best particles, and the bottom layer consists of all the particles. We divide the particles in the top layer into two sub-swarms. Two different differential mutation operations with two different control parameters are employed in order to breed the particles in the top layer. Thus, one sub-swarm has a good exploration capability, and the other sub-swarm has a good exploitation capability. Obviously, since the top layer leads the bottom layer, the bottom particles achieve a good trade-off between exploration and exploitation. Under the searching structure, PSO enhances the global search capability and search efficiency. In order to test the performance of PSOTD, 44 benchmark functions widely adopted in the literature are used. The experimental results demonstrate that the proposed PSOTD outperforms most of the other tested variants of the PSO in terms of both solution quality and efficiency. 相似文献
3.
4.
Mauricio F. Quélhas Antonio Petraglia Mariane R. Petraglia 《Digital Signal Processing》2013,23(4):1314-1321
This paper presents a new technique for designing IIR filters that have minimum deviation from equiripple response. The algorithm is also able to find transfer functions with unequal numerator and denominator orders, which are suitable for both digital and analog IIR sampled-data realizations. Elliptic filters are produced as a particular case, when equal numerator and denominator orders are specified. Pole-zero mapping is used for scalar update of optimization parameters, thereby reducing the algorithm complexity. Zeros are structurally allocated on the unit circumference for efficient stopband shaping. Moreover, filter stability is easily enforced by restricting the radii of the poles to be lower than 1. A Taylor series expansion is employed to determine the step size of the parameter updates. The proposed approach is based on evaluations of partial cost functions to avoid local minima, and hence increase the robustness and the convergence rate of the optimization process. Design examples are shown to illustrate the efficacy of the proposed design technique, compared to alternative design techniques. 相似文献
5.
Shyam Sundar 《Information Sciences》2010,180(17):3182-92
The quadratic minimum spanning tree problem (Q-MST) is an extension of the minimum spanning tree problem (MST). In Q-MST, in addition to edge costs, costs are also associated with ordered pairs of distinct edges and one has to find a spanning tree that minimizes the sumtotal of the costs of individual edges present in the spanning tree and the costs of the ordered pairs containing only edges present in the spanning tree. Though MST can be solved in polynomial time, Q-MST is NP-Hard. In this paper we present an artificial bee colony (ABC) algorithm to solve Q-MST. The ABC algorithm is a new swarm intelligence approach inspired by intelligent foraging behavior of honey bees. Computational results show the effectiveness of our approach. 相似文献
6.
Davide Anghinolfi Roberto Montemanni Massimo Paolucci Luca Maria Gambardella 《Computers & Operations Research》2011
The sequential ordering problem is a version of the asymmetric travelling salesman problem where precedence constraints on vertices are imposed. A tour is feasible if these constraints are fulfilled, and the objective is to find a feasible solution with minimum cost. 相似文献
7.
The goal of this study is to construct an enhanced process based on the investment satisfied capability index (ISCI). The process is divided into two stages. The first stage is to apply the Process Capability Indices (PCI) for quality management so as to develop a new performance appreciation method. Investors can utilize the ISCI index to rapidly evaluate individual stock performance and then select those stocks which can lead to achieve investment satisfaction. In the second stage, a particle swarm optimization (PSO) algorithm with moving interval windows is applied to find the optimal investment allocation of the stocks in this portfolio. Based on those algorithms we can ensure investment risk control and obtain a more profitable stock investment portfolio. 相似文献
8.
9.
Cheng-Lung Huang Wen-Chen Huang Hung-Yi Chang Yi-Chun Yeh Cheng-Yi Tsai 《Applied Soft Computing》2013,13(9):3864-3872
Ant colony optimization (ACO) and particle swarm optimization (PSO) are two popular algorithms in swarm intelligence. Recently, a continuous ACO named ACOR was developed to solve the continuous optimization problems. This study incorporated ACOR with PSO to improve the search ability, investigating four types of hybridization as follows: (1) sequence approach, (2) parallel approach, (3) sequence approach with an enlarged pheromone-particle table, and (4) global best exchange. These hybrid systems were applied to data clustering. The experimental results utilizing public UCI datasets show that the performances of the proposed hybrid systems are superior compared to those of the K-mean, standalone PSO, and standalone ACOR. Among the four strategies of hybridization, the sequence approach with the enlarged pheromone table is superior to the other approaches because the enlarged pheromone table diversifies the generation of new solutions of ACOR and PSO, which prevents traps into the local optimum. 相似文献
10.
Intrusion Detection Systems (IDS) have nowadays become a necessary component of almost every security infrastructure. So far, many different approaches have been followed in order to increase the efficiency of IDS. Swarm Intelligence (SI), a relatively new bio-inspired family of methods, seeks inspiration in the behavior of swarms of insects or other animals. After applied in other fields with success SI started to gather the interest of researchers working in the field of intrusion detection. In this paper we explore the reasons that led to the application of SI in intrusion detection, and present SI methods that have been used for constructing IDS. A major contribution of this work is also a detailed comparison of several SI-based IDS in terms of efficiency. This gives a clear idea of which solution is more appropriate for each particular case. 相似文献
11.
针对自适应IIR滤波器潜在的不稳定性和性能指标函数容易陷入局部极小点而导致性能下降等问题,用一种新的优化算法-微粒群算法来对自适应IIR滤波器进行优化设计,它不依赖于梯度信息,能够有效地实现自适应IIR滤波器参数的全局寻优,仿真结果表明用微粒群算法进行参数寻优优于遗传算法,不仅解决了自适应滤波器性能指标函数容易陷入局部极小点的问题,也解决了稳定性问题。 相似文献
12.
Haiping Ma Dan Simon Minrui Fei Zixiang Chen 《Engineering Applications of Artificial Intelligence》2013,26(10):2397-2407
Evolutionary algorithms (EAs) are fast and robust computation methods for global optimization, and have been widely used in many real-world applications. We first conceptually discuss the equivalences of various popular EAs including genetic algorithm (GA), biogeography-based optimization (BBO), differential evolution (DE), evolution strategy (ES) and particle swarm optimization (PSO). We find that the basic versions of BBO, DE, ES and PSO are equal to the GA with global uniform recombination (GA/GUR) under certain conditions. Then we discuss their differences based on biological motivations and implementation details, and point out that their distinctions enhance the diversity of EA research and applications. To further study the characteristics of various EAs, we compare the basic versions and advanced versions of GA, BBO, DE, ES and PSO to explore their optimization ability on a set of real-world continuous optimization problems. Empirical results show that among the basic versions of the algorithms, BBO performs best on the benchmarks that we studied. Among the advanced versions of the algorithms, DE and ES perform best on the benchmarks that we studied. However, our main conclusion is that the conceptual equivalence of the algorithms is supported by the fact that algorithmic modifications result in very different performance levels. 相似文献
13.
Wu Deng Rong ChenJian Gao Yingjie SongJunjie Xu 《Computers & Mathematics with Applications》2012,63(1):325-336
A novel parallel hybrid intelligence optimization algorithm (PHIOA) is proposed based on combining the merits of particle swarm optimization with genetic algorithms. The PHIOA uses the ideas of selection, crossover and mutation from genetic algorithms (GAs) and the update velocity and situation of particle swarm optimization (PSO) under the independence of PSO and GAs. The proposed algorithm divides the individuals into two equation groups according to their fitness values. The subgroup of the top fitness values is evolved by GAs and the other subgroup is evolved by the PSO algorithm. The optimal number is selected as a global optimum at every circulation which shows better results than both PSO and GAs, then improves the overall performance of the algorithm. The PHIOA is used to optimize the structure and parameters of the fuzzy neural network. Finally, the experimental results have demonstrated the superiority of the proposed PHIOA to search the global optimal solution. The PHIOA can improve the error accuracy while speeding up the convergence process, and effectively avoid the premature convergence to compare with the existing methods. 相似文献
14.
提出了一类基于最优Hankel范数近似的线性相位无限脉冲响应(IIR)滤波器设计方法.首先给出了Hankel范数的相关预备知识,然后给出了离散时间单输入单数出系统Hankel范数近似的定理及证明,最后给出了线性相位IIR滤波器的设计步骤.该方法不但减小了逆矩阵求解过程中的计算量,同时给出了(?)2范数近似的误差边界,仿真结果验证了该方法的有效性. 相似文献
15.
Erik Cuevas Miguel Cienfuegos Daniel Zaldívar Marco Pérez-Cisneros 《Expert systems with applications》2013,40(16):6374-6384
Swarm intelligence is a research field that models the collective behavior in swarms of insects or animals. Several algorithms arising from such models have been proposed to solve a wide range of complex optimization problems. In this paper, a novel swarm algorithm called the Social Spider Optimization (SSO) is proposed for solving optimization tasks. The SSO algorithm is based on the simulation of cooperative behavior of social-spiders. In the proposed algorithm, individuals emulate a group of spiders which interact to each other based on the biological laws of the cooperative colony. The algorithm considers two different search agents (spiders): males and females. Depending on gender, each individual is conducted by a set of different evolutionary operators which mimic different cooperative behaviors that are typically found in the colony. In order to illustrate the proficiency and robustness of the proposed approach, it is compared to other well-known evolutionary methods. The comparison examines several standard benchmark functions that are commonly considered within the literature of evolutionary algorithms. The outcome shows a high performance of the proposed method for searching a global optimum with several benchmark functions. 相似文献
16.
New heuristic filters are proposed for state estimation of nonlinear dynamic systems based on particle swarm optimization (PSO) and differential evolution (DE). The methodology converts state estimation problem into dynamic optimization to find the best estimate recursively. In the proposed strategy the particle number is adaptively set based on the weighted variance of the particles. To have a filter with minimal parameter settings, PSO with exponential distribution (PSO-E) is selected in conjunction with jDE to self-adapt the other control parameters. The performance of the proposed adaptive evolutionary algorithms i.e. adaptive PSO-E, adaptive DE and adaptive jDE is studied through a comparative study on a suite of well-known uni- and multi-modal benchmark functions. The results indicate an improved performance of the adaptive algorithms relative to original simple versions. Further, the performance of the proposed heuristic filters generally called adaptive particle swarm filters (APSF) or adaptive differential evolution filters (ADEF) are evaluated using different linear (nonlinear)/Gaussian (non-Gaussian) test systems. Comparison of the results to those of the extended Kalman filter, unscented Kalman filter, and particle filter indicate that the adopted strategy fulfills the essential requirements of accuracy for nonlinear state estimation. 相似文献
17.
一种改进的动量粒子群算法及实验分析 总被引:1,自引:0,他引:1
黄福员 《计算机应用与软件》2009,26(10):57-59
为了克服粒子群算法存在的收敛缓慢、后期振荡等缺陷,在基本粒子群算法的基础上,引入动量项,提出一种新的改进型粒子群算法.新算法中动量项与微粒的历史修正量线性相关,典型复杂优化函数的实验结果表明:该算法不但保持了基本粒子群算法的简单、易实现等优点,而且提高了算法的收敛速度及部分地避免了算法的后期振荡. 相似文献
18.
Inspired by the ideas of multi-swarm information sharing and elitist perturbation guiding a novel multi-swarm cooperative multistage perturbation guiding particle swarm optimizer (MCpPSO) is proposed in this paper. The multi-swarm information sharing idea is to harmoniously improve the evolving efficiency via information communicating and sharing among different sub-swarms with different evolution mechanisms. It is possible to drive a stagnated sub-swarm to revitalize once again with the beneficial information obtained from other sub-swarms. Multistage elitist perturbation guiding strategy aims to slow down the learning speed and intensity in a certain extent from the global best individual while keeping the elitist learning mechanism. It effectively enlarges the exploration domain and diversifies the flying tracks of particles. Extensive experiments indicate that the proposed strategies are necessary and cooperative, both of which construct a promising algorithm MCpPSO when comparing with other particle swarm optimizers and state-of-the-art algorithms. The ideas of central position perturbation along the global best particle, different computing approaches for central position and important parameters influence analysis are presented and analyzed. 相似文献
19.
基于群集智能的蚁群优化算法研究 总被引:7,自引:0,他引:7
李志伟 《计算机工程与设计》2003,24(8):27-29
群集智能是近年来人工智能领域研究的一个新的热点课题。介绍了这一研究的思想方法和数学模型,以蚂蚁群体的智能行为研究对象,阐述了基于群集智能的蚁群优化算法,并介绍了该算法的工程应用。 相似文献
20.
粒子群优化方法(Particle Swarm Optimization,PSO)是由Kennedy和Eberhart于1995年提出的一种基于群体智能(Swarm Intelligence)的演化计算技术,用于求解各类优化问题。PSO方法通过各种参数控制粒子的运行轨迹,并对参数设置有很强的敏感性。因此,如何为PSO方法选择最优的参数是PSO方法的关键。本文提出了一种不依赖个人经验的参数选则策略,针对特定问题,将PSO方法的性能表示成参数的函数,从而将参数选择问题转变成函数优化问题。采用微分演化(Differential Evolution,DE)方法对该函数进行优化,来确定PSO的最佳参数,收到了较好的效果。 相似文献