neural networks research group
areas
people
projects
demos
publications
software/data
Evolving Neural Networks To Focus Minimax Search (1994)
David E. Moriarty
and
Risto Miikkulainen
Neural networks were evolved through genetic algorithms to focus minimax search in the game of Othello. At each level of the search tree, the focus networks decide which moves are promising enough to be explored further. The networks effectively hide problem states from minimax based on the knowledge they have evolved about the limitations of minimax and the evaluation function. Focus networks were encoded in marker-based chromosomes and were evolved against a full-width minimax opponent that used the same evaluation function. The networks were able to guide the search away from poor information, resulting in stronger play while examining fewer states. When evolved with a highly sophisticated evaluation function of the Bill program, the system was able to match Bill's performance while only searching a subset of the moves.
View:
PDF
,
PS
Citation:
In
Proceedings of the Twelfth National Conference on Artificial Intelligence (AAAI-94)
, 1371-1377, Seattle, WA, 1994. Cambridge, MA: MIT Press.
Bibtex:
@InProceedings{moriarty:focus, title={Evolving Neural Networks To Focus Minimax Search}, author={David E. Moriarty and Risto Miikkulainen}, booktitle={Proceedings of the Twelfth National Conference on Artificial Intelligence (AAAI-94)}, address={Seattle, WA}, publisher={Cambridge, MA: MIT Press}, key={AAAI}, pages={1371-1377}, url="http://nn.cs.utexas.edu/?moriarty:aaai94", year={1994} }
People
Risto Miikkulainen
Faculty
risto [at] cs utexas edu
David E. Moriarty
Ph.D. Alumni
moriarty [at] alumni utexas net
Areas of Interest
Evolutionary Computation
Neuroevolution
Reinforcement Learning
Game Playing
Applications