Categories
Algorithms Computing

Algorithms } 043 } Genetic Algorithms }

This lecture discusses basic principles of Genetic Algorithms, a class of evolutionary computational algorithms. Genetic algorithms are based on the concept of biological evolution. As in biological science there is concept of how species are born due to union of male and female type of species and new generation take place of older generation, in the similar way due to union of candidate solutions [ chromosomes ] new candidate solutions [ chromosomes ] are being produced. New candidate solutions may mutate and may be ignored in new population if they do not meet the good-fit criteria. It is similar to Darwin’s “survival-of-fittest” theory. New chromosomes [ candidate solutions ] which are good fit or desirable [ better children ] will move forward to next level of evolution and rest will be discarded. This evolution loop continues till the desired quality solution is archived. These algorithms are mainly used for NP-Hard kind of problems and provide approximate solutions to the problem.

[ ►Subscribe ] Leprofesseur } on YouTube. We appreciate your feedback and support. Do not forget to give thumbs-up ?

Sincerely,
Harrish

 5,399 total views,  2 views today

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.