Difference between revisions of "RubiChess"

From Chessprogramming wiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 73: Line 73:
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=74828&start=5 Re: Orion 0.7 : NNUE experiment] by [[Andreas Matthies]], [[CCC]], August 21, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=74828&start=5 Re: Orion 0.7 : NNUE experiment] by [[Andreas Matthies]], [[CCC]], August 21, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75016 RubiChess NNUE player implemented] by [[Andreas Matthies]], [[CCC]], September 06, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75016 RubiChess NNUE player implemented] by [[Andreas Matthies]], [[CCC]], September 06, 2020
 +
: [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75016&start=64 Re: RubiChess NNUE player implemented] by [[Andreas Matthies]], [[CCC]], November 01, 2020
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76209&start=225 Re: New engine releases & news 2021] by [[Andreas Matthies]], [[CCC]], April 14, 2021
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=77157 Rubichess NN questions] by [[Jon Dart]], [[CCC]], April 23, 2021 » [[NNUE]]
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=77503&start=55 Re: will Tcec allow Stockfish with a Leela net to play?] by [[Connor McMonigle]], [[CCC]], June 17, 2021 » [[NNUE]]
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=77665 RubiChess 2.2] by Boban Stanojević, [[CCC]], July 07, 2021
  
 
=External Links=
 
=External Links=
 
==Chess Engine==
 
==Chess Engine==
 
* [https://github.com/Matthies/RubiChess GitHub - Matthies/RubiChess: Another chess engine]
 
* [https://github.com/Matthies/RubiChess GitHub - Matthies/RubiChess: Another chess engine]
 +
: [https://github.com/Matthies/NN GitHub - Matthies/NN]
 
* [http://ccrl.chessdom.com/ccrl/4040/cgi/compare_engines.cgi?family=RubiChess&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents RubiChess] in [[CCRL|CCRL 40/40]]
 
* [http://ccrl.chessdom.com/ccrl/4040/cgi/compare_engines.cgi?family=RubiChess&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents RubiChess] in [[CCRL|CCRL 40/40]]
 
==Misc==
 
==Misc==
Line 101: Line 107:
 
[[Category:X64]]
 
[[Category:X64]]
 
[[Category:NNUE]]
 
[[Category:NNUE]]
 +
[[Category:OpenBench]]
 
[[Category:Arthropod]]
 
[[Category:Arthropod]]
 
[[Category:Chess Suffix]]
 
[[Category:Chess Suffix]]

Latest revision as of 08:13, 8 July 2021

Home * Engines * RubiChess

Macrothylacia rubi [1]

RubiChess,
an UCI compliant open source chess engine by Andreas Matthies, written in C++, licensed under the GPL v3.0. RubiChess started in 2017 as 0x88 engine and soon evolved to a bitboard engine first using rotated bitboards and subsequently magic bitboards (about 24% faster) to determine sliding piece attacks [2]. In September 2020, Andreas Matthies announced RubiChess NNUE [3].

Features

[4]

Board Representation

Search

Evaluation

Misc

Forum Posts

2018 ...

2020 ...

Re: RubiChess NNUE player implemented by Andreas Matthies, CCC, November 01, 2020

External Links

Chess Engine

GitHub - Matthies/NN

Misc

References

Up one level