Genetic Algorithm with Tetris (GA/AI)
Posted onGA is a way to learn a population by generations, better understand a problem and working towards a goal. This by giving a small fragments of the both parents dna (information/mutation) into the childs “dna”. For each new generations, they will given more understanding of the problem and thereby make better actions towards the problem. […]