Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 498 Bytes

File metadata and controls

9 lines (6 loc) · 498 Bytes

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