true

Home * Engines * Y!

TurboKit TK20 [1]

Y! (Why Not),

a chess program written by primary author Ulf Rathsman, supported by Lars Hjörth and book author Sandro Necchi. It was written in 6502 assembly and played tournaments on the TurboKit TK20 by Schaetzle+Bsteh [2]. Y! competed the WMCCC 1988 as Y!88 and the WMCCC 1989 and WCCC 1989 as Y!89 (Why Not 89).

Description

based on the WCCC 1989 booklet [4]:

Y!89 uses a full, partly extended, width iterative [principal variation search](Principal_Variation_Search "Principal Variation Search") with [capture](Captures "Captures") and [promotion](Promotions "Promotions") [searches](Quiescence_Search "Quiescence Search") in [terminal nodes](Quiescent_Node "Quiescent Node"). The program is designed to be used in a cheap commercial environment, thus the work [memory](Memory "Memory") is still just 4 kbytes of [RAM](Memory#RAM "Memory"), and the good old [6502](6502 "6502") eight bit processor is used in tournaments emulated by the also commercially available [Turbo kit](6502#TK20 "6502"). The [search](Search "Search") is fast for a micro, and includes detection of [repeated positions](Repetitions "Repetitions") (actual as well as potential), and performs [extensions](Extensions "Extensions") for [check evasions](Check_Extensions "Check Extensions"), [passed pawn moves](Passed_Pawn_Extensions "Passed Pawn Extensions") and some king moves in [pawn endgames](Pawn_Endgame "Pawn Endgame").
Most of the [material](Material "Material") and [positional evaluation](Evaluation_of_Pieces "Evaluation of Pieces") is made [incrementally](Incremental_Updates "Incremental Updates") by the means of material value tables and [positional score boards](Piece-Square_Tables "Piece-Square Tables") for each piece type, created once for each position of the game with the computer to move. Some "absolute" evaluation is also done, e.g. for static evaluation of [unstoppable passed pawns](Unstoppable_Passer "Unstoppable Passer") and [pawn structure](Pawn_Structure "Pawn Structure"). 

See also

References

  1. Image from ICT 2006 and 13th Chess Computer Users (Gebruikers) tournament old CSVN site Photo Gallery 24, Photos by Eric van Reem and Kees Sio
  2. TurboKit – Schachcomputer.info Wiki
  3. Image by László Lindner from László Lindner (1989).Die wiederauferstandene Mikro-Weltmeisterschaft - 8.Mikroschachcomputer - WM 1988 in Almeria. Europa-Rochade, 01/02-1989, pdf hosted by Hein Veldhuis (German)
  4. Kings Move - Welcome to the 1989 AGT World Computer Chess Championship. Edmonton, Alberta, Canada, Courtesy of Peter Jennings, from The Computer History Museum, pdf
  5. Karsten Bauermeister (1998). Die Geschichte der Conchess-Schachcomputer. Computerschach und Spiele, Heft 4, August-September 1998

Up one level