MG-GA

Hello everyone! I’m proud to announce the completion of my project: MG-GA. As a heavily documented, C++ application, it serves as a teaching aid to better understand not only the MinGen algorithm, but also the general ideas of Brute-Force and Genetic Algorithms alongside ways that they can be optimized.

The GitHub repository is available at https://github.com/kkernick/MG-GA. Due to formatting issues and limitations in these blog posts, you can find both the Walkthrough as Markdown (https://github.com/kkernick/MG-GA/blob/main/README.md) and PDF (https://github.com/kkernick/MG-GA/blob/main/README.pdf), and the Discussion Questions in Markdown (https://github.com/kkernick/MG-GA/blob/main/Discussion%20Questions.md) and PDF (https://github.com/kkernick/MG-GA/blob/main/Discussion%20Questions.pdf)

Thank you!

Leave a comment