Genetic Algorithm
Genetic Algorithm
Associate Professor
Electrical and Electronics Engineering,
Faculty of Engineering and Technology,
Jain Deemed to be University,
Bangalore
December 9, 2022
Contents
1 Introduction
2 Optimization
3 Genetic Algorithm
4 Genetic Flowchart
5 Operations
6 Example
Genes
Contents
1 Introduction
2 Optimization
3 Genetic Algorithm
4 Genetic Flowchart
5 Operations
6 Example
Optimization
Contents
1 Introduction
2 Optimization
3 Genetic Algorithm
4 Genetic Flowchart
5 Operations
6 Example
1 Initial Population
2 Calculate the fitness
3 Select the parents
4 Crossover
5 Mutation
6 Stopping Criterion
If yes then stop the process
If no then select the new parents
Contents
1 Introduction
2 Optimization
3 Genetic Algorithm
4 Genetic Flowchart
5 Operations
6 Example
Initial Population
Contents
1 Introduction
2 Optimization
3 Genetic Algorithm
4 Genetic Flowchart
5 Operations
6 Example
Crossover at point 5
Stopping Criterion
1 If the fitness value of the any one of the obtained chidren is the
best value.
2 The process can be stopped.
3 Otherwise the process again starts from selection of parents
Contents
1 Introduction
2 Optimization
3 Genetic Algorithm
4 Genetic Flowchart
5 Operations
6 Example
3 Select Parents : Select the two best solutions say x4, x78.
4 Crossover:
5 Mutation:
6 Stopping Criterion