What I have known so far:
Code: Select all
stockfish
deuterium
cdrill
Moderators: hgm, Rebel, chrisw
Code: Select all
stockfish
deuterium
cdrill
Code: Select all
# PLAYER : RATING POINTS PLAYED (%)
1 Br_cdrill_1800_Ha_stockfish_15 : 2346.8 31.5 50 63
2 Br_stockfish_15_Ha_cdrill_1800 : 2253.2 18.5 50 37
Code: Select all
# PLAYER : RATING POINTS PLAYED (%)
1 Br_madchess_3.0_Ha_stockfish_15 : 2333.0 29.5 50 59
2 Br_stockfish_15_Ha_madchess_3.0 : 2267.0 20.5 50 41
Code: Select all
# PLAYER : RATING POINTS PLAYED (%)
1 Br_cheng_4.41_Ha_stockfish_15 : 2314.3 27.0 50 54
2 Br_stockfish_15_Ha_cheng_4.41 : 2285.7 23.0 50 46
Code: Select all
# PLAYER : RATING POINTS PLAYED (%)
1 Br_stockfish_15_Ha_berserk_8.5.1 : 2303.5 25.5 50 51
2 Br_berserk_8.5.1_Ha_stockfish_15 : 2296.5 24.5 50 49
Code: Select all
# PLAYER : RATING POINTS PLAYED (%)
1 Br_ethereal_13.07_Ha_stockfish_15 : 2303.7 25.5 50 51
2 Br_stockfish_15_Ha_ethereal_13.07 : 2296.3 24.5 50 49
Zahak also supports searchmovesFerdy wrote: ↑Mon Apr 25, 2022 7:01 pm Some results at TC 0.5s/move with 25 unique start position, color reversed for 50 games total.
Br = brain, Ha = hand
cdrill as brain defeated stockfish as brain.Code: Select all
# PLAYER : RATING POINTS PLAYED (%) 1 Br_cdrill_1800_Ha_stockfish_15 : 2346.8 31.5 50 63 2 Br_stockfish_15_Ha_cdrill_1800 : 2253.2 18.5 50 37
madchess as brain defeated stockfish as brain.Code: Select all
# PLAYER : RATING POINTS PLAYED (%) 1 Br_madchess_3.0_Ha_stockfish_15 : 2333.0 29.5 50 59 2 Br_stockfish_15_Ha_madchess_3.0 : 2267.0 20.5 50 41
cheng as brain defeated stockfish as brain.Code: Select all
# PLAYER : RATING POINTS PLAYED (%) 1 Br_cheng_4.41_Ha_stockfish_15 : 2314.3 27.0 50 54 2 Br_stockfish_15_Ha_cheng_4.41 : 2285.7 23.0 50 46
stockfish as brain defeated berserk as brain but very close.Code: Select all
# PLAYER : RATING POINTS PLAYED (%) 1 Br_stockfish_15_Ha_berserk_8.5.1 : 2303.5 25.5 50 51 2 Br_berserk_8.5.1_Ha_stockfish_15 : 2296.5 24.5 50 49
ethereal as brain defeated stockfish as brain but very close.Code: Select all
# PLAYER : RATING POINTS PLAYED (%) 1 Br_ethereal_13.07_Ha_stockfish_15 : 2303.7 25.5 50 51 2 Br_stockfish_15_Ha_ethereal_13.07 : 2296.3 24.5 50 49
It seems like it is preferable to assign a weaker engine as the brain to get optimal team performance.
This hand and brain match manager can be found in github. Install python 3, install python chess, modify config.ini file and run the laban.py script.