Rion Snow
نویسندگان
چکیده
Here we present the algorithms and extensions that produced our successful Othello-playing program, which finished among the top five programs of this year’s Othello tournament. Specifically, we discuss a variety of search algorithms and extensions, as well as our algorithms for adaptive timemanagement, our efficient ‘bit board’ data structure, our features comprising our evaluation function, our two learning methods, our opening book, and our endgame solver. Throughout the report we discuss the experiments and evaluations that led us to our particular design decisions, including comparison of the efficiencies of search strategies, performance analysis of our data structures, and testing of different feature sets. 1 Search Algorithms and Extensions We began our study of search algorithms with the implementation of standard Minimax search with alpha-beta pruning. We quickly discovered that our initial implementation of search was far too slow to win the tournament, which inspired us to explore a variety of means by which to reduce the number of nodes we search and thereby improve the speed of our algorithm. Most important of these were implementations of a transposition table, an efficient move-ordering scheme, and explorations of the advanced search algorithms NegaScout and MTD(f).
منابع مشابه
Effectively Using Syntax for Recognizing False Entailment
Recognizing textual entailment is a challenging problem and a fundamental component of many applications in natural language processing. We present a novel framework for recognizing textual entailment that focuses on the use of syntactic heuristics to recognize false entailment. We give a thorough analysis of our system, which demonstrates state-of-the-art performance on a widely-used test set.
متن کاملCS 224N Class Project Automatic Hypernym Classification
Hypernym classification is the task of deciding whether, given two words, one word “is a kind of” the other. We present a classifier that learns the noun hypernym relation based on automatically-discovered lexico-syntactic patterns between a set of provided hyponym/hypernym noun pairs. This classifier is shown to outperform two previous methods for automatically identifying hypernym pairs (usin...
متن کاملA combinatorial problem associated with nonograms
Associated with an m × n matrix with entries 0 or 1 are the m-vector of row sums and n-vector of column sums. In this article we study the set of all pairs of these row and column sums for fixed m and n. In particular, we give an algorithm for finding all such pairs for a given m and n. © 2005 Elsevier Inc. All rights reserved.
متن کاملLate-onset radiation-induced optic neuropathy after radiotherapy for nasopharyngeal carcinoma.
Radiation-induced optic neuropathy (RION) is a rare but devastating late complication of radiotherapy, usually manifesting months to years after cancer treatment of the head and neck, resulting in rapidly progressive blindness in one or both eyes. The incidence of radiation-induced complications following radiotherapy, especially RION, is correlated with survival time of patients. Nasopharyngea...
متن کاملSentinel Lymph Node Mapping and Dissection in Patients with Endometrial Cancer
Georgios Androutsopoulos1*, Ioannis C Kotsopoulos2, Georgios Decavalas1 1Department of Obstetrics and Gynecology, University of Patras, Medical School, Rion, Greece 2Northern Gynaecological Oncology Centre, Queen Elizabeth Hospital, Gateshead, United Kingdom *Corresponding author: Georgios Androutsopoulos, Assistant Professor, Department of Obstetrics and Gynecology, University of Patras, Medic...
متن کامل