Genetic Algorithm Tutorial - How to Code a Genetic Algorithm

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=XP8R0yzAbdo



Category:
Tutorial
Duration: 11:51
136,336 views
2,433


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

In this video, Patrick walks through his implementation of a genetic algorithm that can quickly solve the Traveling Salesperson Problem (TSP). He demonstrates how biological constructs like 'survival of the fittest,' 'genetic diversity,' and 'mutation' can be represented in code, and ends the presentation with a visualization of the algorithm as it solves the TSP.

Demo code: https://github.com/ptrkkim/Genetic-Algo-Tech-Talk







Tags:
Genetic Algorithms
Genetic Algorithm Tutorial
Traveling Salesperson Problem
solve the TSP