Difference between revisions of "Fortress (Engine)"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Fortress''' FILE:Buhen3.jpg|border|right|thumb| Buhen fortress <ref>Artists impression of the battlements at [https://en.wikipedia.org...")
 
Line 8: Line 8:
 
=Technical Details=
 
=Technical Details=
 
<ref>based on [http://www.computer-chess.org/doku.php?id=computer_chess:wiki:download:engine_download_list Engine Download List] from [[Ron Murawski|Ron Murawski's]] [http://computer-chess.org/doku.php?id=home Computer-Chess Wiki], Fortress 1.62.zip / readme.doc</ref>
 
<ref>based on [http://www.computer-chess.org/doku.php?id=computer_chess:wiki:download:engine_download_list Engine Download List] from [[Ron Murawski|Ron Murawski's]] [http://computer-chess.org/doku.php?id=home Computer-Chess Wiki], Fortress 1.62.zip / readme.doc</ref>
 +
==[[Board Representation]]==
 
* [[Bitboards]] [[Rotated Indices]]
 
* [[Bitboards]] [[Rotated Indices]]
 +
==[[Search]]==
 
* [[Fail-Soft]] [[Alpha-Beta]]
 
* [[Fail-Soft]] [[Alpha-Beta]]
 
* [[Iterative Deepening]]
 
* [[Iterative Deepening]]
Line 20: Line 22:
 
* [[Killer Heuristic]]
 
* [[Killer Heuristic]]
 
* [[History Heuristic]]
 
* [[History Heuristic]]
* [[Evaluation]] mostly [[Incremental Updates|calculated incrementally]]
+
==[[Evaluation]]==
 +
* Mostly [[Incremental Updates|calculated incrementally]]
  
 
=See also=
 
=See also=

Revision as of 11:54, 20 December 2018

Home * Engines * Fortress

Buhen fortress [1]

Fortress,
a Chess Engine Communication Protocol compliant chess engine by Alessandro Damiani, written in C, first released in October 1998 [2]. Fortress pioneered in Rotated Indices, a deconcentrated version of rotated bitboards. Alessandro once mentioned improving a version of Schrüfer's "most selective" quiescence search [3], found in Schrüfer's Ph.D. thesis Minimax-Suchen [4].

Technical Details

[5]

Board Representation

Search

Evaluation

See also

Forum Posts

External Links

Chess Engine

Chess

Misc

References

  1. Artists impression of the battlements at Buhen fortress in Ancient Egypt about 1800 BC, Source: Franck Monnier (2010). Les forteresses égyptiennes. Du Prédynastique au Nouvel Empire, collection Connaissance de l'Égypte ancienne. Safran (éditions), Bruxelles, 978-2-87457-033-9, Defensive wall from Wikipedia
  2. Fortress from WBEC Ridderkerk
  3. futility cut-offs by Alessandro Damiani, rgcc, November 14, 1997
  4. Günther Schrüfer (1988). Minimax-Suchen : Kosten, Qualität und Algorithmen. TU Braunschweig (German)
  5. based on Engine Download List from Ron Murawski's Computer-Chess Wiki, Fortress 1.62.zip / readme.doc

Up one level