Genetic Algorithm Tutorial - How to Code a Genetic Algorithm
Channel:
Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=XP8R0yzAbdo
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
Other Videos By Fullstack Academy
Tags:
Genetic Algorithms
Genetic Algorithm Tutorial
Traveling Salesperson Problem
solve the TSP