Tagged Questions
5
votes
2answers
172 views
Determining which inputs to weigh in an evolutionary algorithm
I once wrote a Tetris AI that played Tetris quite well. The algorithm I used (described in this paper) is a two-step process.
In the first step, the programmer decides to track inputs that are ...