Genetic Algorithms: Games



As with competitive programs such as IBM's Deep Blue (the chess program that managed to beat chess Grandmaster Gary Kasparov, considered the best chess player in the world), artificial intelligence can be used to create superior games-playing programs. Genetic algorithms can currently be used to create competitive programs for simple games such as tic-tac-toe, and this may extend to more complicated games such as chess in the future.
Back to Genetic Algorithms