Taught better than IIT Professor, really very great video. Thank You
@gopalprasadmalakar125 ай бұрын
Thanks a ton for your feedback @harshbari1501
@codexhammered0077 жыл бұрын
AMAZING!!! BEST explanation that one can find on the internet!
@husein_alfil2 жыл бұрын
Hello ! Thank you very much for this great video !! Your Videos and explanation are really unique and better than most Videos on KZbin. 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.
@aniket7996 жыл бұрын
That crossover part and mutation part was really helpful. Thanks. Appreciate it.
@RicardoTetti4 жыл бұрын
This video saved me. Thanks, Mr. Malakar
@ns3lover7796 жыл бұрын
what's amazing presentation , thank you coach.
@bradytony32723 жыл бұрын
You prolly dont give a damn but does someone know of a method to get back into an Instagram account..? I was stupid forgot the account password. I appreciate any assistance you can give me!
@rickydariel20183 жыл бұрын
@Brady Tony Instablaster :)
@bradytony32723 жыл бұрын
@Ricky Dariel I really appreciate your reply. I found the site through google and im waiting for the hacking stuff now. Seems to take a while so I will reply here later with my results.
@bradytony32723 жыл бұрын
@Ricky Dariel It did the trick and I now got access to my account again. Im so happy! Thank you so much you saved my account !
@rickydariel20183 жыл бұрын
@Brady Tony no problem :D
@yashasvimahajan22982 жыл бұрын
Amazing Explanation Sir !!
@movie4dilip3 жыл бұрын
Excellent explanation and the content is good
@brunoyamashita59643 жыл бұрын
Amazing explanation! Thx so much!
@anantshekhar698 Жыл бұрын
What is the guarantee that we will get the correct output at the end of threshold number of iterations?
@tibebualene79435 жыл бұрын
A very good explanation. how can i use in flow shop scheduling problem?
@ifrahabdirahman13155 жыл бұрын
Thank u best explanation with good example
@prayaggore43924 жыл бұрын
There is always an Indian guy on Yotube who explains it better. How? Great job though....Thanks
@asheeshmathur2 жыл бұрын
Wonderful explanation, do you have a c++ code to illustrate this algorithm.
@geraldmacias70374 жыл бұрын
thanks you saved my semester
@cuteyo43726 жыл бұрын
Excellent explanation !!
@theWorldOfIss2 жыл бұрын
How to implement in multiple traveling salesman problem using NSGA-2.
@dejandozet3 жыл бұрын
I was looking for a simple and understandable explanation and this is it! 🙂. Do you have one for the VRP?
@yasirnaeem71923 жыл бұрын
have you found anything on VRP
@sravanchilumula52134 жыл бұрын
One doubt: in this what type of cross over you used
@debolinakundu76874 жыл бұрын
How to get the random number for selecting the chromosome?
@doditsuprianto64747 жыл бұрын
excellent presentation. good job
@TheHpsh6 жыл бұрын
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
@sofiapoobalan49854 жыл бұрын
Sir nice explanation but what is thefinal solution
@josecarlosferreira49423 жыл бұрын
Thank you sir!
@konkavinod50784 жыл бұрын
nice explanation
@zoeyxster3 жыл бұрын
The presentation doesn't tell us which the is fittest?
@sanyammaheshwari75754 жыл бұрын
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.
@teamextgaming20012 жыл бұрын
Thank you sir
@roshnipradhan51405 жыл бұрын
how can i apply it in task scheduling
@nmana97594 жыл бұрын
9:19 Why 50 chromosomes are chosen out of 100? Where does the 100 come from?
@gopalprasadmalakar124 жыл бұрын
50 out of 100 is a way of selecting best solutions for next iteration. One create first set of chromosomes randomly and keep evolving based on best set of chromosomes.
@AbhishekVerma-kj9hd Жыл бұрын
How to find random number
@jessiebenson7776 жыл бұрын
well-done
@cuteyo43726 жыл бұрын
How to do floating point mutation?
@ramupenki5 жыл бұрын
Respected Sir, Please tell me how to do linear inequality eqns optimization based on genetic algorithm
@tanishkanarayan12104 жыл бұрын
For constrained GA optimisation you can also use GA toolbox available in MATLAB. It very easy to use and saves time of writing a code from the scratch.
@lipsachhotray10216 жыл бұрын
One doubt! is it always necessary that at the end of every run of the algorithm we will get better and better values? Is it possible that we can by any chance get not so satisfactory fitness value at the end of one iteration?
@TheHpsh6 жыл бұрын
I would say it depends on the algorithm, I have made an algorithm where "agents" are getting shorter and shorter "time" to they reproduce, and just randomly kill agents so the population is stable, it will still work over time, but even the best mutation can be killed, but it is very slow, since I am pretty bad at programming
@TheHpsh6 жыл бұрын
Venom Snake well, personly I would think you already know much more than me, I never even get into Java. and At my age, it is a bit hard to get into. personly I use a language called LiveCode, but think it would be better to go for something like python or javascript