SOS
Miembros del equipo
Persona | Role |
---|---|
Rudolf Huber | engine programmer |
Participacion
Version | Torneo | Titulo | Participantes | Resultado | Juego |
---|---|---|---|---|---|
ParSOS | Chess, 2006, Turin | 18 | 5.0 | 11 | |
ParSOS | Chess (Blitz), 2006, Turin | 14 | 6.5 | 13 | |
ParSOS | Chess, 2004, Ramat-Gan | 14 | 6.0 | 11 | |
ParSOS | Chess (Blitz), 2004, Ramat-Gan | 8 | 3.5 | 7 | |
ParSOS | Chess, 2003, Graz | 16 | 5.0 | 11 | |
ParSOS | Chess (Blitz), 2003, Graz | 9 | 4.5 | 8 | |
ParSOS | Chess, 2002, Maastricht | 18 | 4.5 | 9 | |
ParSOS | Chess (Blitz), 2002, Maastricht | 12 | 6.0 | 9 | |
ParSOS | Chess, 2001, Maastricht | 18 | 5.0 | 9 | |
ParSOS | Chess (Blitz), 2001, Maastricht | 14 | 3.0 | 9 | |
Chess, 2000, London | Amateur World Microcomputer Chess Champion | 14 | 5.5 | 9 | |
Chess, 1999, Paderborn | 30 | 2.5 | 7 | ||
Chess, 1997, Paris | 34 | 5.0 | 11 | ||
Chess (Blitz), 1997, Paris | 22 | 5.0 | |||
Chess, 1995, Shatin | 24 | 2.0 | 5 | ||
Chess, 1993, Munich | 28 | 4.0 | 9 |
Descriptions
- Description given in 1999:
SOS is an amateur program which was started in 1993 and has since then competed in a number of tournaments. The newest version runs on multiprocessor systems with a parallelized version of mtd(f) as its minimax search algorithm. SOS used to be a relatively fast searcher and relied on outsearching the opponent. This has changed now and more knowledge and special cases have been implemented which slow it down. Little effort is spent on the opening book. It plays a very broad range of openings. However it learns to avoid unsuccessful lines and tries not to repeat lost games. It uses publicly available endgame databases.
- Description given in 1995:
SOS is a conventional chess program. It uses depth first minimax tree search with quiescence search, alpha-beta enhancement, minimal window search and null-move pruning. To improve the search efficiency, the history heuristic and a transpositional table is used. The search is extended to deeper plies on those move sequences which have a high probability of being part of the principal variation. For SOS, those sequences are recaptures and check evasions. Leaf node evaluation considers only material, piece placement and pawn structure and only about 10% of the CPU time is spent on this (not including the quiescence search which is capture only, but extends on "losing" captures which are checks and on checking sequences). The evaluation parameters are dynamic and continuously updated during tree search. SOS's weakest part is probably endgame knowledge. SOS actively plays a wide range of openings, but most of those lines are not very deep. With autoplay games against itself, the opening book is tuned to favour those lines which harmonize with SOS's style of play.