Cyclone

From Chessprogramming wiki
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 ThinkingALot, 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

Up one Level