Difference between revisions of "Cyclone"

From Chessprogramming wiki
Jump to: navigation, search
 
Line 14: Line 14:
  
 
=Cyclone xTreme=
 
=Cyclone xTreme=
'''Cyclone xTreme''', based on [[Fruit|Fruit 2.1]] by [[Fabien Letouzey]], [[Toga|Toga II]] by [[Thomas Gaksch]], [[Grapefruit|Grapefruit 1.0]] by [[Vadim Demichev]], [[Toga#CMLX|Toga CMLX 145e4]] by [[Teemu Pudas]], and Cyclone 3.4 by Norman Schmidt,  
+
'''Cyclone xTreme''', based on [[Fruit|Fruit 2.1]] by [[Fabien Letouzey]], [[Toga|Toga II]] by [[Thomas Gaksch]], [[Grapefruit|Grapefruit 1.0]] by [[ThinkingALot]], [[Toga#CMLX|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 <ref>[http://users.telenet.be/chesslogik//cyclone.htm Cyclone from chesslogik.com]</ref>.  
 
uses a configuration file to obtain more than 150 evaluation, material, search, and transposition table parameters <ref>[http://users.telenet.be/chesslogik//cyclone.htm Cyclone from chesslogik.com]</ref>.  
  

Latest revision as of 09:53, 7 October 2021

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