Difference between revisions of "FabChess"

From Chessprogramming wiki
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
'''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 12: 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 45: 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 61: 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