Search found 42 matches
- Fri Dec 25, 2020 3:25 pm
- Forum: Computer Chess Club: General Topics
- Topic: Banksia GUI released
- Replies: 1075
- Views: 201029
Re: Banksia GUI released
Why is there such a big difference? Is it possible to enter an option for calculating the classic Elo? v0.37 : https://i.ibb.co/G5pyFCr/0-37.png v0.38 : https://i.ibb.co/HGKbT8T/0-38.png Previous versions of 0.38 were not Elo but LOS (Likelihood of Superiority). https://www.chessprogramming.org/Mat...
- Fri Dec 25, 2020 2:19 am
- Forum: Computer Chess Club: General Topics
- Topic: Banksia GUI released
- Replies: 1075
- Views: 201029
Re: Banksia GUI released
Why is there such a big difference? Is it possible to enter an option for calculating the classic Elo?
v0.37 :

v0.38 :

v0.37 :

v0.38 :

- Fri Nov 06, 2020 3:17 pm
- Forum: Computer Chess Club: General Topics
- Topic: Zen3 supports fast PEXT aka BMI2
- Replies: 11
- Views: 1558
Re: Zen3 supports fast PEXT aka BMI2
https://3dnews.ru/1024662/obzor-protsessorov-ryzen-9-5950x-i-ryzen-9-5900x-na-arhitekture-zen-3/page-3.html#%D0%9F%D1%80%D0%BE%D0%B8%D0%B7%D0%B2%D0%BE%D0%B4%D0%B8%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D0%BE%D1%81%D1%82%D1%8C%20%D0%B2%20%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D1%8F%D1%85 http...
- Sat Aug 15, 2020 2:07 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Don't understand NNUE
- Replies: 14
- Views: 5917
Re: Don't understand NNUE
https://discord.com/channels/435943710472011776/718853716266188890/725158214605209601 nodchip 41,024 = 64 * 641. 64 comes from the number of the cells where king may exist. 641 = 64 * 5 * 2 + 1. 64 here comes from the number of the cells where a piece other than king may exist. 5 is the number of pi...
- Sat Aug 15, 2020 1:47 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Don't understand NNUE
- Replies: 14
- Views: 5917
Re: Don't understand NNUE
An attempt to translate the original article on NNUE into English:
https://cdn.discordapp.com/attachments/ ... 4/NNUE.zip
https://cdn.discordapp.com/attachments/ ... 4/NNUE.zip
- Sun Aug 09, 2020 7:44 am
- Forum: Computer Chess Club: General Topics
- Topic: Banksia GUI released
- Replies: 1075
- Views: 201029
Re: Banksia GUI released
I see. Look like your computer is put to its limit of memory. It will be worse when playing since BSG stores all game info such as moves, scores, times... in memory as well as storing to its JSON files (banksiaplaying.json). The memory usage will be expanded a bit after each move and BSG writes dow...
- Sun Aug 09, 2020 5:41 am
- Forum: Computer Chess Club: General Topics
- Topic: Banksia GUI released
- Replies: 1075
- Views: 201029
Re: Banksia GUI released
Interesting issue! Frankly speaking, I am so rare to create such that huge tournament. Can you give me a few more info: - what is your OS, CPU and RAM? How many threads does it have? Win7 SP1, Intel Core i5 760 (Nehalem) 2.95 GHz, 4 core / 4 threads, 4 GB RAM. I usually run tournaments in two or th...
- Sat Aug 08, 2020 11:27 am
- Forum: Computer Chess Club: General Topics
- Topic: LC0 vs. NNUE - some tech details...
- Replies: 17
- Views: 4211
Re: LC0 vs. NNUE - some tech details...
Who are the geniuses who invented NNUE? Yea, it is really a interesting kind of "trick". The first NN layer is overparametrized, that is where most of the weights are, but is computed efficient via incremental updates during make/unmake move. Yu Nasu came up with NNUE for Shogi in 2018: https://www...
- Sat Aug 08, 2020 10:20 am
- Forum: Computer Chess Club: General Topics
- Topic: Banksia GUI released
- Replies: 1075
- Views: 201029
Re: Banksia GUI released
phhnguyen , there are a couple of problems: 1. If you set a tournament with more than 10,000 games, then BSG starts to slow down significantly. The task manager shows that loading new games requires a full load of the entire processor core. The problem becomes even more serious on short time contro...
- Mon Jul 13, 2020 4:02 pm
- Forum: Computer Chess Club: General Topics
- Topic: Which CPUs was used against Kramnik in 2002 ?
- Replies: 18
- Views: 3265
Re: Which CPUs was used against Kramnik in 2002 ?
"Computerschach und Spiele" #5, 2002, page 10: Die Hardware, auf der Deep Fritz läuft, ist ein 8 x 900 MHz schneller Compaq mit vier GB Speicher. Nicht das allerschnellste, was es heute gibt, aber sicher wesentlich leistungsfähiger als die gängigen Dualsysteme. Der Rechner, der etwas dicker als ein ...