Difference between revisions of "FabChess"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * FabChess''' '''FabChess''',<br/> an UCI compliant open source chess engine by Fabian von der Warth, wr...")
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
'''[[Main Page|Home]] * [[Engines]] * FabChess'''
 
'''[[Main Page|Home]] * [[Engines]] * FabChess'''
 +
 +
[[FILE:Святой Фабиан и святой Себастьян (XV век Испания).jpg|border|right|thumb|240px| St. Sebastian and St. Fabian <ref> Unknown [https://en.wikipedia.org/wiki/List_of_Spanish_painters Spanish Painter], [https://en.wikipedia.org/wiki/Saint_Sebastian St.Sebastian] and [https://en.wikipedia.org/wiki/Pope_Fabian St.Fabian], Late XV century, [https://en.wikipedia.org/wiki/Aragon Aragonese] School, From the [https://en.wikipedia.org/wiki/Ivan_Shuvalov Shuvalov] collection, [https://en.wikipedia.org/wiki/Hermitage_Museum Hermitage], Photo by [https://commons.wikimedia.org/wiki/User:George_Shuklin George Shuklin], [https://en.wikipedia.org/wiki/Wikimedia_Commons Wikimedia Commons]</ref> ]]
  
 
'''FabChess''',<br/>
 
'''FabChess''',<br/>
 
an [[UCI]] compliant [[:Category:Open Source|open source chess engine]] by [[Fabian von der Warth]], written in [[Rust]] and first released on [https://en.wikipedia.org/wiki/GitHub GitHub] in July 2019.
 
an [[UCI]] compliant [[:Category:Open Source|open source chess engine]] by [[Fabian von der Warth]], written in [[Rust]] and first released on [https://en.wikipedia.org/wiki/GitHub GitHub] in July 2019.
FabChess comes with an own [https://en.wikipedia.org/wiki/Wiki Wiki], elaborating on programming details <ref>[https://github.com/fabianvdW/FabChess/wiki Home · fabianvdW/FabChess Wiki · GitHub]</ref>.
+
FabChess comes with its own [https://en.wikipedia.org/wiki/Wiki Wiki], elaborating on programming details <ref>[https://github.com/fabianvdW/FabChess/wiki Home · fabianvdW/FabChess Wiki · GitHub]</ref>.
  
 
=Features=
 
=Features=
Line 10: Line 12:
 
* [[Bitboard Board-Definition]]
 
* [[Bitboard Board-Definition]]
 
* [[Magic Bitboards#Fancy|Fancy Magic Bitboards]]
 
* [[Magic Bitboards#Fancy|Fancy Magic Bitboards]]
 +
* [[BMI2#PEXTBitboards|BMI2 - PEXT Bitboards]]
 
==[[Search]]==
 
==[[Search]]==
 
* [[Parallel Search]] using [[Thread|Threads]]
 
* [[Parallel Search]] using [[Thread|Threads]]
Line 43: Line 46:
 
* [[King Safety#Attacking|Attacking King Zone]]
 
* [[King Safety#Attacking|Attacking King Zone]]
 
* [[Tempo]]
 
* [[Tempo]]
 +
* [[Automated Tuning]] by [[Automated Tuning#LogisticRegression|Logistic Regression]]
  
 
=Forum Posts=
 
=Forum Posts=
Line 59: Line 63:
 
[[Category:UCI]]
 
[[Category:UCI]]
 
[[Category:Rust]]
 
[[Category:Rust]]
 +
[[Category:PC]]
 +
[[Category:X64]]
 +
[[Category:Windows]]
 +
[[Category:Linux]]
 +
[[Category:OpenBench]]
 
[[Category:Chess Suffix]]
 
[[Category:Chess Suffix]]

Latest revision as of 18:44, 29 June 2021

Home * Engines * FabChess

St. Sebastian and St. Fabian [1]

FabChess,
an UCI compliant open source chess engine by Fabian von der Warth, written in Rust and first released on GitHub in July 2019. FabChess comes with its own Wiki, elaborating on programming details [2].

Features

[3]

Board Representation

Search

Evaluation

[4]

Forum Posts

Re: New engine releases 2019 by Fabian von der Warth, CCC, July 17, 2019

External Links

References

Up one Level