Linear Array Pattern Synthesis Using Restriction in Search Space for Evolutionary Algorithms:

Size: px
Start display at page:

Download "Linear Array Pattern Synthesis Using Restriction in Search Space for Evolutionary Algorithms:"

Transcription

1 205 IEEE 2nd International Conference on Recent Trends in Information Systems (ReTIS) Linear Array Pattern Synthesis Using Restriction in Search Space for Evolutionary Algorithms: A Comparative Study Archit Ghosh, Tamal Das, Soumyo Chatterjee Dept. of Electronics Communication Engineering Heritage Institute of Technology Kolkata-70007, India soumyo.chatterjee@heritageit.edu Sayan Chatterjee 2 Dept. of Electronics Telecommunication Engineering Jadavpur University Kolkata , India sayan34@gmail.com Abstract In this article, a comparative study between population based optimization methods with rom restricted search space definition applied in the pattern synthesis of linear antenna arrays is presented. Synthesis problem of reduced side lobe level narrow beamwidth is considered. The design objective further considers the optimization of excitation amplitude uniform inter element spacing using rom restricted search space definition by particle swarm optimization differential evolution methods. As examples simulation of elements have been considered. Effectiveness of the restriction in search space is proved through statistical parametric analysis. Further comparison with published work has been carried out to prove the superiority of restricted search Particle Swarm Optimization. Keywords Linear Array; Pattern Synthesis; Restriction in search space; Evolutionary Algorithms. I. INTRODUCTION Present day communication systems often requires low side lobe level (SLL) first null beamwidth (FNBW) to avoid degradation of total radiated power. Objective of achieving reduced SLL narrow beamwidth simultaneously are conflicting in nature as improvement in one results in degradation of other. Conventional analytical methods like Taylor one parameter method have the ability to achieve low SLL only []. This limitation led to the application of evolutionary algorithms in solving the conflicting optimization objectives of low SLL narrow beamwdith. In last two decade, several new population based evolutionary optimization methods have been developed by different researchers to solve the conflicting optimization problem of low SLL narrow beamwidth [2-9]. Motivation behind each algorithm is achievement of desired objectives with less computation time, low stard deviation small mean cost function value. According to open literature the most popular efficient algorithms in solving the aforementioned design objectives are Particle Swarm Optimization [2-4] Differential Evolution algorithms[5-6]. In these algorithms excitation amplitudes, inter element spacing, phase have been either considered individually or in combination as optimization parameters. Performance of PSO DE primarily depends on search space definition which conventionally is rom in nature. Consequently, for efficient optimization the designer must have some idea of probable solutions hence is a limitation. Recently a new concept of restriction in search space has been proposed which overcomes the limitation of rom search space definition. In [2] synthesis of 4, 6 elements linear array with reduced SLL level of -20 db has been reported using restriction in search space of PSO algorithm with excitation amplitude as optimization parameter. The restriction method is based on solution Chebyshev polynomial for linear array developed by Dolph. Similar method of restriction using Taylor One Parameter distribution is reported in [3-4], where in low SLL narrow beamwidth are considered as optimization both individually together. In [4], excitation amplitude is considered as optimization parameter. Results reveal that only excitation amplitude perturbation with restriction is not sufficient in achieving reduced SLL narrow beamwidth. In linear array, inter element spacing variation affects the FNBW value whereas variation in excitation amplitude affects the SLL value. Hence when simultaneous controls of both are required, it is desirable to consider both excitation amplitude inter element spacing as optimization parameters. In this work, synthesis problem of low or reduced SLL narrow beamwidth in linear array is addressed through design of elements broadside linear array of isotropic radiators, using PSO DE algorithms with without restriction in search space. Excitation amplitudes uniform inter-element spacing are considered as optimization parameters for each optimization algorithm. The restriction in search space is being developed by using Taylor One Parameter distribution newly developed design expression for Dolph Chebyshev linear array. Effectiveness of restriction in search is proved through statistical parametric comparison of simulation results. Comparison with other published work available in open literature proves the superiority of restriction in search space for PSO. II. PROBLEM FORMULATION In a conventional array, radiation pattern for an array of isotropic radiators is mathematically modeled in an expression called as array factor (AF). The normalized array factor /5/$ IEEE 92

2 expression for even numbered (2N) linear array is represented in (). N AF ( θ) = a n () i= 2i cos kd cos θ 2 If the linear array is odd numbered (2N+), then corresponding normalized array factor expression is as expressed in (2) [0]. N AF ( θ) = a n cos[ ( i ) kd cosθ] (2) i= In (2), d is the uniform inter-element spacing in wavelengths (), k is the wave number expressed as k=2/, a i is the excitation amplitude of i th element is the elevation angle. In order to realize the desired objectives two error functions related to SLL reduction narrow FNBW are formulated. The first error function (EF ) is defined as: AF( θ) max20log AF( θ) EF = SLL(dB) d (3) max SLL (db) d is the target SLL value the max function represents peak SLL value obtained at each iteration cycle. AF() max is the maximum array factor for a particular value of elevation angle (). For a broadside position, AF() max occurs at a of 90 the same has been adopted in the present work. The second error function (EF 2 ) is as defined in (4). EF ( FNBW) (FNBW c 2 = d ) (4) In (4), (FNBW) d is the desired first null beamwidth (FNBW) c is the calculated FNBW at each iteration cycle. By using weighted sum method [3], a single equation is formulated by combining two error functions with a priority of weights on multi objective. Thus the cost function (CF), is as expressed in (5). CF = EF + EF 2 (5) In (5), are the weighting factor, which in turn determines the influence or priority level of each error function for achieving objectives. At this point of discussion it seems that the whole optimization process depends on the value of weighting factors, which makes the process undesirably subjective. According to [4] [8], SLL reduction narrow beamwidth problem can be hled separately by varying excitation amplitude inter-element spacing respectively. Consequently, sensitivity of low SLL narrow beamwidth contributes more towards excitation amplitude perturbation variation in inter-element spacing respectively. Objectives of SLL reduction narrow beamwidth are proposed to be realized using error functions EF EF 2 respectively in the present paper. Excitation amplitude uniform inter-element spacing are considered as optimization parameter for both the error functions is perturbed simultaneously using PSO DE algorithm for achieving the minimum non-negative value. From the above discussion it is evident that the variation in excitation amplitude primarily affects the EF value whereas variation in uniform interelement spacing primarily affects the EF 2. Hence, keeping equal to along with these set of optimization parameter each objective can be easily achieved without any tradeoff which in turn eliminates the subjective nature of weighted sum method. III. EVOLUTIONARY ALGORITHMS AND LINEAR ARRAY SYNTHESIS Evolutionary algorithms uses mechanisms inspired by biological evolution, such as reproduction, mutation, recombination, selection. Cidate solutions to the optimization problem play the role of individuals in a population, the fitness function determines the quality of the solutions. Evolution of the population then takes place through repeated iterations[2-6],[8],[9]. In this study primarily restriction in search space of PSO DE are considered for comparative study. The two algorithms are explained briefly in the following sub-sections. A. Particle Swarm Optimization Algorithm The PSO is inspired by the behavior of bird flying or fish schooling; introduced by Kennedy Eberhart in 995 as a new population based algorithm []. In stard PSO (SPSO), a swarm consists of a set of particles each particles represents a potential solution of an optimization problem. Considering the ith particle of the swarm with N particles in a D dimensional search space, its position velocity at iteration t are denoted by X i (t) = (x i (t), x 2 i (t),,x D i (t)) V i (t) = (v i (t), v 2 i (t),,v D i (t)). The velocity of each particle is updated using (6). (6) where I =,2,..N N is the population size; d =, 2..D D is the dimension of search space ; r () is a uniformly distributed rom numbers in the interval [0,]; acceleration coefficients C C 2 are non negative acceleration coefficients. Pbest i (t) = (Pbest i (t),..,pbest D i (t)), called the personal best solution representing the best solution found by ith particle itself until iteration t; (Gbest (t),.., Gbest D (t)), called the global best solution, represents the global best solution found by all particles until iteration t. Parameter w is the inertia weight to balance the global local search abilities of particles in the search space, which is given by (7). (7) In (7), w max is the initial weight, w min is the final weight, t is the current iteration number T is the maximum iteration number. The updated particle position is represented in (8) under the condition x d min x d i (t+) x d max, where x d min x d max represent lower upper bounds of the dth variable respectively. 93

3 (8) B. Differential Evolution Algorithm In 995, Price Storn proposed a new floating point encoded evolutionary algorithm for global optimization named it DE [7] owing to a special kind of differential operator, which they invoked to create new offspring from parent chromosomes instead of classical crossover or mutation. Following section, outlines the brief description of classical DE algorithm. Like any other evolutionary algorithm, DE also starts with a population of N D-dimensional search variable vectors. Considering the ith particle of the swarm with N particles in a D dimensional search space, its position at iteration t are denoted by X i (t) = (x i (t), x 2 i (t),,x D i (t)). Now in each generation (or one iteration of the algorithm) to change each population member x i (t) (say), a Donor vector v i (t) is created. To create v i (t) for each ith member, three other parameter vectors (say the r, r2, r3th vectors) are chosen in a rom fashion from the current population. Next, a scalar number F scales the difference of any two of the three vectors the scaled difference is added to the third one the donor vector v i (t) is created. Mathematically the generation process is expressed in (9). (9) The mutation operator is as expressed in (0). (0) In (0), parameter c is represented as c=log0(f min /F max )/t. Next, to increase the potential diversity of the population a crossover scheme comes to play. The donor vector exchanges its components based on cross over rate (CR) creates a trial vector as expressed in (). () The cross over rate is defined as () where T is the total number of iterations. In this way for each trial vector x i (t) an offspring vector u i (t) is created. To keep the population size constant over subsequent generations, the next step of the algorithm calls for selection to determine which one of the target vector the trial vector will survive in the next generation, i.e., at time t = t +. DE actually involves the Darwinian principle of Survival of the fittest in its selection process which may be outlined as represented in (3) [7]. (3) C. Restriction in Search Space The concept of restriction in search space is first reported in [3],[4] for PSO. In this article the concept is extended to DE wherein for each particle X i (t) represents the possible excitation amplitude uniform inter-element spacing satisfying the desired objective. The upper lower bound for excitation amplitudes is defined using Taylor One parameter distribution in following two steps. For a particular array configuration (2N or 2N+) desired SLL, excitation amplitudes are calculated. From the excitation amplitude value the maximum amplitude value is assigned to upper bound of excitation amplitude minimum value is assigned to the lower bound. In order to define the upper boundary for inter-element spacing, the design expression for broadside Dolph Chebyshev array is used [6]. It must be noted that Dolph Chebyshev array has been considered as it gives the minimum possible beamwidth for a desired SLL given linear array configuration. The lower bound for uniform inter-element spacing is set to 0.5 to avoid mutual coupling. The main purposes of restriction are summarized as: To eliminate the initial romness of the search space defining an improved initial search space with higher probability of finding optimum solution. To improve the computation efficiency of evolutionary algorithms (PSO DE). In this study, restriction has been applied to both PSO DE to prove the effectiveness of restricted search. As such the restricted version of PSO DE are referred as Restricted Search PSO (RSPSO) Restricted Search DE (RSDE). IV. EXPERIMENTAL RESULTS In order to prove the effectiveness of restriction in search space on both PSO DE, elements linear array with SLL objective of -20 db FNBW of 4 degree 0 degree are considered. A. Experimental Setup Parametric setup of an algorithm depends upon the optimization problem it is supposed to hle [2]-[9]. Accordingly, parametric setup for all the algorithms for each design problem instantiations is set is summarized in Table I. In Table I, r i represents the difference between the maximum minimum possible values of the i-th optimization parameter. Total number of iterations for each optimization algorithm is kept at 00. The same parametric setup is also used for restricted search DE (RSDE) restricted search PSO (RSPO). Dimension D depends upon the number of elements considered. Consequently for even number of elements D= ( elements/2) + for odd numbered of elements it is D= (( elements+)/2) +. The initial search for restricted search space is defined for all the cidates same initial search space is used by both RSDE RSPSO. Same initialization method has been adopted for SPSO DE wherein same rom search definition is used. While solving problems using evolutionary computing algorithms (SPSO, DE) it is a common practice to 94

4 have multiple independent runs so that optimum solutions of higher quality can be obtained [3]. TABLE I. PARAMETRIC SETUP FOR DE AND SPSO ALGORITHM SPSO DE Parameter Value Parameter Value swarm size agents c (c max =2.5 c 2min =0.5) increased from 2.5 to 0.5 CR (CR max =0.95 CR min =0.2) increased from 0.2 to 0.95 c 2 (c max =2.5 c 2min =0.5) Inertia weight w (w max =0.9 w min = 0.4) v d,max decreased from 2.5 to 0.5 decreased from 0.9 to *r i F (F max =0.6 F min =0.) exponentially decreased from 0.6 to 0. In the present work, larger number of independent runs does not affects the optimum results significantly. In addition to this, large number of independent run unnecessarily increases the overall computation time. Hence, in the present work 25 independent runs are considered. B. Statiscal Analysis In order to underst the significance of data that are subject to rom variation statistical hypothesis test is required. In statistics, a result is statistically significant if it has been predicted as unlikely to have occurred by chance alone, according to a pre determined threshold probability called as significance level [5]. Present work involves data sets subjected to rom variation hence requires a statistical hypothesis test. One such non parametric statistical hypothesis test that has been used in the present work is Wilcoxon s rank sum test. In this test, two related samples, matched samples or repeated measurements on a single sample are compared to assess whether their population mean ranks differ [5]. The result of Wilcoxon s rank sum test is represented by p-value indicating the estimated probability of rejecting the null hypothesis of a study question when that hypothesis is true. The null hypothesis in present work is a hypothesis of no difference between set of minimum cost function values for different optimization objective, at each iteration obtained using conventional DE PSO their restricted counterparts (RSDE RSPSO). Typical value of significance level for the above mentioned test is 5%(0.05). As such if p-value is less than 0.05 then the null hypothesis is rejected indicating significant difference in the chosen set of data. The results of Wilcoxons ranked sum test for two design instances of elements linear array are summarized in Table II. From Table II it is observed that for each design instance, p value is less than 0.05 which in turn represents significant difference in the best set of minimum cost function data obtained by the contestant algorithms over 25 independent trials. TABLE II. WILCOXON S RANK SUM TEST DATA COMPARING RSPSO WITH ALL OTHER ALGORITHMS FOR THREE DESIGN INSTANCES elements Method Comparison p-value RSPSO /SPSO RSPSO /DE RSPSO /RSDE RSPSO /SPSO RSPSO /DE RSPSO /RSDE Further study of mean cost function (MCF) stard deviation (SD) over 25 independent trials is carried out. The results of the study are summarized in Table III from which it is observed that for all the design instances, MCF SD exhibits minimum value for RSPSO RSDE. It is also observed that SD MF for RSPSO is least in each design instances which indicates its robustness over other contestant algorithms. TABLE III. MEAN AND STANDARD DEVIATION OF COST FUNCTION OVER 25 INDEPENDENT TRIAL RUNS Statistical elements parameter SPSO RSPSO DE RSDE MCF SD MCF SD It is common practice in the evolutionary computing domain to measure the CPU execution time required to reach convergence. Table IV shows the CPU execution time taken by each algorithm over three design instances. TABLE IV. COMPARISON OF CPU EXECUTION TIME AND ITERATION VALUE AT CONVERGENCE OF THE ALGORITHMS Parameters CPU Execution times (sec.) Iteration value at Convergence Elements SPSO RSPSO DE RSDE As an example, convergence characteristics with four contestant algorithms for elements linear array are shown in Fig.. The best convergence graph is marked in solid black line which happens to be associated with RSPSO with convergence at 27 th iteration (inset graph) for elements linear array. 95

5 optimum uniform inter element spacing value is also least using RSPSO algorithm. As a result the aperture size of linear array realized using RSPSO is least compared to DE, IWO CPSO algorithms. For example, in case of elements linear array using RSPSO algorithm, optimum inter element spacing is whereas using SPSO, DE RSDE the values are , respectively. Consequently, it can be said that RSPSO algorithm exhibits a better optimized solution for achieving multi objective requirement of desired SLL FNBW. The corresponding excitation amplitude values are tabulated in Table VI. TABLE V. ANTENNA PARAMETERS AND THERE COMPARISON FOR THREE DESIGN INSTANCES Fig.. Convergence graph for elements linear array for SLL of -20 db FNBW of 0 degree. C. Parametric Analysis Comparative Study Fig. 2. represents the radiation pattern of elements linear array (corresponding to best of the 25 runs) obtained by solving four algorithms. The radiation parameters there values considered in the analysis are summarized in Table V. elements (SLL d=-20db FNBW d = 4 degree) (SLL d=-20db FNBW d = 0 degree) Algorithm Excitation amplitude ratio Optimum interelement spacing () RSPSO SPSO DE RSDE RSPSO SPSO DE RSDE TABLE VI. EXCITATION AMPLITUDE VALUES OBTAINED USING FOR CONTESTANT ALGORITHM eleme nts Algorithm Optimum excitation amplitude (a, a 2, a 3, a 4..a N) RSPSO 2.484,2.3003, 2.06,.4394,.5496,.284 SPSO , , , 4.33, 2.589, DE 4.80, , , 4.02, , RSDE , 2.585,.7564,.6784,.2238,.2869 Fig. 2. Radiation pattern of elements optimized linear array using four algorithms with the objective of desired SLL of -20 db desired FNBW of 0 degree. From Table V it is observed that for all the design instances, desired SLL FNBW have been achieved for four contestant algorithms. Further, the optimum excitation amplitude ratio exhibits minimum value for RSPSO algorithm for all the design instances considered. Due to minimization of excitation amplitude ratio in the RSPSO algorithm, the energy consumption in realizing the actual array is minimized resulting in simple feed network less area of occupancy. In continuation to ongoing analysis, it is observed that RSPSO SPSO DE RSDE.470, 2.386, , ,.7777, ,.243,.4082,.5976, , , , , , , , , , , , , , , , , , , , ,.9687, , , ,.07,.665,.7648,

6 TABLE VII. COMPARATIVE STUDY OF 20, 26 AND 30 ELEMENT BROADSIDE ARRAY WITH UNEQUAL EXCITATION AMPLITUDE AND UNIFORM INTER ELEMENT SPACING elements 20 (case-i) 26 (case-ii) 30 (case-iii) Algorithm MSLL FNBW HPBW Directivity Antenna Aperture () NI Stard Deviation Excitation Amplitude ratio RSPSO ABC [] FFA [] RSPSO ABC [] FFA [] RSPSO ABC [] FFA [] Table VII shows a comparative study between different design instances of linear array design realized using RSPSO algorithm, ABC FFA algorithm [9]. Number of particles (NP) is 20 number of iterations (T) is 200. Moreover desired SLL for case-i, case-ii case-iii has been considered to be db, db db respectively. Further, desired FNBW for the three cases are considered to be.4 degree, 8.8 degree 7.6 degree respectively. Robustness of the algorithms has been tested through stard deviation of 20 independent runs for each algorithm. From Table 8, it is observed that for all the design instances considered in this study, RSPSO algorithm is able to reach the desired objectives with minimum number of iteration cycle remarkably least stard deviation. Though there is slight increase in antenna aperture for linear array realized using RSPSO, an improvement in directivity has been observed for this case. From Table VII, it has been observed that for 20 elements linear array, antenna aperture increase form 9.5 to 9.85 directivity improves from 8.32 to Further, excitation amplitude ratio is also least in case of linear arrays realized using RSPSO algorithm, indicating a simpler feed network as reported in [2]. V. CONCLUSION In present work, synthesis of linear array with reduced SLL narrow beamwidth has been addressed using two evolutionary algorithms PSO DE with restriction in initial search space definition. Non uniform excitation amplitude uniform inter-element spacing is taken as optimization parameter. Effectiveness of restricted search space method using in both DE PSO has been realized through three design instances of elements linear array of isotropic radiators. Among the four contestant algorithms RSPSO outperforms other two algorithms. Hence it can be concluded that restriction is more effective with PSO than that of DE. Comparative study with published work further firmly establishes the effectiveness of the proposed method using RSPSO algorithm. As observed, for obtaining required SLL value of db FNBW of.4 degree for 20 elements linear array stard deviation obtained using RSPSO is 0.0 as compared to that of value obtained using ABC FFA algorithms respectively with slightly greater antenna aperture. References [] T.T.Taylor, Design of line source antennas for narrow beamwidth low sidelobes, IRE Transaction on Antennas Propagation, Vol. 7, pp. 955, pp. 6-28,. [2] S.Chatterjee, S. Chatterjee, D. R. Poddar, Side lobe level reduction of a linear array using Chebyshev polynomial particle swarm optimization, IJCA Proc. Of Int. Conf. on Communication, Circuits Systems, Bhubaneshwar, India, 20, Oct. 6 7,Bhubneswar, India. [3] S.Chatterjee,, Sayan Chatterjee D.R. Poddar, Synthesis of linear array using Taylor distribution Particle Swarm Optimisation, International Journal of Electronics, Vol. 02, No.3, 205, pp [4] S. Chatterjee, Sayan Chatterjee, Pattern synthesis of centre fed linear array using Taylor one parameter distribution restricted search Particle Swarm Optimization, Journal of Communications Technology Electronics, Vol. 59, No., 204, -7,. [5] S.Pal,, B.Y. Qu, S. Das P.N. Suganthan, Optimal Synthesis of Linear Antenna Arrays with Multi-objective Differential Evolution, Progress In Electromagnetics Research B, Vol., 200,pp [6] S.Das, M. Bhattacharya, A. Sen D. Mal, Linear Antenna Array Synthesis with Decreasing Sidelobe Narrow Beamwidth, ACEEE International Journal on Communications, Vol. 3, No.,, 20, pp [7] R. Storn K. Price, Differential Evolution A Simple Efficient Heuristic for Global Optimization Over Continuous Spaces, Journal of Global Optimization, Vol., No. 4, 997, pp [8] Appasani Bhargav, Nisha Gupta, Multiobjective Genetic Optimization of Nonuniform Linear Array With Low Sidelobes Beamwidth, IEEE Antennas Wirelesss Propagation Letters, Vol., 203, pp ,. [9] B. Basu, G.K. Mahanti, Fire Fly Artificial Bees Colony Algorithm for Synthesis of Scanned Broadside Linear Array Antenna, Progress In Electromagnetics Research B, Vol. 32, 20, pp [0] C. A. Balanis, Antenna Theory Analysis Design, 2nd edition, John Wiley & Sons, 997. [] J. Kennedy, R. Eberhart, Particle swarm optimization, Proc. Conf. IEEE Int. Conf. Neural Networks, 995. [] Zhang Li-ping, YU Huan-jun HU Shang-xu, Optimal choice of parameters for particle swarm optimization, Journal of Zhejiang University Science, Vol. 6, 2005, pp ,. [3] R.T Marler, J. S. Arora, The weighted sum method for multi-objective optimization: new insights, Struct. Multidisc. Optim., Vol. 4, 200, pp ,. [4] R. A. Fisher, Statistical Methods for Research Workers, Oliver Boyd, 925, Vol. 43. [5] F.Wilcoxon, Individual comparison by ranking methods, Biometrics, Vol., 945, pp [6] T. Das, A. Ghosh, S. Chatterjee Sayan Chatterjee, Design Expression for First Null Beamwidth of Broadside Dolph Chebyshev Antenna Array, IEEE Xplore Proc. of C3IT, Adisaptagram, India, Feb. 7-8,

Generation of Ultra Side lobe levels in Circular Array Antennas using Evolutionary Algorithms

Generation of Ultra Side lobe levels in Circular Array Antennas using Evolutionary Algorithms Generation of Ultra Side lobe levels in Circular Array Antennas using Evolutionary Algorithms D. Prabhakar Associate Professor, Dept of ECE DVR & Dr. HS MIC College of Technology Kanchikacherla, AP, India.

More information

PATTERN SYNTHESIS FOR PLANAR ARRAY BASED ON ELEMENTS ROTATION

PATTERN SYNTHESIS FOR PLANAR ARRAY BASED ON ELEMENTS ROTATION Progress In Electromagnetics Research Letters, Vol. 11, 55 64, 2009 PATTERN SYNTHESIS FOR PLANAR ARRAY BASED ON ELEMENTS ROTATION F. Zhang, F.-S. Zhang, C. Lin, G. Zhao, and Y.-C. Jiao National Key Laboratory

More information

Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization

Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization Richa Agnihotri #1, Dr. Shikha Agrawal #1, Dr. Rajeev Pandey #1 # Department of Computer Science Engineering, UIT,

More information

SLL REDUCTION IN APERIODIC LINEAR ARRAY ANTENNA SYSTEM WITH SCAN ANGLES

SLL REDUCTION IN APERIODIC LINEAR ARRAY ANTENNA SYSTEM WITH SCAN ANGLES SLL REDUCTION IN APERIODIC LINEAR ARRAY ANTENNA SYSTEM WITH SCAN ANGLES A.Prasad 1, N. Deepika Rani 2, N. Balasubrahmanyam 3, G. Tirumala Rao 4 PG Student [CSP], Dept. Of E. C. E, G. V. P College of Engineering

More information

Side Lobe Reduction of Phased Array Antenna using Genetic Algorithm and Particle Swarm Optimization

Side Lobe Reduction of Phased Array Antenna using Genetic Algorithm and Particle Swarm Optimization 211 Side Lobe Reduction of Phased Array Antenna using Genetic Algorithm and Particle Swarm Optimization Pampa Nandi* and Jibendu Sekhar Roy School of Electronics Engineering, KIIT University, Bhubaneswar-751024,

More information

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization J.Venkatesh 1, B.Chiranjeevulu 2 1 PG Student, Dept. of ECE, Viswanadha Institute of Technology And Management,

More information

Synthesis of Pencil Beam Linear Antenna Arrays using Simple FFT/CF/GA Based Technique

Synthesis of Pencil Beam Linear Antenna Arrays using Simple FFT/CF/GA Based Technique International Journal of Engineering & Technology IJET-IJENS Vol:13 No:05 86 Synthesis of Pencil Beam Linear Antenna Arrays using Simple FFT/CF/GA Based Technique B. Eldosouky 1, A. H. Hussein 1, H. H.

More information

Adaptive Radiation Pattern Optimization for Antenna Arrays by Phase Perturbations using Particle Swarm Optimization

Adaptive Radiation Pattern Optimization for Antenna Arrays by Phase Perturbations using Particle Swarm Optimization 2010 NASA/ESA Conference on Adaptive Hardware and Systems Adaptive Radiation Pattern Optimization for Antenna Arrays by Phase Perturbations using Particle Swarm Optimization Virgilio Zuniga, Ahmet T. Erdogan,

More information

Synthesis of Thinned Planar Concentric Circular Antenna Array using Evolutionary Algorithms

Synthesis of Thinned Planar Concentric Circular Antenna Array using Evolutionary Algorithms IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 2, Ver. II (Mar - Apr.2015), PP 57-62 www.iosrjournals.org Synthesis of Thinned

More information

CHAPTER 2 CONVENTIONAL AND NON-CONVENTIONAL TECHNIQUES TO SOLVE ORPD PROBLEM

CHAPTER 2 CONVENTIONAL AND NON-CONVENTIONAL TECHNIQUES TO SOLVE ORPD PROBLEM 20 CHAPTER 2 CONVENTIONAL AND NON-CONVENTIONAL TECHNIQUES TO SOLVE ORPD PROBLEM 2.1 CLASSIFICATION OF CONVENTIONAL TECHNIQUES Classical optimization methods can be classified into two distinct groups:

More information

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM Journal of Al-Nahrain University Vol.10(2), December, 2007, pp.172-177 Science GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM * Azhar W. Hammad, ** Dr. Ban N. Thannoon Al-Nahrain

More information

CHAPTER 6 ORTHOGONAL PARTICLE SWARM OPTIMIZATION

CHAPTER 6 ORTHOGONAL PARTICLE SWARM OPTIMIZATION 131 CHAPTER 6 ORTHOGONAL PARTICLE SWARM OPTIMIZATION 6.1 INTRODUCTION The Orthogonal arrays are helpful in guiding the heuristic algorithms to obtain a good solution when applied to NP-hard problems. This

More information

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic Bulletin of Environment, Pharmacology and Life Sciences Bull. Env. Pharmacol. Life Sci., Vol 4 [9] August 2015: 115-120 2015 Academy for Environment and Life Sciences, India Online ISSN 2277-1808 Journal

More information

SIMULTANEOUS COMPUTATION OF MODEL ORDER AND PARAMETER ESTIMATION FOR ARX MODEL BASED ON MULTI- SWARM PARTICLE SWARM OPTIMIZATION

SIMULTANEOUS COMPUTATION OF MODEL ORDER AND PARAMETER ESTIMATION FOR ARX MODEL BASED ON MULTI- SWARM PARTICLE SWARM OPTIMIZATION SIMULTANEOUS COMPUTATION OF MODEL ORDER AND PARAMETER ESTIMATION FOR ARX MODEL BASED ON MULTI- SWARM PARTICLE SWARM OPTIMIZATION Kamil Zakwan Mohd Azmi, Zuwairie Ibrahim and Dwi Pebrianti Faculty of Electrical

More information

Design of Non-Uniform Antenna Arrays Using Genetic Algorithm

Design of Non-Uniform Antenna Arrays Using Genetic Algorithm Design of on-uniform Antenna s Using Murad Ridwan*, Mohammed Abdo*, Eduard Jorswieck ** *Department of Electrical & Computer Engineering, Addis Ababa University, Ethiopia **Communications Laboratory, Dresden

More information

1. Introduction. 2. Motivation and Problem Definition. Volume 8 Issue 2, February Susmita Mohapatra

1. Introduction. 2. Motivation and Problem Definition. Volume 8 Issue 2, February Susmita Mohapatra Pattern Recall Analysis of the Hopfield Neural Network with a Genetic Algorithm Susmita Mohapatra Department of Computer Science, Utkal University, India Abstract: This paper is focused on the implementation

More information

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 7, February 2013)

International Journal of Digital Application & Contemporary research Website:   (Volume 1, Issue 7, February 2013) Performance Analysis of GA and PSO over Economic Load Dispatch Problem Sakshi Rajpoot sakshirajpoot1988@gmail.com Dr. Sandeep Bhongade sandeepbhongade@rediffmail.com Abstract Economic Load dispatch problem

More information

Modified Particle Swarm Optimization

Modified Particle Swarm Optimization Modified Particle Swarm Optimization Swati Agrawal 1, R.P. Shimpi 2 1 Aerospace Engineering Department, IIT Bombay, Mumbai, India, swati.agrawal@iitb.ac.in 2 Aerospace Engineering Department, IIT Bombay,

More information

Using CODEQ to Train Feed-forward Neural Networks

Using CODEQ to Train Feed-forward Neural Networks Using CODEQ to Train Feed-forward Neural Networks Mahamed G. H. Omran 1 and Faisal al-adwani 2 1 Department of Computer Science, Gulf University for Science and Technology, Kuwait, Kuwait omran.m@gust.edu.kw

More information

Cell-to-switch assignment in. cellular networks. barebones particle swarm optimization

Cell-to-switch assignment in. cellular networks. barebones particle swarm optimization Cell-to-switch assignment in cellular networks using barebones particle swarm optimization Sotirios K. Goudos a), Konstantinos B. Baltzis, Christos Bachtsevanidis, and John N. Sahalos RadioCommunications

More information

Null Steering and Multi-beams Design by Complex Weight of antennas Array with the use of APSO-GA

Null Steering and Multi-beams Design by Complex Weight of antennas Array with the use of APSO-GA Null Steering and Multi-beams Design by Complex Weight of antennas Array with the use of APSO-GA HICHEM CHAKER Department of Telecommunication University of TLEMCEN BP 2, 34 TLEMCEN, ALGERIA ALGERIA mh_chaker25@yahoo.fr

More information

P. H. Xie, K. S. Chen, and Z. S. He School of Electronic Engineering University of Electronic Science and Technology of China Chengdu , China

P. H. Xie, K. S. Chen, and Z. S. He School of Electronic Engineering University of Electronic Science and Technology of China Chengdu , China Progress In Electromagnetics Research Letters, Vol 9, 47 56, 29 SYNTHESIS OF SPARSE CYLINDRICAL ARRAYS USING SIMULATED ANNEALING ALGORITHM P H Xie, K S Chen, and Z S He School of Electronic Engineering

More information

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization 2017 2 nd International Electrical Engineering Conference (IEEC 2017) May. 19 th -20 th, 2017 at IEP Centre, Karachi, Pakistan Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic

More information

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India.

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India. Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Training Artificial

More information

Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm

Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm Oğuz Altun Department of Computer Engineering Yildiz Technical University Istanbul, Turkey oaltun@yildiz.edu.tr

More information

ARTIFICIAL INTELLIGENCE (CSCU9YE ) LECTURE 5: EVOLUTIONARY ALGORITHMS

ARTIFICIAL INTELLIGENCE (CSCU9YE ) LECTURE 5: EVOLUTIONARY ALGORITHMS ARTIFICIAL INTELLIGENCE (CSCU9YE ) LECTURE 5: EVOLUTIONARY ALGORITHMS Gabriela Ochoa http://www.cs.stir.ac.uk/~goc/ OUTLINE Optimisation problems Optimisation & search Two Examples The knapsack problem

More information

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding e Scientific World Journal, Article ID 746260, 8 pages http://dx.doi.org/10.1155/2014/746260 Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding Ming-Yi

More information

A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION

A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION Manjeet Singh 1, Divesh Thareja 2 1 Department of Electrical and Electronics Engineering, Assistant Professor, HCTM Technical

More information

Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization

Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization Lana Dalawr Jalal Abstract This paper addresses the problem of offline path planning for

More information

Optimization of Micro Strip Array Antennas Using Hybrid Particle Swarm Optimizer with Breeding and Subpopulation for Maximum Side-Lobe Reduction

Optimization of Micro Strip Array Antennas Using Hybrid Particle Swarm Optimizer with Breeding and Subpopulation for Maximum Side-Lobe Reduction RADIOENGINEERING, VOL. 7, NO. 4, DECEMBER 8 39 Optimization of Micro Strip Array Antennas Using Hybr Particle Swarm Optimizer with Breeding and Subpopulation for Maximum Se-Lobe Reduction Hichem CHAKER,

More information

Linear Antenna Array Synthesis using Fitness-Adaptive Differential Evolution Algorithm

Linear Antenna Array Synthesis using Fitness-Adaptive Differential Evolution Algorithm Linear Antenna Array Synthesis using Fitness-Adaptive Differential Evolution Algorithm Aritra Chowdhury, Ritwik Giri, Arnob Ghosh, Swagatam Das, Ajith Abraham and Vaclav Snasel Abstract Design of non-uniform

More information

Binary Differential Evolution Strategies

Binary Differential Evolution Strategies Binary Differential Evolution Strategies A.P. Engelbrecht, Member, IEEE G. Pampará Abstract Differential evolution has shown to be a very powerful, yet simple, population-based optimization approach. The

More information

Effects of Weight Approximation Methods on Performance of Digital Beamforming Using Least Mean Squares Algorithm

Effects of Weight Approximation Methods on Performance of Digital Beamforming Using Least Mean Squares Algorithm IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331,Volume 6, Issue 3 (May. - Jun. 2013), PP 82-90 Effects of Weight Approximation Methods on Performance

More information

Design of concentric ring antenna arrays for isoflux radiation in GEO satellites

Design of concentric ring antenna arrays for isoflux radiation in GEO satellites Design of concentric ring antenna arrays for isoflux radiation in GEO satellites Alberto Reyna 1, Marco A. Panduro 2a), and Carlos del Rio 1 1 Universidad Pública de Navarra Campus Arrosadia, 31006, Pamplona,

More information

Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization

Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization M. Shahab Alam, M. Usman Rafique, and M. Umer Khan Abstract Motion planning is a key element of robotics since it empowers

More information

Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm

Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm Acta Technica 61, No. 4A/2016, 189 200 c 2017 Institute of Thermomechanics CAS, v.v.i. Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm Jianrong Bu 1, Junyan

More information

Research Article Nonuniformly Spaced Linear Antenna Array Design Using Firefly Algorithm

Research Article Nonuniformly Spaced Linear Antenna Array Design Using Firefly Algorithm Microwave Science and Technology Volume 212, Article ID 256759, 8 pages doi:1.1155/212/256759 Research Article Nonuniformly Spaced Linear Antenna Array Design Using Firefly Algorithm Mohammad Asif Zaman

More information

Constraint-Based Synthesis of Linear Antenna Array Using Modified Invasive Weed Optimization

Constraint-Based Synthesis of Linear Antenna Array Using Modified Invasive Weed Optimization Progress In Electromagnetics Research M, Vol. 36, 9 22, 2014 Constraint-Based Synthesis of Linear Antenna Array Using Modified Invasive Weed Optimization Lakshman Pappula * and Debalina Ghosh Abstract

More information

Experimental Study on Bound Handling Techniques for Multi-Objective Particle Swarm Optimization

Experimental Study on Bound Handling Techniques for Multi-Objective Particle Swarm Optimization Experimental Study on Bound Handling Techniques for Multi-Objective Particle Swarm Optimization adfa, p. 1, 2011. Springer-Verlag Berlin Heidelberg 2011 Devang Agarwal and Deepak Sharma Department of Mechanical

More information

AIRFOIL SHAPE OPTIMIZATION USING EVOLUTIONARY ALGORITHMS

AIRFOIL SHAPE OPTIMIZATION USING EVOLUTIONARY ALGORITHMS AIRFOIL SHAPE OPTIMIZATION USING EVOLUTIONARY ALGORITHMS Emre Alpman Graduate Research Assistant Aerospace Engineering Department Pennstate University University Park, PA, 6802 Abstract A new methodology

More information

Dynamic Economic Dispatch for Power Generation Using Hybrid optimization Algorithm

Dynamic Economic Dispatch for Power Generation Using Hybrid optimization Algorithm Dynamic Economic Dispatch for Power Generation Using Hybrid optimization Algorithm G.Karthika 1, Mr.M.Vigneshwaran, M.E., 2 PG Scholar, M. Kumarasamy College of Engineering, Karur, Tamilnadu, India 1 Assistant

More information

A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2

A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2 Chapter 5 A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2 Graph Matching has attracted the exploration of applying new computing paradigms because of the large number of applications

More information

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES 6.1 INTRODUCTION The exploration of applications of ANN for image classification has yielded satisfactory results. But, the scope for improving

More information

Optimized Watermarking Using Swarm-Based Bacterial Foraging

Optimized Watermarking Using Swarm-Based Bacterial Foraging Journal of Information Hiding and Multimedia Signal Processing c 2009 ISSN 2073-4212 Ubiquitous International Volume 1, Number 1, January 2010 Optimized Watermarking Using Swarm-Based Bacterial Foraging

More information

Designing of Optimized Combinational Circuits Using Particle Swarm Optimization Algorithm

Designing of Optimized Combinational Circuits Using Particle Swarm Optimization Algorithm Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2395-2410 Research India Publications http://www.ripublication.com Designing of Optimized Combinational Circuits

More information

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-"&"3 -"(' ( +-" " " % '.+ % ' -0(+$,

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-&3 -(' ( +-   % '.+ % ' -0(+$, The structure is a very important aspect in neural network design, it is not only impossible to determine an optimal structure for a given problem, it is even impossible to prove that a given structure

More information

Comparison of Some Evolutionary Algorithms for Approximate Solutions of Optimal Control Problems

Comparison of Some Evolutionary Algorithms for Approximate Solutions of Optimal Control Problems Australian Journal of Basic and Applied Sciences, 4(8): 3366-3382, 21 ISSN 1991-8178 Comparison of Some Evolutionary Algorithms for Approximate Solutions of Optimal Control Problems Akbar H. Borzabadi,

More information

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & MANAGEMENT

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & MANAGEMENT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & MANAGEMENT MOBILITY MANAGEMENT IN CELLULAR NETWORK Prakhar Agrawal 1, Ravi Kateeyare 2, Achal Sharma 3 1 Research Scholar, 2,3 Asst. Professor 1,2,3 Department

More information

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM M. Sivakumar 1 and R. M. S. Parvathi 2 1 Anna University, Tamilnadu, India 2 Sengunthar College of Engineering, Tamilnadu,

More information

EE538 - Final Report Design of Antenna Arrays using Windows

EE538 - Final Report Design of Antenna Arrays using Windows EE538 - Final Report Design of Antenna Arrays using Windows Mahadevan Srinivasan April 29, 2010 Abstract The Design of Uniformly-spaced Antenna Arrays has a significant similarity to the Design of FIR

More information

Genetic Algorithm Performance with Different Selection Methods in Solving Multi-Objective Network Design Problem

Genetic Algorithm Performance with Different Selection Methods in Solving Multi-Objective Network Design Problem etic Algorithm Performance with Different Selection Methods in Solving Multi-Objective Network Design Problem R. O. Oladele Department of Computer Science University of Ilorin P.M.B. 1515, Ilorin, NIGERIA

More information

Comparison of Linear and Planar Array antennas for Target Detection Improvement Using Hyper Beam Technique

Comparison of Linear and Planar Array antennas for Target Detection Improvement Using Hyper Beam Technique Comparison of Linear and Planar Array antennas for Target Detection Improvement Using Hyper Beam Technique 1 I.Sreedevi, 2 S. Sri Jaya Lakshmi, 3 T.V. Rama Krishna, 4 P.Ramakrishna, 5 M.Aditya, 6 N. Ravi

More information

Convolutional Code Optimization for Various Constraint Lengths using PSO

Convolutional Code Optimization for Various Constraint Lengths using PSO International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 5, Number 2 (2012), pp. 151-157 International Research Publication House http://www.irphouse.com Convolutional

More information

Image Compression: An Artificial Neural Network Approach

Image Compression: An Artificial Neural Network Approach Image Compression: An Artificial Neural Network Approach Anjana B 1, Mrs Shreeja R 2 1 Department of Computer Science and Engineering, Calicut University, Kuttippuram 2 Department of Computer Science and

More information

Reduction of Side Lobe Levels of Sum Patterns from Discrete Arrays Using Genetic Algorithm

Reduction of Side Lobe Levels of Sum Patterns from Discrete Arrays Using Genetic Algorithm Reduction of Side Lobe Levels of Sum Patterns from Discrete Arrays Using Genetic Algorithm Dr. R. Ramana Reddy 1, S.M. Vali 2, P.Divakara Varma 3 Department of ECE, MVGR College of Engineering, Vizianagaram-535005

More information

A Comparative Study of Genetic Algorithm and Particle Swarm Optimization

A Comparative Study of Genetic Algorithm and Particle Swarm Optimization IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 18-22 www.iosrjournals.org A Comparative Study of Genetic Algorithm and Particle Swarm Optimization Mrs.D.Shona 1,

More information

Optimal Reactive Power Dispatch Using Hybrid Loop-Genetic Based Algorithm

Optimal Reactive Power Dispatch Using Hybrid Loop-Genetic Based Algorithm Optimal Reactive Power Dispatch Using Hybrid Loop-Genetic Based Algorithm Md Sajjad Alam Student Department of Electrical Engineering National Institute of Technology, Patna Patna-800005, Bihar, India

More information

Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization

Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization 488 International Journal Wu-Chang of Control, Wu Automation, and Men-Shen and Systems, Tsai vol. 6, no. 4, pp. 488-494, August 2008 Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization

More information

A Modified PSO Technique for the Coordination Problem in Presence of DG

A Modified PSO Technique for the Coordination Problem in Presence of DG A Modified PSO Technique for the Coordination Problem in Presence of DG M. El-Saadawi A. Hassan M. Saeed Dept. of Electrical Engineering, Faculty of Engineering, Mansoura University, Egypt saadawi1@gmail.com-

More information

Optimization of Benchmark Functions Using Artificial Bee Colony (ABC) Algorithm

Optimization of Benchmark Functions Using Artificial Bee Colony (ABC) Algorithm IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 10 (October. 2013), V4 PP 09-14 Optimization of Benchmark Functions Using Artificial Bee Colony (ABC) Algorithm

More information

Analysis of Directional Beam Patterns from Firefly Optimization

Analysis of Directional Beam Patterns from Firefly Optimization Analysis of Directional Beam Patterns from Firefly Optimization Nicholas Misiunas, Charles Thompson and Kavitha Chandra Center for Advanced Computation and Telecommunications Department of Electrical and

More information

IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE

IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE Fang Wang, and Yuhui Qiu Intelligent Software and Software Engineering Laboratory, Southwest-China Normal University,

More information

Comparison of Conventional and Fractal Phased Arrays

Comparison of Conventional and Fractal Phased Arrays Comparison of Conventional and Fractal Phased Arrays Aris Alexopoulos Electronic Warfare and Radar Division Defence Science and Technology Organisation DSTO TN 093 ABSTRACT We consider an unweighted conventional

More information

ATI Material Do Not Duplicate ATI Material. www. ATIcourses.com. www. ATIcourses.com

ATI Material Do Not Duplicate ATI Material. www. ATIcourses.com. www. ATIcourses.com ATI Material Material Do Not Duplicate ATI Material Boost Your Skills with On-Site Courses Tailored to Your Needs www.aticourses.com The Applied Technology Institute specializes in training programs for

More information

A Hybrid Fireworks Optimization Method with Differential Evolution Operators

A Hybrid Fireworks Optimization Method with Differential Evolution Operators A Fireworks Optimization Method with Differential Evolution Operators YuJun Zheng a,, XinLi Xu a, HaiFeng Ling b a College of Computer Science & Technology, Zhejiang University of Technology, Hangzhou,

More information

Chapter 14 Global Search Algorithms

Chapter 14 Global Search Algorithms Chapter 14 Global Search Algorithms An Introduction to Optimization Spring, 2015 Wei-Ta Chu 1 Introduction We discuss various search methods that attempts to search throughout the entire feasible set.

More information

An Introduction to Evolutionary Algorithms

An Introduction to Evolutionary Algorithms An Introduction to Evolutionary Algorithms Karthik Sindhya, PhD Postdoctoral Researcher Industrial Optimization Group Department of Mathematical Information Technology Karthik.sindhya@jyu.fi http://users.jyu.fi/~kasindhy/

More information

A Novel Binary Butterfly Mating Optimization Algorithm with Subarray Strategy for Thinning of Large Antenna Array

A Novel Binary Butterfly Mating Optimization Algorithm with Subarray Strategy for Thinning of Large Antenna Array Progress In Electromagnetics Research M, Vol. 60, 101 110, 2017 A Novel Binary Butterfly Mating Optimization Algorithm with Subarray Strategy for Thinning of Large Antenna Array Hua-Ning Wu, Chao Liu,

More information

An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm

An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm A. Lari, A. Khosravi and A. Alfi Faculty of Electrical and Computer Engineering, Noushirvani

More information

Inertia Weight. v i = ωv i +φ 1 R(0,1)(p i x i )+φ 2 R(0,1)(p g x i ) The new velocity update equation:

Inertia Weight. v i = ωv i +φ 1 R(0,1)(p i x i )+φ 2 R(0,1)(p g x i ) The new velocity update equation: Convergence of PSO The velocity update equation: v i = v i +φ 1 R(0,1)(p i x i )+φ 2 R(0,1)(p g x i ) for some values of φ 1 and φ 2 the velocity grows without bound can bound velocity to range [ V max,v

More information

ISSN: [Keswani* et al., 7(1): January, 2018] Impact Factor: 4.116

ISSN: [Keswani* et al., 7(1): January, 2018] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY AUTOMATIC TEST CASE GENERATION FOR PERFORMANCE ENHANCEMENT OF SOFTWARE THROUGH GENETIC ALGORITHM AND RANDOM TESTING Bright Keswani,

More information

ISAR IMAGING OF MULTIPLE TARGETS BASED ON PARTICLE SWARM OPTIMIZATION AND HOUGH TRANSFORM

ISAR IMAGING OF MULTIPLE TARGETS BASED ON PARTICLE SWARM OPTIMIZATION AND HOUGH TRANSFORM J. of Electromagn. Waves and Appl., Vol. 23, 1825 1834, 2009 ISAR IMAGING OF MULTIPLE TARGETS BASED ON PARTICLE SWARM OPTIMIZATION AND HOUGH TRANSFORM G.G.Choi,S.H.Park,andH.T.Kim Department of Electronic

More information

Dynamic synthesis of a multibody system: a comparative study between genetic algorithm and particle swarm optimization techniques

Dynamic synthesis of a multibody system: a comparative study between genetic algorithm and particle swarm optimization techniques Dynamic synthesis of a multibody system: a comparative study between genetic algorithm and particle swarm optimization techniques M.A.Ben Abdallah 1, I.Khemili 2, M.A.Laribi 3 and N.Aifaoui 1 1 Laboratory

More information

Generation of Low Side Lobe Difference Pattern using Nature Inspired Metaheuristic Algorithms

Generation of Low Side Lobe Difference Pattern using Nature Inspired Metaheuristic Algorithms International Journal of Computer Applications (975 8887) Volume 43 No.3, June 26 Generation of Low Side Lobe Difference Pattern using Nature Inspired Metaheuristic Algorithms M. Vamshi Krishna Research

More information

The movement of the dimmer firefly i towards the brighter firefly j in terms of the dimmer one s updated location is determined by the following equat

The movement of the dimmer firefly i towards the brighter firefly j in terms of the dimmer one s updated location is determined by the following equat An Improved Firefly Algorithm for Optimization Problems Amarita Ritthipakdee 1, Arit Thammano, Nol Premasathian 3, and Bunyarit Uyyanonvara 4 Abstract Optimization problem is one of the most difficult

More information

A Native Approach to Cell to Switch Assignment Using Firefly Algorithm

A Native Approach to Cell to Switch Assignment Using Firefly Algorithm International Journal of Engineering Inventions ISSN: 2278-7461, www.ijeijournal.com Volume 1, Issue 2(September 2012) PP: 17-22 A Native Approach to Cell to Switch Assignment Using Firefly Algorithm Apoorva

More information

Cooperative Coevolution using The Brain Storm Optimization Algorithm

Cooperative Coevolution using The Brain Storm Optimization Algorithm Cooperative Coevolution using The Brain Storm Optimization Algorithm Mohammed El-Abd Electrical and Computer Engineering Department American University of Kuwait Email: melabd@auk.edu.kw Abstract The Brain

More information

OPTIMUM CAPACITY ALLOCATION OF DISTRIBUTED GENERATION UNITS USING PARALLEL PSO USING MESSAGE PASSING INTERFACE

OPTIMUM CAPACITY ALLOCATION OF DISTRIBUTED GENERATION UNITS USING PARALLEL PSO USING MESSAGE PASSING INTERFACE OPTIMUM CAPACITY ALLOCATION OF DISTRIBUTED GENERATION UNITS USING PARALLEL PSO USING MESSAGE PASSING INTERFACE Rosamma Thomas 1, Jino M Pattery 2, Surumi Hassainar 3 1 M.Tech Student, Electrical and Electronics,

More information

Particle Swarm Optimization

Particle Swarm Optimization Particle Swarm Optimization Gonçalo Pereira INESC-ID and Instituto Superior Técnico Porto Salvo, Portugal gpereira@gaips.inesc-id.pt April 15, 2011 1 What is it? Particle Swarm Optimization is an algorithm

More information

Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques

Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques Nasser Sadati Abstract Particle Swarm Optimization (PSO) algorithms recently invented as intelligent optimizers with several highly

More information

RADIO SCIENCE, VOL. 39, RS1005, doi: /2003rs002872, 2004

RADIO SCIENCE, VOL. 39, RS1005, doi: /2003rs002872, 2004 RADIO SCIENCE, VOL. 39,, doi:10.1029/2003rs00272, 2004 Bessel planar arrays Karim Y. Kabalan, Ali El-Hajj, and Mohammed Al-Husseini Electrical and Computer Engineering Department, American University of

More information

DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES

DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES SHIHADEH ALQRAINY. Department of Software Engineering, Albalqa Applied University. E-mail:

More information

Sci.Int.(Lahore),28(1), ,2016 ISSN ; CODEN: SINTE 8 201

Sci.Int.(Lahore),28(1), ,2016 ISSN ; CODEN: SINTE 8 201 Sci.Int.(Lahore),28(1),201-209,2016 ISSN 1013-5316; CODEN: SINTE 8 201 A NOVEL PLANT PROPAGATION ALGORITHM: MODIFICATIONS AND IMPLEMENTATION Muhammad Sulaiman 1, Abdel Salhi 2, Eric S Fraga 3, Wali Khan

More information

Exploration vs. Exploitation in Differential Evolution

Exploration vs. Exploitation in Differential Evolution Exploration vs. Exploitation in Differential Evolution Ângela A. R. Sá 1, Adriano O. Andrade 1, Alcimar B. Soares 1 and Slawomir J. Nasuto 2 Abstract. Differential Evolution (DE) is a tool for efficient

More information

Particle swarm optimization for mobile network design

Particle swarm optimization for mobile network design Particle swarm optimization for mobile network design Ayman A. El-Saleh 1,2a), Mahamod Ismail 1, R. Viknesh 2, C. C. Mark 2, and M. L. Chan 2 1 Department of Electrical, Electronics, and Systems Engineering,

More information

Particle Swarm Optimization

Particle Swarm Optimization Dario Schor, M.Sc., EIT schor@ieee.org Space Systems Department Magellan Aerospace Winnipeg Winnipeg, Manitoba 1 of 34 Optimization Techniques Motivation Optimization: Where, min x F(x), subject to g(x)

More information

PARTICLE SWARM OPTIMIZATION (PSO)

PARTICLE SWARM OPTIMIZATION (PSO) PARTICLE SWARM OPTIMIZATION (PSO) J. Kennedy and R. Eberhart, Particle Swarm Optimization. Proceedings of the Fourth IEEE Int. Conference on Neural Networks, 1995. A population based optimization technique

More information

Local Selection for Heuristic Algorithms as a Factor in Accelerating Optimum Search

Local Selection for Heuristic Algorithms as a Factor in Accelerating Optimum Search Local Selection for Heuristic Algorithms as a Factor in Accelerating Optimum Search Danuta Jama Institute of Mathematics Silesian University of Technology Kaszubska 23, 44-100 Gliwice, Poland Email: Danuta.Jama@polsl.pl

More information

Lamarckian Repair and Darwinian Repair in EMO Algorithms for Multiobjective 0/1 Knapsack Problems

Lamarckian Repair and Darwinian Repair in EMO Algorithms for Multiobjective 0/1 Knapsack Problems Repair and Repair in EMO Algorithms for Multiobjective 0/ Knapsack Problems Shiori Kaige, Kaname Narukawa, and Hisao Ishibuchi Department of Industrial Engineering, Osaka Prefecture University, - Gakuen-cho,

More information

Center-Based Sampling for Population-Based Algorithms

Center-Based Sampling for Population-Based Algorithms Center-Based Sampling for Population-Based Algorithms Shahryar Rahnamayan, Member, IEEE, G.GaryWang Abstract Population-based algorithms, such as Differential Evolution (DE), Particle Swarm Optimization

More information

Grid Scheduling Strategy using GA (GSSGA)

Grid Scheduling Strategy using GA (GSSGA) F Kurus Malai Selvi et al,int.j.computer Technology & Applications,Vol 3 (5), 8-86 ISSN:2229-693 Grid Scheduling Strategy using GA () Dr.D.I.George Amalarethinam Director-MCA & Associate Professor of Computer

More information

Particle Swarm Optimization applied to Pattern Recognition

Particle Swarm Optimization applied to Pattern Recognition Particle Swarm Optimization applied to Pattern Recognition by Abel Mengistu Advisor: Dr. Raheel Ahmad CS Senior Research 2011 Manchester College May, 2011-1 - Table of Contents Introduction... - 3 - Objectives...

More information

Optimization of Thinned Arrays using Stochastic Immunity Genetic Algorithm

Optimization of Thinned Arrays using Stochastic Immunity Genetic Algorithm Optimization of Thinned Arrays using Stochastic Immunity Genetic Algorithm Zoubir M. Hamici, and Taisir H. Ismail Amman University, Computer Engineering Department, Al Seru area, al salt road, 938, Jordan.

More information

Particle Swarm Optimization Approach for Scheduling of Flexible Job Shops

Particle Swarm Optimization Approach for Scheduling of Flexible Job Shops Particle Swarm Optimization Approach for Scheduling of Flexible Job Shops 1 Srinivas P. S., 2 Ramachandra Raju V., 3 C.S.P Rao. 1 Associate Professor, V. R. Sdhartha Engineering College, Vijayawada 2 Professor,

More information

SwarmOps for Matlab. Numeric & Heuristic Optimization Source-Code Library for Matlab The Manual Revision 1.0

SwarmOps for Matlab. Numeric & Heuristic Optimization Source-Code Library for Matlab The Manual Revision 1.0 Numeric & Heuristic Optimization Source-Code Library for Matlab The Manual Revision 1.0 By Magnus Erik Hvass Pedersen November 2010 Copyright 2009-2010, all rights reserved by the author. Please see page

More information

FINDING DEFECTIVE ELEMENTS IN PLANAR ARRAYS USING GENETIC ALGORITHMS

FINDING DEFECTIVE ELEMENTS IN PLANAR ARRAYS USING GENETIC ALGORITHMS Progress In Electromagnetics Research, PIER 29, 25 37, 2000 FINDING DEFECTIVE ELEMENTS IN PLANAR ARRAYS USING GENETIC ALGORITHMS J. A. Rodríguez and F. Ares Dpto. de Física Aplicada, Facultad de Física

More information

KEYWORDS: Mobile Ad hoc Networks (MANETs), Swarm Intelligence, Particle Swarm Optimization (PSO), Multi Point Relay (MPR), Throughput.

KEYWORDS: Mobile Ad hoc Networks (MANETs), Swarm Intelligence, Particle Swarm Optimization (PSO), Multi Point Relay (MPR), Throughput. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY APPLICATION OF SWARM INTELLIGENCE PSO TECHNIQUE FOR ANALYSIS OF MULTIMEDIA TRAFFIC AND QOS PARAMETERS USING OPTIMIZED LINK STATE

More information

Automatic differentiation based for particle swarm optimization steepest descent direction

Automatic differentiation based for particle swarm optimization steepest descent direction International Journal of Advances in Intelligent Informatics ISSN: 2442-6571 Vol 1, No 2, July 2015, pp. 90-97 90 Automatic differentiation based for particle swarm optimization steepest descent direction

More information

SIMULATION APPROACH OF CUTTING TOOL MOVEMENT USING ARTIFICIAL INTELLIGENCE METHOD

SIMULATION APPROACH OF CUTTING TOOL MOVEMENT USING ARTIFICIAL INTELLIGENCE METHOD Journal of Engineering Science and Technology Special Issue on 4th International Technical Conference 2014, June (2015) 35-44 School of Engineering, Taylor s University SIMULATION APPROACH OF CUTTING TOOL

More information

Preprocessing of Stream Data using Attribute Selection based on Survival of the Fittest

Preprocessing of Stream Data using Attribute Selection based on Survival of the Fittest Preprocessing of Stream Data using Attribute Selection based on Survival of the Fittest Bhakti V. Gavali 1, Prof. Vivekanand Reddy 2 1 Department of Computer Science and Engineering, Visvesvaraya Technological

More information