<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Genetic Algorithm on DataThrillz</title><link>https://datathrillz.com/tags/genetic-algorithm/</link><description>Recent content in Genetic Algorithm on DataThrillz</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 10 Aug 2020 16:44:04 +0000</lastBuildDate><atom:link href="https://datathrillz.com/tags/genetic-algorithm/index.xml" rel="self" type="application/rss+xml"/><item><title>How Genetic Algorithms Work</title><link>https://datathrillz.com/posts/2020-08-10-genetic-algorithm/</link><pubDate>Mon, 10 Aug 2020 16:44:04 +0000</pubDate><guid>https://datathrillz.com/posts/2020-08-10-genetic-algorithm/</guid><description>&lt;p&gt;Genetic algorithms (GAs) are inspired by biology where only the fittest genes survive. It is based on Charles Darwin&amp;rsquo;s Natural Selection theory. We start with 2 parent chromosomes that each contain an ordered set of genes. Each parent contributes some of their genes when they mate to create children chromosomes. There is a randomness to the mating process so that each child has a diverse set of genes. This diversity is created by the &lt;strong&gt;crossover&lt;/strong&gt; and &lt;strong&gt;mutation&lt;/strong&gt; processes. Over time and with sufficient genetic diversity, the fittest genes, representing optimal characteristics for the species to survive, be come dominant and are propagated. This is nature&amp;rsquo;s way of optimizing over genetic diversity and we can co-opt this approach for tackling other optimization problems.&lt;/p&gt;</description></item></channel></rss>