> For the complete documentation index, see [llms.txt](https://www.generativedesign.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.generativedesign.org/02-deeper-dive/02-04_genetic-algorithms.md).

# Genetic Algorithms

![](https://1947225869-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LZMLRvaju5sqPs7pYTX%2F-Ltv4uFdHxY7yt_MdVwX%2F-LrPm3WJBXxToVOIHGBz%2Fgenetic.png?generation=1574023185720125\&alt=media)

In this section, we’ll look at genetic algorithms.

We will cover the following:

* [What Is a Genetic Algorithm?](/02-deeper-dive/02-04_genetic-algorithms/02-04-01_what-is-a-genetic-algorithm.md)
* [Inizialization Phase](/02-deeper-dive/02-04_genetic-algorithms/02-04-02_initialization-phase.md)
* [Evaluation Phase](/02-deeper-dive/02-04_genetic-algorithms/02-04-03_evaluation-phase.md)
* [Selection Phase](/02-deeper-dive/02-04_genetic-algorithms/02-04-04_selection-phase.md)
* [Crossover Phase](/02-deeper-dive/02-04_genetic-algorithms/02-04-05_crossover-phase.md)
* [Mutation Phase](/02-deeper-dive/02-04_genetic-algorithms/02-04-06_mutation-phase.md)
