Cyclone

From Chessprogramming wiki
Revision as of 18:41, 27 December 2020 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Engines * Fruit * Toga * Cyclone''' FILE:Low pressure system over Iceland.jpg|border|right|thumb| Polar cyclone <ref>[https://en.wiki...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Engines * Fruit * Toga * Cyclone

Polar cyclone [1]

Cyclone,
an UCI compliant, derivative open source chess engine based on Fruit and Toga II, written by Norman Schmidt in C++, licensed under the GPL 3.0 [2] [3]. Cyclone 3.4 uses principal variation search, iterative deepening, MVV-LVA, transposition tables, null-move pruning, quiescence search, futility pruning, history pruning, lazy evaluation, razoring, and various search reductions and extensions. Cyclone's parallel search utilizes threads and a shared hash table.

Cyclone xTreme

Cyclone xTreme, based on Fruit 2.1 by Fabien Letouzey, Toga II by Thomas Gaksch, Grapefruit 1.0 by Vadim Demichev, Toga CMLX 145e4 by Teemu Pudas, and Cyclone 3.4 by Norman Schmidt, uses a configuration file to obtain more than 150 evaluation, material, search, and transposition table parameters [4].

Forum Posts

2008

2009

2010 ...

External Links

Chess Engine

Misc

References

  1. Polar cyclone near Iceland on September 4, 2003, Jacques Descloitres, MODISRapid Response Team , NASA/GSFC, NASA Visible Earth: Low off Iceland, Wikimedia Commons
  2. Fruit (software) - Derivatives from Wikipedia
  3. IMPORTANT: Cyclone is a fork of Toga II 1.4b5 which has been relicensed under the GPL 3. Code from Cyclone cannot be reused in Fruit/Toga which is GPL 2+., Posix ports of some recent version of Toga II by Michel Van den Bergh (Wayback Machine)
  4. Cyclone from chesslogik.com

Up one Level