Tutorial : Introduction to Genetic Algorithm n application on Traveling Sales Man Problem (TSP)

preview_player
Показать описание
- what is genetic algorithm
- Graphical explanation of how does it work?
- Simplistic explanation of chromosome , cross over, mutation, survival of fittest through .....Application into travelling sales man (TSP) problem
- Pseudo code for application of genetic algorithm for TSP
Some practical tips for getting good solution
Рекомендации по теме
Комментарии
Автор

Taught better than IIT Professor, really very great video. Thank You

harshbari
Автор

AMAZING!!! BEST explanation that one can find on the internet!

codexhammered
Автор

That crossover part and mutation part was really helpful. Thanks. Appreciate it.

aniket
Автор

what's amazing presentation, thank you coach.

nslover
Автор

This video saved me. Thanks, Mr. Malakar

RicardoTetti
Автор

Excellent explanation and the content is good

moviedilip
Автор

Hello !

Thank you very much for this great video !!
Your Videos and explanation are really unique and better than most Videos on YouTube. I see a huge potential for your channel to grow and help millions of programmers around the world so I hop that you keep doing those great videos about programming.

husein_alfil
Автор

What is the guarantee that we will get the correct output at the end of threshold number of iterations?

anantshekhar
Автор

Thank u best explanation with good example

ifrahabdirahman
Автор

How to implement in multiple traveling salesman problem using NSGA-2.

theWorldOfIss
Автор

A very good explanation. how can i use in flow shop scheduling problem?

tibebualene
Автор

There is always an Indian guy on Yotube who explains it better. How? Great job though....Thanks

prayaggore
Автор

How to get the random number for selecting the chromosome?

debolinakundu
Автор

One doubt: in this what type of cross over you used

sravanchilumula
Автор

Wonderful explanation, do you have a c++ code to illustrate this algorithm.

asheeshmathur
Автор

Hi I am working on formation of a mathematical model of a single route BUS Transit System for making a optimal timetable to cover entire demand as well as minimum frequency to cover it. In order to it I went through various research papers. Firstly I starting with the help of AMPL Software. But it caused me difficulty in finding optimal frequency because for its calculation it is a series of events. In AMPL it is easy to solve using LPP. I have been through various research papers it stated use of Genetic Algorithm. If possible I need your assistance in this so that I can formulate a mathematical model of Bus Transit System.

sanyammaheshwari
Автор

9:19 Why 50 chromosomes are chosen out of 100? Where does the 100 come from?

nmana
Автор

personly I think it really a mistake to use crossover here, feel it just create too much noise, and we really should rather test new combination many times, and bacterias don't do crossovers.
also, as I see it, a city here would be more like basepair, and basepair is not mixed, only genes, and genes are in most situation complete solutions

TheHpsh
Автор

Sir nice explanation but what is thefinal solution

sofiapoobalan
Автор

Respected Sir, Please tell me how to do linear inequality eqns optimization based on genetic algorithm

ramupenki