Evolutionary algorithms
Evolutionary algorithms
EVOLUTIONARY ALGORITHMS
Module 3
EVOLUTIONARY ALGORITHMS:
• Evolutionary Algorithms, Genetic Algorithms, Fitness Scaling,
Selection, Mutation, Crossover, Other Genetic Operators, Algorithm
Working, Diversity, Grammatical Evolution, Other Optimization
Techniques, Meta heuristic Search, Traveling Salesman Problem
• Text Book 1: Chapter 5: 5.1 -5.15
Evolutionary Algorithms
• As discussed above, for any problem, the total path traced by the
salesman is s → a1 → a2 → a3 → a4 . . . an–1 → s. The fitness
function for this problem is the sum of the geometric distance
between all sets of points. Note that the first and the last points
are constants that are given to us initially.
• Results