Shredder User Manual

Total Page:16

File Type:pdf, Size:1020Kb

Shredder User Manual Shredder User Manual Shredder User Manual ........................................................................................................................1 Shredder by Stefan Meyer•Kahlen ......................................................................................................4 Note ................................................................................................................................................4 Registration.....................................................................................................................................4 Contact ...........................................................................................................................................5 Stefan Meyer•Kahlen.......................................................................................................................5 Using Shredder...................................................................................................................................6 Menus .............................................................................................................................................6 File Menu.....................................................................................................................................6 Commands Menu.........................................................................................................................8 Levels Menu ................................................................................................................................9 Mode Menu................................................................................................................................10 Extras Menu...............................................................................................................................11 Windows Menu ..........................................................................................................................12 Help Menu .................................................................................................................................13 Right click......................................................................................................................................14 Double click...................................................................................................................................14 Toolbar..........................................................................................................................................14 Shortcuts.......................................................................................................................................14 Options Dialog...............................................................................................................................15 Start options..................................................................................................................................16 Screen layout....................................................................................................................................16 Chess board..................................................................................................................................17 Chess clocks.................................................................................................................................17 Game notation...............................................................................................................................18 Moves window...............................................................................................................................19 Histogram......................................................................................................................................19 Search information ........................................................................................................................20 Analysis window............................................................................................................................20 Status bar......................................................................................................................................21 Title bars .......................................................................................................................................21 3D board .......................................................................................................................................21 Material difference.........................................................................................................................22 Main line window...........................................................................................................................22 Command line...............................................................................................................................23 Design / Window Layout ................................................................................................................23 Basic features...................................................................................................................................24 Playing a game..............................................................................................................................24 Entering moves..........................................................................................................................24 New game .................................................................................................................................24 Special moves ...........................................................................................................................24 Shredder is thinking ...................................................................................................................24 End of game ..............................................................................................................................24 Playing a with black....................................................................................................................25 Replaying moves .......................................................................................................................25 Playing Levels...............................................................................................................................25 Analysing mode .........................................................................................................................25 Position setup................................................................................................................................26 Adding a piece...........................................................................................................................26 Removing a piece ......................................................................................................................27 1 Removing all pieces...................................................................................................................27 Undo all changes .......................................................................................................................27 OK button inactive......................................................................................................................27 Six buttons.................................................................................................................................27 Castling rights............................................................................................................................27 Save / Load................................................................................................................................28 Game Handling .............................................................................................................................28 Databases .................................................................................................................................28 Saving games............................................................................................................................28 Loading games ..........................................................................................................................29 Replacing games .......................................................................................................................29 Deleting games..........................................................................................................................29 Searching for games..................................................................................................................29 Commenting games...................................................................................................................30 Entering lines.............................................................................................................................30 Editing lines ...............................................................................................................................30 EPD Dialog................................................................................................................................30 Analysis............................................................................................................................................32
Recommended publications
  • Learning Long-Term Chess Strategies from Databases
    Mach Learn (2006) 63:329–340 DOI 10.1007/s10994-006-6747-7 TECHNICAL NOTE Learning long-term chess strategies from databases Aleksander Sadikov · Ivan Bratko Received: March 10, 2005 / Revised: December 14, 2005 / Accepted: December 21, 2005 / Published online: 28 March 2006 Springer Science + Business Media, LLC 2006 Abstract We propose an approach to the learning of long-term plans for playing chess endgames. We assume that a computer-generated database for an endgame is available, such as the king and rook vs. king, or king and queen vs. king and rook endgame. For each position in the endgame, the database gives the “value” of the position in terms of the minimum number of moves needed by the stronger side to win given that both sides play optimally. We propose a method for automatically dividing the endgame into stages characterised by different objectives of play. For each stage of such a game plan, a stage- specific evaluation function is induced, to be used by minimax search when playing the endgame. We aim at learning playing strategies that give good insight into the principles of playing specific endgames. Games played by these strategies should resemble human expert’s play in achieving goals and subgoals reliably, but not necessarily as quickly as possible. Keywords Machine learning . Computer chess . Long-term Strategy . Chess endgames . Chess databases 1. Introduction The standard approach used in chess playing programs relies on the minimax principle, efficiently implemented by alpha-beta algorithm, plus a heuristic evaluation function. This approach has proved to work particularly well in situations in which short-term tactics are prevalent, when evaluation function can easily recognise within the search horizon the con- sequences of good or bad moves.
    [Show full text]
  • Yale Yechiel N. Robinson, Patent Attorney Email: [email protected]
    December 16, 2019 From: Yale Yechiel N. Robinson, Patent Attorney Email: [email protected] To: United States Patent and Trademark Office (USPTO) Email: [email protected] Re: Request for Comments on Intellectual Property Protection for Artificial Intelligence Innovation, Docket number: PTO-C-2019-0038 To the USPTO and Members of the Public: My name is Yale Robinson. In addition to my professional work as a patent attorney and in other legal matters, I have for years enjoyed the intergenerational conversation within the game of chess, which originated many centuries ago and spread across Europe and North America around the middle of the 19th century, and has since reached every major country in the world. I will direct my comments regarding issues of intellectual property for artificial intelligence innovations based on the history of traditional western chess. Early innovators in computing, including Alan Turing and Claude Shannon, tried to calculate the value of certain chess positions using the 1950-era equivalent of a present-day handheld calculator. Their work launched the age of computer chess, where the strongest present-day computers can consistently (but not always) defeat or draw elite human grandmasters. The quality of human-versus-human play has increased in part because of computer analysis of opening and middle-game positions that strong players can analyze and practice playing on their home computer device before trying the idea against a human player in competition. In addition to the development of chess theory for the benefit of chess players (human and electronic alike), the impact of chess computing has arguably extended beyond the limits of the game itself.
    [Show full text]
  • Kasparov's Nightmare!! Bobby Fischer Challenges IBM to Simul IBM
    California Chess Journal Volume 20, Number 2 April 1st 2004 $4.50 Kasparov’s Nightmare!! Bobby Fischer Challenges IBM to Simul IBM Scrambles to Build 25 Deep Blues! Past Vs Future Special Issue • Young Fischer Fires Up S.F. • Fischer commentates 4 Boyscouts • Building your “Super Computer” • Building Fischer’s Dream House • Raise $500 playing chess! • Fischer Articles Galore! California Chess Journal Table of Con tents 2004 Cal Chess Scholastic Championships The annual scholastic tourney finishes in Santa Clara.......................................................3 FISCHER AND THE DEEP BLUE Editor: Eric Hicks Contributors: Daren Dillinger A miracle has happened in the Phillipines!......................................................................4 FM Eric Schiller IM John Donaldson Why Every Chess Player Needs a Computer Photographers: Richard Shorman Some titles speak for themselves......................................................................................5 Historical Consul: Kerry Lawless Founding Editor: Hans Poschmann Building Your Chess Dream Machine Some helpful hints when shopping for a silicon chess opponent........................................6 CalChess Board Young Fischer in San Francisco 1957 A complet accounting of an untold story that happened here in the bay area...................12 President: Elizabeth Shaughnessy Vice-President: Josh Bowman 1957 Fischer Game Spotlight Treasurer: Richard Peterson One game from the tournament commentated move by move.........................................16 Members at
    [Show full text]
  • Extended Null-Move Reductions
    Extended Null-Move Reductions Omid David-Tabibi1 and Nathan S. Netanyahu1,2 1 Department of Computer Science, Bar-Ilan University, Ramat-Gan 52900, Israel [email protected], [email protected] 2 Center for Automation Research, University of Maryland, College Park, MD 20742, USA [email protected] Abstract. In this paper we review the conventional versions of null- move pruning, and present our enhancements which allow for a deeper search with greater accuracy. While the conventional versions of null- move pruning use reduction values of R ≤ 3, we use an aggressive re- duction value of R = 4 within a verified adaptive configuration which maximizes the benefit from the more aggressive pruning, while limiting its tactical liabilities. Our experimental results using our grandmaster- level chess program, Falcon, show that our null-move reductions (NMR) outperform the conventional methods, with the tactical benefits of the deeper search dominating the deficiencies. Moreover, unlike standard null-move pruning, which fails badly in zugzwang positions, NMR is impervious to zugzwangs. Finally, the implementation of NMR in any program already using null-move pruning requires a modification of only a few lines of code. 1 Introduction Chess programs trying to search the same way humans think by generating “plausible” moves dominated until the mid-1970s. By using extensive chess knowledge at each node, these programs selected a few moves which they consid- ered plausible, and thus pruned large parts of the search tree. However, plausible- move generating programs had serious tactical shortcomings, and as soon as brute-force search programs such as Tech [17] and Chess 4.x [29] managed to reach depths of 5 plies and more, plausible-move generating programs fre- quently lost to brute-force searchers due to their tactical weaknesses.
    [Show full text]
  • {Download PDF} Kasparov Versus Deep Blue : Computer Chess
    KASPAROV VERSUS DEEP BLUE : COMPUTER CHESS COMES OF AGE PDF, EPUB, EBOOK Monty Newborn | 322 pages | 31 Jul 2012 | Springer-Verlag New York Inc. | 9781461274773 | English | New York, NY, United States Kasparov versus Deep Blue : Computer Chess Comes of Age PDF Book In terms of human comparison, the already existing hierarchy of rated chess players throughout the world gave engineers a scale with which to easily and accurately measure the success of their machine. This was the position on the board after 35 moves. Nxh5 Nd2 Kg4 Bc7 Famously, the mechanical Turk developed in thrilled and confounded luminaries as notable as Napoleon Bonaparte and Benjamin Franklin. Kf1 Bc3 Deep Blue. The only reason Deep Blue played in that way, as was later revealed, was because that very same day of the game the creators of Deep Blue had inputted the variation into the opening database. KevinC The allegation was that a grandmaster, presumably a top rival, had been behind the move. When it's in the open, anyone could respond to them, including people who do understand them. Qe2 Qd8 Bf3 Nd3 IBM Research. Nearly two decades later, the match still fascinates This week Time Magazine ran a story on the famous series of matches between IBM's supercomputer and Garry Kasparov. Because once you have an agenda, where does indifference fit into the picture? Raa6 Ba7 Black would have acquired strong counterplay. In fact, the first move I looked at was the immediate 36 Be4, but in a game, for the same safety-first reasons the black counterplay with a5 I might well have opted for 36 axb5.
    [Show full text]
  • PUBLIC SUBMISSION Status: Pending Post Tracking No
    As of: January 02, 2020 Received: December 20, 2019 PUBLIC SUBMISSION Status: Pending_Post Tracking No. 1k3-9dz4-mt2u Comments Due: January 10, 2020 Submission Type: Web Docket: PTO-C-2019-0038 Request for Comments on Intellectual Property Protection for Artificial Intelligence Innovation Comment On: PTO-C-2019-0038-0002 Intellectual Property Protection for Artificial Intelligence Innovation Document: PTO-C-2019-0038-DRAFT-0009 Comment on FR Doc # 2019-26104 Submitter Information Name: Yale Robinson Address: 505 Pleasant Street Apartment 103 Malden, MA, 02148 Email: [email protected] General Comment In the attached PDF document, I describe the history of chess puzzle composition with a focus on three intellectual property issues that determine whether a chess composition is considered eligible for publication in a magazine or tournament award: (1) having one unique solution; (2) not being anticipated, and (3) not being submitted simultaneously for two different publications. The process of composing a chess endgame study using computer analysis tools, including endgame tablebases, is cited as an example of the partnership between an AI device and a human creator. I conclude with a suggestion to distinguish creative value from financial profit in evaluating IP issues in AI inventions, based on the fact that most chess puzzle composers follow IP conventions despite lacking any expectation of financial profit. Attachments Letter to USPTO on AI and Chess Puzzle Composition 35 - Robinson second submission - PTO-C-2019-0038-DRAFT-0009.html[3/11/2020 9:29:01 PM] December 20, 2019 From: Yale Yechiel N. Robinson, Esq. 505 Pleasant Street #103 Malden, MA 02148 Email: [email protected] To: Andrei Iancu Director of the U.S.
    [Show full text]
  • Computer Chess Methods
    COMPUTER CHESS METHODS T.A. Marsland Computing Science Department, University of Alberta, EDMONTON, Canada T6G 2H1 ABSTRACT Article prepared for the ENCYCLOPEDIA OF ARTIFICIAL INTELLIGENCE, S. Shapiro (editor), D. Eckroth (Managing Editor) to be published by John Wiley, 1987. Final draft; DO NOT REPRODUCE OR CIRCULATE. This copy is for review only. Please do not cite or copy. Acknowledgements Don Beal of London, Jaap van den Herik of Amsterdam and Hermann Kaindl of Vienna provided helpful responses to my request for de®nitions of technical terms. They and Peter Frey of Evanston also read and offered constructive criticism of the ®rst draft, thus helping improve the basic organization of the work. In addition, my many friends and colleagues, too numerous to mention individually, offered perceptive observations. To all these people, and to Ken Thompson for typesetting the chess diagrams, I offer my sincere thanks. The experimental work to support results in this article was possible through Canadian Natural Sciences and Engineering Research Council Grant A7902. December 15, 1990 COMPUTER CHESS METHODS T.A. Marsland Computing Science Department, University of Alberta, EDMONTON, Canada T6G 2H1 1. HISTORICAL PERSPECTIVE Of the early chess-playing machines the best known was exhibited by Baron von Kempelen of Vienna in 1769. Like its relations it was a conjurer's box and a grand hoax [1, 2]. In contrast, about 1890 a Spanish engineer, Torres y Quevedo, designed a true mechanical player for king-and-rook against king endgames. A later version of that machine was displayed at the Paris Exhibition of 1914 and now resides in a museum at Madrid's Polytechnic University [2].
    [Show full text]
  • A More Human Way to Play Computer Chess
    DCS 17 January 2019 A More Human Way to Play Computer Chess Kieran Greer, Distributed Computing Systems, Belfast, UK. http://distributedcomputingsystems.co.uk Version 1.1 Abstract— This paper suggests a forward-pruning technique for computer chess that uses ‘Move Tables’, which are like Transposition Tables, but for moves not positions. They use an efficient memory structure and has put the design into the context of long and short-term memories. The long-term memory updates a play path with weight reinforcement, while the short-term memory can be immediately added or removed. With this, ‘long branches’ can play a short path, before returning to a full search at the resulting leaf nodes. Re-using an earlier search path allows the tree to be forward-pruned, which is known to be dangerous, because it removes part of the search process. Additional checks are therefore made and moves can even be re-added when the search result is unsatisfactory. Automatic feature analysis is now central to the algorithm, where key squares and related squares can be generated automatically and used to guide the search process. Using this analysis, if a search result is inferior, it can re-insert un-played moves that cover these key squares only. On the tactical side, a type of move that the forward-pruning will fail on is recognised and a pattern-based solution to that problem is suggested. This has completed the theory of an earlier paper and resulted in a more human-like approach to searching for a chess move. Tests demonstrate that the obvious blunders associated with forward pruning are no longer present and that it can compete at the top level with regard to playing strength.
    [Show full text]
  • New Architectures in Computer Chess Ii New Architectures in Computer Chess
    New Architectures in Computer Chess ii New Architectures in Computer Chess PROEFSCHRIFT ter verkrijging van de graad van doctor aan de Universiteit van Tilburg, op gezag van de rector magnificus, prof. dr. Ph. Eijlander, in het openbaar te verdedigen ten overstaan van een door het college voor promoties aangewezen commissie in de aula van de Universiteit op woensdag 17 juni 2009 om 10.15 uur door Fritz Max Heinrich Reul geboren op 30 september 1977 te Hanau, Duitsland Promotor: Prof. dr. H.J.vandenHerik Copromotor: Dr. ir. J.W.H.M. Uiterwijk Promotiecommissie: Prof. dr. A.P.J. van den Bosch Prof. dr. A. de Bruin Prof. dr. H.C. Bunt Prof. dr. A.J. van Zanten Dr. U. Lorenz Dr. A. Plaat Dissertation Series No. 2009-16 The research reported in this thesis has been carried out under the auspices of SIKS, the Dutch Research School for Information and Knowledge Systems. ISBN 9789490122249 Printed by Gildeprint © 2009 Fritz M.H. Reul All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronically, mechanically, photocopying, recording or otherwise, without prior permission of the author. Preface About five years ago I completed my diploma project about computer chess at the University of Applied Sciences in Friedberg, Germany. Immediately after- wards I continued in 2004 with the R&D of my computer-chess engine Loop. In 2005 I started my Ph.D. project ”New Architectures in Computer Chess” at the Maastricht University. In the first year of my R&D I concentrated on the redesign of a computer-chess architecture for 32-bit computer environments.
    [Show full text]
  • A Beginner's Guide to Coaching Scholastic Chess
    A Beginner’s Guide To Coaching Scholastic Chess by Ralph E. Bowman Copyright © 2006 Foreword I started playing tournament Chess in 1962. I became an educator and began coaching Scholastic Chess in 1970. I became a tournament director and organizer in 1982. In 1987 I was appointed to the USCF Scholastic Committee and have served each year since, for seven of those years I served as chairperson or co-chairperson. With that experience I have had many beginning coaches/parents approach me with questions about coaching this wonderful game. What is contained in this book is a compilation of the answers to those questions. This book is designed with three types of persons in mind: 1) a teacher who has been asked to sponsor a Chess team, 2) parents who want to start a team at the school for their child and his/her friends, and 3) a Chess player who wants to help a local school but has no experience in either Scholastic Chess or working with schools. Much of the book is composed of handouts I have given to students and coaches over the years. I have coached over 600 Chess players who joined the team knowing only the basics. The purpose of this book is to help you to coach that type of beginning player. What is contained herein is a summary of how I run my practices and what I do with beginning players to help them enjoy Chess. This information is not intended as the one and only method of coaching. In all of my college education classes there was only one thing that I learned that I have actually been able to use in each of those years of teaching.
    [Show full text]
  • A Case Study of a Chess Conjecture
    Logical Methods in Computer Science Volume 15, Issue 1, 2019, pp. 34:1–34:37 Submitted Jan. 24, 2018 https://lmcs.episciences.org/ Published Mar. 29, 2019 COMPUTER-ASSISTED PROVING OF COMBINATORIAL CONJECTURES OVER FINITE DOMAINS: A CASE STUDY OF A CHESS CONJECTURE PREDRAG JANICIˇ C´ a, FILIP MARIC´ a, AND MARKO MALIKOVIC´ b a Faculty of Mathematics, University of Belgrade, Serbia e-mail address: fjanicic,fi[email protected] b Faculty of Humanities and Social Sciences, University of Rijeka, Croatia e-mail address: marko@ffri.hr Abstract. There are several approaches for using computers in deriving mathematical proofs. For their illustration, we provide an in-depth study of using computer support for proving one complex combinatorial conjecture { correctness of a strategy for the chess KRK endgame. The final, machine verifiable result presented in this paper is that there is a winning strategy for white in the KRK endgame generalized to n × n board (for natural n greater than 3). We demonstrate that different approaches for computer-based theorem proving work best together and in synergy and that the technology currently available is powerful enough for providing significant help to humans deriving some complex proofs. 1. Introduction Over the last several decades, automated and interactive theorem provers have made huge advances which changed the mathematical landscape significantly. Theorem provers are already widely used in many areas of mathematics and computer science, and there are already proofs of many extremely complex theorems developed within proof assistants and with many lemmas proved or checked automatically [25, 31, 33]. We believe there are changes still to come, changes that would make new common mathematical practices and proving process will be more widely supported by tools that automatically and reliably prove some conjectures and even discover new theorems.
    [Show full text]
  • Glossary of Chess
    Glossary of chess See also: Glossary of chess problems, Index of chess • X articles and Outline of chess • This page explains commonly used terms in chess in al- • Z phabetical order. Some of these have their own pages, • References like fork and pin. For a list of unorthodox chess pieces, see Fairy chess piece; for a list of terms specific to chess problems, see Glossary of chess problems; for a list of chess-related games, see Chess variants. 1 A Contents : absolute pin A pin against the king is called absolute since the pinned piece cannot legally move (as mov- ing it would expose the king to check). Cf. relative • A pin. • B active 1. Describes a piece that controls a number of • C squares, or a piece that has a number of squares available for its next move. • D 2. An “active defense” is a defense employing threat(s) • E or counterattack(s). Antonym: passive. • F • G • H • I • J • K • L • M • N • O • P Envelope used for the adjournment of a match game Efim Geller • Q vs. Bent Larsen, Copenhagen 1966 • R adjournment Suspension of a chess game with the in- • S tention to finish it later. It was once very common in high-level competition, often occurring soon af- • T ter the first time control, but the practice has been • U abandoned due to the advent of computer analysis. See sealed move. • V adjudication Decision by a strong chess player (the ad- • W judicator) on the outcome of an unfinished game. 1 2 2 B This practice is now uncommon in over-the-board are often pawn moves; since pawns cannot move events, but does happen in online chess when one backwards to return to squares they have left, their player refuses to continue after an adjournment.
    [Show full text]