Traveling Salesman Problem in Swift part 1 - Genetic Algorithm

Опубликовано: 21 Март 2026
на канале: Tom Baranowicz
2,147
45

Hey, this video is a form of tutorial to quickly explain everyone what is Genetic Algorithm and how does it work. In general Genetic Algorithm is a search heuristic inspired by the process of natural selection. The basic idea behind a Genetic Algorithm is pretty simple, we are trying to “grow” a solution, using a natural selection mechanism, similar to the one used by nature to create better living beings. Video covers explanation of key concepts and mechanisms that are widely used in variety of implementations. You will learn what is population and chromosome, I will also explain how does selection, crossover and mutation work.

Genetic Algorithm in Swift part 2 - Traveling Salesman Problem in Swift Playgrounds    • Traveling Salesman Problem in Swift part 2...  
Link to Repository: https://github.com/tombaranowicz/Gene...

Follow me on:
Twitter:   / tombaranowicz  
Github: https://github.com/tombaranowicz
Instagram:   / tombaranowicz