/MATH-4600

My Math Thesis/Research Project (Genetic Algorithms w/ Tetris)

Primary LanguagePython

MATH*4600 - Advanced Research Project in Mathematics

In this course, I decided to create a genetic algorithm that plays Tetris, here I have some simple genetic algorithms i created to understand how genetic algorithm works as well as my final Tetris game

EvolvePrime.py

A python script that takes a population of random ints and optimizes them into prime numbers

bignumber.py

A python script that takes a population of ranodm ints and optimizes them into being the largest they can be