58 Forks
119 Stars
119 Watchers

genetic-algorithms

This repository belongs to the youtube videos "What are Genetic Algorithms" (https://youtu.be/uQj5UNhCPuo) and "Genetic Algorithm from Scratch in Python" (https://youtu.be/nhT56blfRpE). If you haven't seen it, please consider watching part one of this series, to get a better understanding of this code.

How to download and setup genetic-algorithms

Open terminal and run command
git clone https://github.com/kiecodes/genetic-algorithms.git
git clone is used to create a copy or clone of genetic-algorithms repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with genetic-algorithms https://github.com/kiecodes/genetic-algorithms/archive/master.zip

Or simply clone genetic-algorithms with SSH
[email protected]:kiecodes/genetic-algorithms.git

If you have some problems with genetic-algorithms

You may open issue on genetic-algorithms support forum (system) here: https://github.com/kiecodes/genetic-algorithms/issues