Genetic Algorithm. Dr. Rajesh Kumar

Similar documents
Introduction to Genetic Algorithms. Based on Chapter 10 of Marsland Chapter 9 of Mitchell

4/22/2014. Genetic Algorithms. Diwakar Yagyasen Department of Computer Science BBDNITM. Introduction

ARTIFICIAL INTELLIGENCE (CSCU9YE ) LECTURE 5: EVOLUTIONARY ALGORITHMS

Suppose you have a problem You don t know how to solve it What can you do? Can you use a computer to somehow find a solution for you?

Artificial Intelligence Application (Genetic Algorithm)

Genetic Algorithms. Genetic Algorithms

Optimization of Function by using a New MATLAB based Genetic Algorithm Procedure

[Premalatha, 4(5): May, 2015] ISSN: (I2OR), Publication Impact Factor: (ISRA), Journal Impact Factor: 2.114

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

Genetic Algorithms. Kang Zheng Karl Schober

GENETIC ALGORITHM with Hands-On exercise

Genetic Algorithm for optimization using MATLAB

Genetic Programming. Charles Chilaka. Department of Computational Science Memorial University of Newfoundland

Genetic Algorithm and Direct Search Toolbox

CHAPTER 5 ENERGY MANAGEMENT USING FUZZY GENETIC APPROACH IN WSN

Lecture 6: Genetic Algorithm. An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved

Path Planning Optimization Using Genetic Algorithm A Literature Review

Genetic Algorithms. Chapter 3

Evolutionary Algorithms. CS Evolutionary Algorithms 1

CHAPTER 4 GENETIC ALGORITHM

Genetic Algorithm for Dynamic Capacitated Minimum Spanning Tree

Neural Network Weight Selection Using Genetic Algorithms

Mutations for Permutations

Genetic Algorithms Variations and Implementation Issues

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

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

A Memetic Genetic Program for Knowledge Discovery

The Genetic Algorithm for finding the maxima of single-variable functions

Introduction to Genetic Algorithms

The Parallel Software Design Process. Parallel Software Design

A Steady-State Genetic Algorithm for Traveling Salesman Problem with Pickup and Delivery

Outline. Motivation. Introduction of GAs. Genetic Algorithm 9/7/2017. Motivation Genetic algorithms An illustrative example Hypothesis space search

MAXIMUM LIKELIHOOD ESTIMATION USING ACCELERATED GENETIC ALGORITHMS

The k-means Algorithm and Genetic Algorithm

Introduction (7.1) Genetic Algorithms (GA) (7.2) Simulated Annealing (SA) (7.3) Random Search (7.4) Downhill Simplex Search (DSS) (7.

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

Genetic Algorithms for Vision and Pattern Recognition

Job Shop Scheduling Problem (JSSP) Genetic Algorithms Critical Block and DG distance Neighbourhood Search

Introduction to Genetic Algorithms. Genetic Algorithms

Introduction to Optimization

A New Selection Operator - CSM in Genetic Algorithms for Solving the TSP

Ar#ficial Intelligence

The Binary Genetic Algorithm. Universidad de los Andes-CODENSA

What is GOSET? GOSET stands for Genetic Optimization System Engineering Tool

Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm. Yinling Wang, Huacong Li

Comparative Analysis of Genetic Algorithm Implementations

Encoding Techniques in Genetic Algorithms

Information Fusion Dr. B. K. Panigrahi

Genetic Algorithm for Dynamic Capacitated Minimum Spanning Tree

Escaping Local Optima: Genetic Algorithm

Artificial Intelligence Lecture 6

Introduction to Optimization

March 19, Heuristics for Optimization. Outline. Problem formulation. Genetic algorithms

DERIVATIVE-FREE OPTIMIZATION

Topological Machining Fixture Layout Synthesis Using Genetic Algorithms

HYBRID GENETIC ALGORITHM WITH GREAT DELUGE TO SOLVE CONSTRAINED OPTIMIZATION PROBLEMS

Using Genetic Algorithms in Integer Programming for Decision Support

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

Chapter 9: Genetic Algorithms

Introduction to Design Optimization: Search Methods

Using Genetic Algorithms to optimize ACS-TSP

Genetic Algorithm and Direct Search Toolbox For Use with MATLAB

An Introduction to Evolutionary Algorithms

A Modified Genetic Algorithm for Process Scheduling in Distributed System

Automata Construct with Genetic Algorithm

Khushboo Arora, Samiksha Agarwal, Rohit Tanwar

Keywords benchmark functions, hybrid genetic algorithms, hill climbing, memetic algorithms.

Introduction to Scientific Modeling CS 365, Fall Semester, 2007 Genetic Algorithms

A Comparison of the Iterative Fourier Transform Method and. Evolutionary Algorithms for the Design of Diffractive Optical.

Segmentation of Noisy Binary Images Containing Circular and Elliptical Objects using Genetic Algorithms

Introduction to Evolutionary Computation

Graphical Approach to Solve the Transcendental Equations Salim Akhtar 1 Ms. Manisha Dawra 2

Parallel Genetic Algorithm to Solve Traveling Salesman Problem on MapReduce Framework using Hadoop Cluster

Structural Optimizations of a 12/8 Switched Reluctance Motor using a Genetic Algorithm

Solving Traveling Salesman Problem for Large Spaces using Modified Meta- Optimization Genetic Algorithm

CS:4420 Artificial Intelligence

Solving ISP Problem by Using Genetic Algorithm

Automatic Generation of Test Case based on GATS Algorithm *

Evolutionary form design: the application of genetic algorithmic techniques to computer-aided product design

An Adaptive Hybrid Genetic-Annealing Approach

Pre-requisite Material for Course Heuristics and Approximation Algorithms

Solving the Travelling Salesman Problem in Parallel by Genetic Algorithm on Multicomputer Cluster

Reducing Graphic Conflict In Scale Reduced Maps Using A Genetic Algorithm

Role of Genetic Algorithm in Routing for Large Network

Introduction to Design Optimization: Search Methods

Advanced Search Genetic algorithm

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

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

Computational Intelligence

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

Optimizing Flow Shop Sequencing Through Simulation Optimization Using Evolutionary Methods

Combinational Circuit Design Using Genetic Algorithms

METAHEURISTICS. Introduction. Introduction. Nature of metaheuristics. Local improvement procedure. Example: objective function

Using Genetic Algorithm with Triple Crossover to Solve Travelling Salesman Problem

An Integrated Genetic Algorithm with Clone Operator

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

Heuristic Optimisation

Lecture 4. Convexity Robust cost functions Optimizing non-convex functions. 3B1B Optimization Michaelmas 2017 A. Zisserman

CHAPTER 4 FEATURE SELECTION USING GENETIC ALGORITHM

Memetic Algorithm: Hybridization of Hill Climbing with Replacement Operator

Transcription:

Genetic Algorithm Dr. Rajesh Kumar PhD, PDF (NUS, Singapore) SMIEEE, FIETE, MIE (I),LMCSI, SMIACSIT, LMISTE, MIAENG Associate Professor, Department of Electrical Engineering Adjunct Associate Professor, Centre of Energy Malaviya National Institute of Technology, Jaipur, India, 302017 Tel: (91) 9549654481 rkumar@ieee.org, rkumar.ee@gmail.com http://drrajeshkumar.wordpress.com/

Calculus Maximum and minimum of a smooth function is reached at a stationary point where its gradient vanishes

Hill-climbing Calculus based approach

? But?

?? But????

More realistically??? Noisy????????? Discontinuous???

Scientists have tried to mimic the nature throughout the history.

The nontraditional optimization algorithms are Genetic Algorithms Neural Networks Ant Algorithms Simulated Annealing

Classes of Search Techniques Direct methods Finonacci Newton Search techniques Calculus-based techniques Guided random search techniques Enumerative techniques Indirect methods Evolutionary algorithms Simulated annealing Dynamic programming Evolutionary strategies Parallel Genetic algorithms Sequential Centralized Distributed Steady-state Generational

General Introduction to GA s Genetic algorithms (GA s) are a technique to solve problems which need optimization GA s are a subclass of Evolutionary Computing GA s are based on Darwin s theory of evolution History of GA s Evolutionary computing evolved in the 1960 s. GA s were created by John Holland in the mid-70 s.

Biological Background (1) The cell Every animal cell is a complex of many small The center of this all is the cell nucleus The nucleus contains the genetic information factories working together

Biological Background (2) Chromosomes Genetic information is stored in the chromosomes Each chromosome is build of DNA Chromosomes in humans form pairs There are 23 pairs The chromosome is divided in parts: genes Genes code for properties The posibilities of the genes for one property is called: allele Every gene has an unique position the chromosome: locus on

Biological Background (3) Genetics The entire combination of genes is called genotype A genotype develops to a phenotype Alleles can be either dominant or recessive Dominant alleles will always express from the genotype to the fenotype Recessive alleles can survive in the population for many generations, without being expressed.

Biological Background (4) Reproduction During reproduction errors occur Due to these errors genetic variation exists Most important errors are: Recombination (cross-over) Mutation

Biological Background (5) Natural selection The origin of species: Preservation of favourable variations and rejection of unfavourable variations. There are more individuals born than can survive, so there is a continuous struggle for life. Individuals with an advantage have a greater chance for survive: survival of the fittest.

Biological Background (6) Natural selection Important aspects in natural selection are: adaptation to the environment isolation of populations in different groups which cannot mutually mate If small changes in the genotypes of individuals are expressed easily, especially in small populations, we speak of genetic drift Mathematical expresses as fitness: success in life

Genetic Algorithms Notion of Genetic Algorithms Phenotype space Genotype space = Encoding {0,1} L (representation) 10010001 10010010 010001001 011101001 Decoding (inverse representation)

Genetic Algorithms Notion of Genetic Algorithms Human 1 0 1 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 1 1 0 0 23 chromosomes A fetus is formed by a Male(sperm) and female(egg).

0 1 1 0 0 1 1 0 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 0 1 1 0 0 1 1 0 + + 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 1 1 1 0 0 0 0 1 1 0 0 1 1 1 1 0

The evolutionary process can be expedited by improving the variety of the gene pool. It is done via mutation. Mutation Process 1 0 1 1 1 1 0 0 1 1 0 0 0 0 1 1

Simple Genetic Algorithm { } initialize population; evaluate population; while Termination CriteriaNotSatisfied { } select parents for reproduction; perform recombination and mutation; evaluate population;

Genetic algorithms are usually applied for maximization problems. To minimize f(x) (f(x)>0)using GAs, consider maximization of 1 1+f(x)

Example Maximize y 1.3 +10e^(-xy)+sin (x-y)+3 in R=[0,14] [0,7]. y 7 0 2 4 6 8 10 (0,5)= (2,7)=001111 (6,1)=011001 (10,4)=101100 (12,0)=110000 (8,6)=100110 x 12 14

001111 011001 101100 110000 100110 Fitness: (x,y) (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) 21.02 f(x,y) 21.02 15.46 4.11 9.17 13.21 13.31 21.02+15.46+4.11+9.17+13.21+13.31 = 0.276

001111 011001 101100 110000 100110 Fitness: (x,y) (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) 21.02 f(x,y) 21.02 15.46 4.11 9.17 13.21 13.31 Prob. 0.276 21.02+15.46+4.11+9.17+13.21+13.31 = 0.276

001111 011001 101100 110000 100110 (x,y) (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) f(x,y) 21.02 15.46 4.11 9.17 13.21 13.31 Prob. 0.276 0.203 0.054 0.120 0.173 0.174 Cum.Prob 0.276 0.479 0.533 0.653 0.826 1.000

001111 011001 101100 110000 100110 (x,y) (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) f(x,y) 21.02 15.46 4.11 9.17 13.21 13.31 Prob. 0.276 0.203 0.054 0.120 0.173 0.174 Cum.Prob 0.276 0.479 0.533 0.653 0.826 1.000

001111 011001 101100 110000 100110 (x,y) (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) f(x,y) 21.02 15.46 4.11 9.17 13.21 13.31 Prob. 0.276 0.203 0.054 0.120 0.173 0.174 Cum.Prob 0.276 0.479 0.533 0.653 0.826 1.000 0.269

001111 011001 101100 110000 100110 (x,y) (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) f(x,y) 21.02 15.46 4.11 9.17 13.21 13.31 Prob. 0.276 0.203 0.054 0.120 0.173 0.174 Cum.Prob 0.276 0.479 0.533 0.653 0.826 1.000 0.269

001111 011001 101100 110000 100110 (x,y) (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) f(x,y) 21.02 15.46 4.11 9.17 13.21 13.31 Prob. 0.276 0.203 0.054 0.120 0.173 0.174 Cum.Prob 0.276 0.479 0.533 0.653 0.826 1.000

001111 011001 101100 110000 100110 (x,y) (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) f(x,y) 21.02 15.46 4.11 9.17 13.21 13.31 Prob. 0.276 0.203 0.054 0.120 0.173 0.174 Cum.Prob 0.276 0.479 0.533 0.653 0.826 1.000 0.923

001111 011001 101100 110000 100110 (x,y) (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) f(x,y) 21.02 15.46 4.11 9.17 13.21 13.31 Prob. 0.276 0.203 0.054 0.120 0.173 0.174 Cum.Prob 0.276 0.479 0.533 0.653 0.826 1.000 100110

001111 011001 101100 110000 100110 (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) (x,y) 21.02 15.46 4.11 9.17 13.21 13.31 f(x,y) 0.276 0.203 0.054 0.120 0.173 0.174 Prob. 0.276 0.479 0.533 0.653 0.826 1.000 Cum.Prob 100110 001111 110000 101100 Crossover 100110 001111 110000 101100 0.000-0.179 0.180-0.359 0.360-0.539 0.540-0.719 0.720-0.899

001111 011001 101100 110000 100110 (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) (x,y) 21.02 15.46 4.11 9.17 13.21 13.31 f(x,y) 0.276 0.203 0.054 0.120 0.173 0.174 Prob. 0.276 0.479 0.533 0.653 0.826 1.000 Cum.Prob 100110 001111 110000 101100 Crossover 100110 001111 110000 101100 0.707

001111 011001 101100 110000 100110 (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) (x,y) 21.02 15.46 4.11 9.17 13.21 13.31 f(x,y) 0.276 0.203 0.054 0.120 0.173 0.174 Prob. 0.276 0.479 0.533 0.653 0.826 1.000 Cum.Prob 100110 001111 110000 101100 Crossover 100110 001111 110000 101100

001111 011001 101100 110000 100110 (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) (x,y) 21.02 15.46 4.11 9.17 13.21 13.31 f(x,y) 0.276 0.203 0.054 0.120 0.173 0.174 Prob. 0.276 0.479 0.533 0.653 0.826 1.000 Cum.Prob 100110 001111 110000 101100 Crossover 100110 001111 110000 101100 000110

001111 011001 101100 110000 100110 (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) (x,y) 21.02 15.46 4.11 9.17 13.21 13.31 f(x,y) 0.276 0.203 0.054 0.120 0.173 0.174 Prob. 0.276 0.479 0.533 0.653 0.826 1.000 Cum.Prob 100110 001111 110000 101100 Crossover 100110 001111 110000 101100 000110 100101

001111 011001 101100 110000 100110 (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) (x,y) 21.02 15.46 4.11 9.17 13.21 13.31 f(x,y) 0.276 0.203 0.054 0.120 0.173 0.174 Prob. 0.276 0.479 0.533 0.653 0.826 1.000 Cum.Prob 100110 001111 110000 101100 Crossover 100110 001111 110000 101100 000110 100101

001111 011001 101100 110000 100110 (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) (x,y) 21.02 15.46 4.11 9.17 13.21 13.31 f(x,y) 0.276 0.203 0.054 0.120 0.173 0.174 Prob. 0.276 0.479 0.533 0.653 0.826 1.000 Cum.Prob 100110 001111 110000 101100 Crossover Mutation 100110 001111 110000 101100 000110 100101 000111 001101 111100 100000 000110 100101 000111 001101 111100 100000 Changes if p>0.95

001111 011001 101100 110000 100110 (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) (x,y) 21.02 15.46 4.11 9.17 13.21 13.31 f(x,y) 0.276 0.203 0.054 0.120 0.173 0.174 Prob. 0.276 0.479 0.533 0.653 0.826 1.000 Cum.Prob 100110 001111 110000 101100 Crossover Mutation 100110 001111 110000 101100 000110 100101 000111 001101 111100 100000 000110 100101 000111 001101 111100 100000

001111 011001 101100 110000 100110 (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) (x,y) 21.02 15.46 4.11 9.17 13.21 13.31 f(x,y) 0.276 0.203 0.054 0.120 0.173 0.174 Prob. 0.276 0.479 0.533 0.653 0.826 1.000 Cum.Prob 100110 001111 110000 101100 Crossover Mutation 100110 001111 110000 101100 000110 100101 000111 001101 111100 100000 000110 001101 000111 001101 111100 110000

001111 011001 101100 110000 100110 (0,5) (2,7) (6,1) (10,4) (12,0) (8,6) (x,y) 21.02 15.46 4.11 9.17 13.21 13.31 f(x,y) 0.276 0.203 0.054 0.120 0.173 0.174 Prob. 0.276 0.479 0.533 0.653 0.826 1.000 Cum.Prob 100110 001111 110000 101100 Crossover Mutation 100110 001111 110000 101100 000110 100101 000111 001101 111100 100000 000110 001101 000111 001101 111100 110000 Go to iter. 2

000110 001101 000111 001101 111100 110000

000110 001101 000111 001101 111100 110000 (x,y) (0,6) (2,5) (0,7) (2,5) (14,4) (12,0) f(x,y) 23.17 11.05 25.43 11.05 9.24 13.21 Previous Avg. = 12.71 New Avg. = 15.52 Continue Previous Max. = 21.02 New Max. = 25.43

TSP Example: 30 Cities

Solution j (Distance = 800)

y Best Solution (Distance = 420) 42 38 35 26 21 35 32 7 38 46 44 58 60 69 76 78 71 69 67 62 84 94 120 100 80 60 40 20 0 TSP30 Solution (Performance = 420) 0 10 20 30 40 50 60 70 80 90 100 x

Benefits of Genetic Algorithms Concept is easy to understand Modular, separate from application Supports multi-objective optimization Good for noisy environments Always an answer; answer gets better with time Inherently parallel; easily distributed

Benefits of Genetic Algorithms (cont.) Many ways to speed up and improve a GAbased application as knowledge about problem domain is gained Easy to exploit previous or alternate solutions Flexible building blocks for hybrid applications Substantial history and range of use

When to Use a GA Alternate solutions are too slow or overly complicated Need an exploratory tool to examine new approaches Problem is similar to one that has already been successfully solved by using a GA Want to hybridize with an existing solution Benefits of the GA technology meet key problem requirements

Domain Control Design Some GA Application Types Scheduling Robotics Machine Learning Signal Processing Game Playing Combinatorial Optimization Application Types gas pipeline, pole balancing, missile evasion, pursuit semiconductor layout, aircraft design, keyboard configuration, communication networks manufacturing, facility scheduling, resource allocation trajectory planning designing neural networks, improving classification algorithms, classifier systems filter design poker, checkers, prisoner s dilemma set covering, travelling salesman, routing, bin packing, graph colouring and partitioning

WRITING A FUNCTION Select New in the MATLAB File menu. Select M-File. This opens a new M-file in the editor. In the M-file, enter the following two lines of code: function z = my_fun(x) z = x(1)^2-2*x(1)*x(2) + 6*x(1) + x(2)^2-6*x(2); Save the M-file in a directory on the MATLAB path.

FUNCTION HANDLE A function handle is a MATLAB value that provides a means of calling a function indirectly. The syntax is For example handle = @function name h = @my_fun

USING THE TOOLBOX There are two ways to use genetic algorithm with the toolbox : Calling the genetic algorithm function ga at the command line Using the genetic algorithm tool, a graphical interface

AT COMMAND LINE The syntax is [ x fval ] = ga( @fitnessfun, nvars, options ) Where @fitnessfun is a function handle to the fitness function nvars is the number of independent variables for the fitness function options is a structure containing options for the genetic algorithm fval is the final value of the fitness function x is the point at which final value is attained

USING GENETIC ALGORITHM TOOL To open we have to write following syntax at the command line gatool

PAUSING AND STOPPING Click Pause to temporarily suspend the algorithm. To resume the algorithm using the current population at the time you paused, click Resume. Click Stop to stop the algorithm. The Status and results pane displays the fitness function value of the best point in the current generation at the moment you clicked Stop.

SETTING STOPPING CRITERIA Generations -- The algorithm reaches the specified number of generations. Time -- The algorithm runs for the specified amount of time in seconds. Fitness limit -- The best fitness value in the current generation is less than or equal to the specified value. Stall generations -- The algorithm computes the specified number of generations with no improvement in the fitness function. Stall time limit -- The algorithm runs for the specified amount of time in seconds with no improvement in the fitness function.

DISPLAYING PLOTS The Plots pane, shown in the following figure, enables you to display various plots of the results of the genetic algorithm.

RESULTS For the function we wanted to minimise i.e my_fun z = x(1)^2-2*x(1)*x(2) + 6*x(1) + x(2)^2-6*x(2); The final result that will be obtained after using genetic algorithm will be x = [ 0.25836 3.26145]

Control of Induction Motor Drives Optimization of both the structure and the associated parameters of four cascaded controllers for an IM drive. The GA tests and compares controllers having different orders. The GA optimizes both the number and the location of controller s zeros and poles. While conventional design strategies firstly tune the current controller and then the speed controller (thus leading to a potentially sub-optimal couple of controllers), the GA simultaneously optimizes the two controllers, to obtain the best overall two cascaded- loops control systems We developed a system based on MATLAB/SIMULINK environment and dspace control boards to run the optimization on-line, directly on the hardware

Induction motor drive block diagram

Crossover, Mutation, and Selection Crossover Binary flags: multi-point crossover Real valued chromosomes: either heuristic or arithmetical crossover is applied with equal probability. Mutation Binary flags: binary mutation Real valued chromosomes: uniform mutation Selection Tournament selection

Main Details of the Evolutionary Algorithm The ability to work on heterogeneous solutions makes the considered GA similar to other evolutionary computation techniques, such as Genetic or Evolutionary Programming (GP or EP). A significant difference between EP and GAs lays in the rate of application of the mutation. In the preliminary investigation for optimal occurrence rate of operators, a much faster convergence was obtained with higher mutation rates. Due to our final choice of emphasizing the rate of mutation (80%) with respect to crossover (20%), the algorithm can be viewed as a hybrid GA-EP evolutionary algorithm.

Choice of the fitness function The objective function is a weighted sum of five performance indices that are directly measured on system s response to the a sequence of speed steps of different amplitude.

Overview of the single indexes Steady state speed response This index measures the speed error along segments of the speed response settling around the steady state.

Overview of the single indexes Speed overshoot This index measures the speed overshoot when a speed step change is required

Overview of the single indexes Transient speed response duration This index measures the duration of transient conditions, that is the sum of all the settling times

Overview of the single indexes Voltage reference oscillations for constant speed reference This index accounts for undesired ripples and oscillations of the voltage that would increase losses and acoustic noise, contrasting with constant torque operations

Overview of the single indexes Current response This index measures the sum of absolute current errors

PC with ds1104 Controller Experimental Setup Induction Motor PWM Inverter Current & Voltage Sensor Load Bank

On-line optimization with standard GA: Speed response at the end of the GA optimization Induction Motor Drive

On-line optimization with standard GA: Rotor flux response at the end of the GA optimization Induction Motor Drive

Conclusions Question: rich? Answer: If GAs are so smart, why ain t they Genetic algorithms are rich - rich in application across a large and growing number of disciplines. - David E. Goldberg, Genetic Algorithms in Search, Optimization and Machine Learning