The Official AGA Tournament Guide

Total Page:16

File Type:pdf, Size:1020Kb

The Official AGA Tournament Guide The Official AGA Tournament Guide by Ken Koester Copyright © The American Go Association 2006 Table of Contents Part I: The Tasks Introduction........................................................................................................................................... v Chapter 1. Planning.............................................................................................................................1 Theme and System ................................................................................................................1 Budgeting, or, The Tournament on $15 and $20 a Day .................................................... 6 In Need of Assistance ...........................................................................................................8 Timetables ...............................................................................................................................9 Chapter 2. Preparation .....................................................................................................................11 Time and Place .....................................................................................................................11 Getting the Word Out ..........................................................................................................12 Food for Thought .................................................................................................................15 The Prize Is Right .................................................................................................................16 The Paper Chase ..................................................................................................................17 Chapter 3. Performing ......................................................................................................................19 Setup ......................................................................................................................................19 Registration ..........................................................................................................................20 Initial Pairings .......................................................................................................................22 General Running ..................................................................................................................25 Playing with Time .................................................................................................................26 Teardown ..............................................................................................................................29 Chapter 4. Post-Mortem ...................................................................................................................30 Chapter 5. Playing on a Large Scale ..............................................................................................33 Planning ................................................................................................................................33 Preparation ...........................................................................................................................35 Performing .............................................................................................................................37 Postmortem ...........................................................................................................................38 Part II: Appendices and How To’s Appendix 1: Tournament Pairing systems ....................................................................................40 General Pairing Principles ..................................................................................................40 Knockout Tournaments ......................................................................................................41 Constructing Larger Charts ..................................................................................41 Imperfect Number of Entrants ..............................................................................42 Variants ....................................................................................................................43 Round Robins .......................................................................................................................45 Variants ....................................................................................................................46 Swiss System .......................................................................................................................46 Swiss-McMahon ...................................................................................................................48 "Instant" Pairing ...................................................................................................................52 Matthews Accelerated System ...........................................................................................52 4-Round KO Pairing Chart ..................................................................................................54 MGC 16 Winners KO Chart .................................................................................................55 MGC 16 Consolation KO Chart ..........................................................................................56 4-, 6-, and 8- Player RR Charts ...........................................................................................57 10-Player RR Charts .............................................................................................................58 Cleveland "Packed" RR Chart ............................................................................................59 Appendix 2: Resolving Ties .............................................................................................................60 Two-Player Tiebreak Procedures ......................................................................................60 Multi-Player Tiebreak Procedures .....................................................................................60 Alternates...............................................................................................................................61 Appendix 3: Setting Clocks..............................................................................................................62 Analog ...................................................................................................................................62 Ing ...........................................................................................................................................62 Using the Ing ........................................................................................................................63 ii Appendix 4: Result and TDE Files ..................................................................................................64 Official AGA Rules of Go (1991) .......................................................................................................65 Official AGA Tournament Regulations (2000) ...............................................................................69 Tournament Sponsorship and Sanctions ........................................................................69 Rules of the Game ...............................................................................................................69 Tournament Authorities ......................................................................................................69 Appeals ..................................................................................................................................70 Player Conduct and Etiquette ............................................................................................70 Administration of Play .........................................................................................................71 Preparation for play ...............................................................................................71 Play of the Game ....................................................................................................73 Adjournment ...........................................................................................................73 Completion of play .................................................................................................74 Timekeeping ............................................................................................................74 Tiebreaking procedures ........................................................................................77 Use of Computers ................................................................................................................77 Penalties ................................................................................................................................78 AGA Contact List and History (as of 2004) .....................................................................................79 Official AGA Ratings Data Report Cover Sheet .............................................................................80 AGA Tournament Registration Form...............................................................................................81 AGA Game Result Form ....................................................................................................................82
Recommended publications
  • March 2014 Table of Contents
    Newsletter February and March 2014 Table of Contents Article to the Readers .................................................................................... Page 2 Canadian Go Open ......................................................................................... Page 3 Go Problems - Part 1 ..................................................................................... Page 4 Joseki Explained ............................................................................................... Page 5 Go Problems - Part 2 ..................................................................................... Page 22 Canadian Go Association League Report .............................................. Page 23 Go Problems - Part 3 ..................................................................................... Page 24 Lee Sedol Vs. Gu Li Jubango Match One Review ................................ Page 25 University of Waterloo Go Tournament March 22nd ......................... Page 30 University of Brock Go Tournament March 30th ................................. Page 31 Photo by Brayden England Article to the Readers By: Matthew Mennie It’s a great honour to be able to bring this newsletter to the members of the Canadian Go Association. I would like to thank James Sedgwick, the president of the Canadian Go Association, Mark Wong, Irene Sha, and Ben Mantle. Without them the newsletter would have been a bunch of blank pages. Mark Wong, has officially changed his role in the newsletter process, from editor and compiler to editor in
    [Show full text]
  • FUEGO—An Open-Source Framework for Board Games and Go Engine Based on Monte Carlo Tree Search Markus Enzenberger, Martin Müller, Broderick Arneson, and Richard Segal
    IEEE TRANSACTIONS ON COMPUTATIONAL INTELLIGENCE AND AI IN GAMES, VOL. 2, NO. 4, DECEMBER 2010 259 FUEGO—An Open-Source Framework for Board Games and Go Engine Based on Monte Carlo Tree Search Markus Enzenberger, Martin Müller, Broderick Arneson, and Richard Segal Abstract—FUEGO is both an open-source software framework with new algorithms that would not be possible otherwise be- and a state-of-the-art program that plays the game of Go. The cause of the cost of implementing a complete state-of-the-art framework supports developing game engines for full-information system. Successful previous examples show the importance of two-player board games, and is used successfully in a substantial open-source software: GNU GO [19] provided the first open- number of projects. The FUEGO Go program became the first program to win a game against a top professional player in 9 9 source Go program with a strength approaching that of the best Go. It has won a number of strong tournaments against other classical programs. It has had a huge impact, attracting dozens programs, and is competitive for 19 19 as well. This paper gives of researchers and hundreds of hobbyists. In Chess, programs an overview of the development and current state of the UEGO F such as GNU CHESS,CRAFTY, and FRUIT have popularized in- project. It describes the reusable components of the software framework and specific algorithms used in the Go engine. novative ideas and provided reference implementations. To give one more example, in the field of domain-independent planning, Index Terms—Computer game playing, Computer Go, FUEGO, systems with publicly available source code such as Hoffmann’s man-machine matches, Monte Carlo tree search, open source soft- ware, software frameworks.
    [Show full text]
  • Reinforcement Learning of Local Shape in the Game of Go
    Reinforcement Learning of Local Shape in the Game of Go David Silver, Richard Sutton, and Martin Muller¨ Department of Computing Science University of Alberta Edmonton, Canada T6G 2E8 {silver, sutton, mmueller}@cs.ualberta.ca Abstract effective. They are fast to compute; easy to interpret, modify and debug; and they have good convergence properties. We explore an application to the game of Go of Secondly, weights are trained by temporal difference learn- a reinforcement learning approach based on a lin- ing and self-play. The world champion Checkers program ear evaluation function and large numbers of bi- Chinook was hand-tuned by expert players over 5 years. nary features. This strategy has proved effective When weights were trained instead by self-play using a tem- in game playing programs and other reinforcement poral difference learning algorithm, the program equalled learning applications. We apply this strategy to Go the performance of the original version [7]. A similar ap- by creating over a million features based on tem- proach attained master level play in Chess [1]. TD-Gammon plates for small fragments of the board, and then achieved world class Backgammon performance after train- use temporal difference learning and self-play. This ingbyTD(0)andself-play[13]. A program trained by method identifies hundreds of low level shapes with TD(λ) and self-play outperformed an expert, hand-tuned ver- recognisable significance to expert Go players, and sion at the card game Hearts [11]. Experience generated provides quantitive estimates of their values. We by self-play was also used to train the weights of the world analyse the relative contributions to performance of champion Othello and Scrabble programs, using least squares templates of different types and sizes.
    [Show full text]
  • Curriculum Guide for Go in Schools
    Curriculum Guide 1 Curriculum Guide for Go In Schools by Gordon E. Castanza, Ed. D. October 19, 2011 Published By: Rittenberg Consulting Group 7806 108th St. NW Gig Harbor, WA 98332 253-853-4831 © 2005 by Gordon E. Castanza, Ed. D. Curriculum Guide 2 Table of Contents Acknowledgements ......................................................................................................................... 4 Purpose and Rationale..................................................................................................................... 5 About this curriculum guide ................................................................................................... 7 Introduction ..................................................................................................................................... 8 Overview ................................................................................................................................. 9 Building Go Instructor Capacity ........................................................................................... 10 Developing Relationships and Communicating with the Community ................................. 10 Using Resources Effectively ................................................................................................. 11 Conclusion ............................................................................................................................ 11 Major Trends and Issues ..........................................................................................................
    [Show full text]
  • FUEGO – an Open-Source Framework for Board Games and Go Engine Based on Monte-Carlo Tree Search
    FUEGO – An Open-source Framework for Board Games and Go Engine Based on Monte-Carlo Tree Search Markus Enzenberger, Martin Muller,¨ Broderick Arneson and Richard Segal Abstract—FUEGO is both an open-source software frame- available source code such as Hoffmann’s FF [20] have had work and a state of the art program that plays the game of a similarly massive impact, and have enabled much followup Go. The framework supports developing game engines for full- research. information two-player board games, and is used successfully in UEGO a substantial number of projects. The FUEGO Go program be- F contains a game-independent, state of the art came the first program to win a game against a top professional implementation of MCTS with many standard enhancements. player in 9×9 Go. It has won a number of strong tournaments It implements a coherent design, consistent with software against other programs, and is competitive for 19 × 19 as well. engineering best practices. Advanced features include a lock- This paper gives an overview of the development and free shared memory architecture, and a flexible and general current state of the FUEGO project. It describes the reusable components of the software framework and specific algorithms plug-in architecture for adding domain-specific knowledge in used in the Go engine. the game tree. The FUEGO framework has been proven in applications to Go, Hex, Havannah and Amazons. I. INTRODUCTION The main innovation of the overall FUEGO framework may lie not in the novelty of any of its specific methods and Research in computing science is driven by the interplay algorithms, but in the fact that for the first time, a state of of theory and practice.
    [Show full text]
  • Modern Master Games Volume One the Dawn of Tournament Go
    Modern Master Games Volume One The games presented in Modern Master Games, Volume One were played in turbulent The Dawn of times. When the first Honinbo tournament was Tournament Go established, the war had not yet seriously affected the Japanese go world or the daily life of the average Japanese. But by the time of the third Honinbo tournament, Japanese society Rob van Zeijst was in chaos; the atomic bomb was dropped and just 10 kilometers from where the second game Richard Bozulich of the title match was being played. After the war, life was slowly returning to With historical notes by normal. By the 1950s, the go world was again John Power abuzz. Rivalries were flourishing, and newspapers were establishing new tournaments with abundant prize money. As the post-war go world was reorganizing itself, the matches played were of much consequence — it became more than just winning a title. The results were to determine the organizations that governed the game in Japan until today. The pressures on the players were intense, and it exposed their psychological strengths as well as fragilities. Takagawa’s games in this book show how dangerous it is to underestimate an opponent. It was almost unbelievable to some that the mild-mannered Takagawa, whose quiet and laid-back style, never attacking too strongly, and lacking the brilliance of a player like Sakata, could hold the Honinbo title against all comers for nearly 10 years. Sakata’s games are good illustrations of the slashing style which earned him the moniker Razor-Sharp Sakata. We also see examples of the depth of his analysis in which he makes an unorthodox peep (dubbed the tesuji of the century) against Fujisawa Shuko that entails another tesuji 15 moves later whose consequences also have to be analyzed.
    [Show full text]
  • Go Books Detail
    Evanston Go Club Ian Feldman Lending Library A Compendium of Trick Plays Nihon Ki-in In this unique anthology, the reader will find the subject of trick plays in the game of go dealt with in a thorough manner. Practically anything one could wish to know about the subject is examined from multiple perpectives in this remarkable volume. Vital points in common patterns, skillful finesse (tesuji) and ordinary matters of good technique are discussed, as well as the pitfalls that are concealed in seemingly innocuous positions. This is a gem of a handbook that belongs on the bookshelf of every go player. Chapter 1 was written by Ishida Yoshio, former Meijin-Honinbo, who intimates that if "joseki can be said to be the highway, trick plays may be called a back alley. When one masters the alleyways, one is on course to master joseki." Thirty-five model trick plays are presented in this chapter, #204 and exhaustively analyzed in the style of a dictionary. Kageyama Toshiro 7 dan, one of the most popular go writers, examines the subject in Chapter 2 from the standpoint of full board strategy. Chapter 3 is written by Mihori Sho, who collaborated with Sakata Eio to produce Killer of Go. Anecdotes from the history of go, famous sayings by Sun Tzu on the Art of Warfare and contemporary examples of trickery are woven together to produce an entertaining dialogue. The final chapter presents twenty-five problems for the reader to solve, using the knowledge gained in the preceding sections. Do not be surprised to find unexpected booby traps lurking here also.
    [Show full text]
  • GO MINILIST 1 July 2015
    1001 LIFE AND DEATH PROBLEMS ADVANCED TEXTS Bozulich $15.00 MAKING GOOD SHAPE 1992 TOURNAMENT GO GO MINILIST Bozulich & Van Zeijst $15.00 Power $35.00 ATTACKING & DEFENDING MOYOS 21st CENTURY NEW OPENINGS 1 July 2015 Bozulich $15.00 Kim Sungrae 4P $20.00 ST K41 21 CENTURY DICTIONARY OF BASIC JOSEKI V. 1 DICTIONARY OF MODERN FUSEKI: THE Takao Shinji $40.00 CLEARANCE SALE K41 21ST CENTURY DICTIONARY OF BASIC JOSEKI V. 2 KOREAN STYLE $20.00 (While stocks last.) Takao Shinji $40.00 ART OF CAPTURING STONES Completely up to date Wu & Yu $15.00 Postage is extra HANDBOOK OF GO PROVERBS DICTIONARY OF BASIC JOSEKI VOL. 3 The Nihon Kiin $15.00 Ishida Old edition $15.00 We accept Visa and Mastercard for STRATEGIC FUNDAMENTALS IN GO mail orders, or you can direct debit to THE 1971 HONINBO TOURNAMENT Guo Tisheng & Lu Wen $15.00 Iwamoto $15.00 our account. HANDBOOK OF STAR POINT JOSEKI The Nihon Kiin $15.00 GRADED GO PROBS. FOR DAN PLAYERS POWER BUILDER VOL. 2 Westpac Vol. 1 300 L & D 5kyu – 3 dan $22.00 Wang RuNan $15.00 Vol. 2 300 Tesuji Probs 5 kyu – 3 dan$22.00 BSB 734026 Vol 3 300 Joseki Prob 1 dan – 3 dan $22.00 Acct. 577505 EVEN GAME JOSEKI JW and S Hardy The Nihon Kiin $15.00 Vol 4 300 L & D 4 dan – 7 dan $22.00 STEP UP TO A HIGHER LEVEL Vol 7 256 Open / Mid 4 dan – 7 dan $22.00 DICTIONARY OF BASIC FUSEKI VOL. 1 Abe Yoshiteru $10.00 Rin Kaiho $12.00 WHOLE BOARD LIVING TESUJIS JUNGSUK IN OUR TIME Chatterjee & Yang $12.00 Hankuk Kiw3on $15.00 Our Website LECTURES ON THE OPENING VOL.
    [Show full text]
  • 1 Introduction
    An Investigation of an Evolutionary Approach to the Opening of Go Graham Kendall, Razali Yaakob Philip Hingston School of Computer Science and IT School of Computer and Information Science University of Nottingham, UK Edith Cowan University, WA, Australia {gxk|rby}@cs.nott.ac.uk [email protected] Abstract – The game of Go can be divided into three stages; even told how it had performed in each individual game. the opening, the middle, and the end game. In this paper, The conclusion of Fogel and Chellapilla is that, without evolutionary neural networks, evolved via an evolutionary any expert knowledge, a program can learn to play a game strategy, are used to develop opening game playing strategies at an expert level using a co-evolutionary approach. for the game. Go is typically played on one of three different board sizes, i.e., 9x9, 13x13 and 19x19. A 19x19 board is the Additional information about this work can be found in standard size for tournament play but 9x9 and 13x13 boards [19, 20, 21, 22]. are usually used by less-experienced players or for faster Go is considered more complex than chess or checkers. games. This paper focuses on the opening, using a 13x13 One measure of this complexity is the number of positions board. A feed forward neural network player is played against that can be reached from the starting position which Bouzy a static player (Gondo), for the first 30 moves. Then Gondo and Cazenave estimate to be 10160 [23]. Chess and takes the part of both players to play out the remainder of the checkers are about 1050 and 1017, respectively [23].
    [Show full text]
  • Syllabus & Study Pack Module A
    Malaysia Weiqi Association Syllabus & Study Pack Module A 1 Malaysia Weiqi Association Table of Contents A.1 INTRODUCTION A.4 CAPTURING RACE A.1.1 Short historical introduction to the game pg. 03 A.4.1 Capturing Race Pg. 45 A.1.2 Game etiquette and manners pg. 05 A.4.2 Inside liberties vs. outside liberties Pg. 46 A.1.3 Go equipment pg. 06 A.4.3 One eye beats no eyes Pg. 47 A.4.4 Increasing liberties Pg. 48 A.2 GETTING STARTED A.5 ENDGAME A.2.1 How to start? Pg.09 A.2.2 The objective of the Game Pg. 10 A.5.1 How to end a game Pg. 50 A.2.3 How the game ends Pg. 11 A.5.2 Endgame tactics Pg. 53 A.2.4 Building territories Pg. 12 A.2.5 Liberties Pg. 16 A.2.6 Invalid moves Pg. 17 LIST OF BONUS MATERIALS A.2.7 Living and Dead groups Pg. 21 A.2.8 Multiple Eye Space Pg. 27 1. Various Names of Go Pg. 04 2. How to Hold a Go Stone Pg. 08 3. Hikaru No Go Pg. 20 A.3 BASIC TACTICS 4. Ranking and Handicap Pg. 49 5. Resources On the Internet Pg. 58 A.3.1 Connecting and Cutting Pg. 31 6. Three Tips on Improving Pg. 59 A.3.2 Double Atari Pg. 35 A.3.3 Ladders Pg. 36 AUTHOR’S NOTES Pg. 60 A.3.4 Nets Pg. 37 A.3.5 Snapback Pg. 38 A.3.6 Throw-In Pg.
    [Show full text]
  • STEAM 19 GO [NEW SLIDE] 0:00 in This Video We're Going to Talk About the Game of Go, Also Called Baduk Or Wei- Chi. I Find
    STEAM 19 GO [NEW SLIDE] 0:00 In this video we’re going to talk about the game of go, also called baduk or wei- chi. I find this an incredibly important game to put into your curriculum. Even though it may not fit with your benchmarks, there’s so many reasons to add this. We’re going to talk now about those reasons, and in the next video we’re going to learn the rules of the game. The first thing to realize is, it’s only played with black and white stones. It’s very simple. http://en.wikipedia.org/wiki/Go_%28game%29 [NEW SLIDE] 0:34 Let’s talk about where it came from. It was developed in China about 4000 years ago. It’s one of the oldest strategy games known. And originally, if you look at this picture, it was played on a scroll. It now looks different. But it certainly is very much still the same game that was developed so many thousands of years ago. Think about the game of chess. It’s based on a feudal system of Europe. Where there are kings and queens and pawns and a definite hierarchy, all the pieces move in different ways, and it can be quite confusing to learn. Go is more simplistic, there’s only two pieces. Once they go on the board they don’t move around. And it’s based more on a yin and yang philosophy. In chess it’s your goal to annihilate the king of the other team and as many pieces as possible.
    [Show full text]
  • Active Opening Book Application for Monte-Carlo Tree Search in 19×19 Go
    Active Opening Book Application for Monte-Carlo Tree Search in 19×19 Go Hendrik Baier and Mark H. M. Winands Games and AI Group, Department of Knowledge Engineering Maastricht University, Maastricht, The Netherlands Abstract The dominant approach for programs playing the Asian board game of Go is nowadays Monte-Carlo Tree Search (MCTS). However, MCTS does not perform well in the opening phase of the game, as the branching factor is high and consequences of moves can be far delayed. Human knowledge about Go openings is typically captured in joseki, local sequences of moves that are considered optimal for both players. The choice of the correct joseki in a given whole-board position, however, is difficult to formalize. This paper presents an approach to successfully apply global as well as local opening moves, extracted from databases of high-level game records, in the MCTS framework. Instead of blindly playing moves that match local joseki patterns (passive opening book application), knowledge about these moves is integrated into the search algorithm by the techniques of move pruning and move biasing (active opening book application). Thus, the opening book serves to nudge the search into the direction of tried and tested local moves, while the search is able to filter out locally optimal, but globally problematic move choices. In our experiments, active book application outperforms passive book application and plain MCTS in 19×19 Go. 1 Introduction Since the early days of Artificial Intelligence (AI) as a scientific field, games have been used as testbed and benchmark for AI architectures and algorithms. The board game of Go, for example, has stimulated con- siderable research efforts over the last decades, second only to computer chess.
    [Show full text]