Search found 823 matches
- Thu Sep 19, 2019 6:22 pm
- Forum: Computer Chess Club: General Topics
- Topic: KingBase
- Replies: 3
- Views: 1351
Re: KingBase
Hi, What would you say about KingBase database ? What are your observations ? If I recall, this is a collection of publicly available PGN’s that has been around for a while online. It’s had TWIC games added to it, then it’s been de duplicated, cleaned and filtered by rating. It won’t have many engi...
- Thu Sep 19, 2019 6:03 pm
- Forum: Computer Chess Club: General Topics
- Topic: My failed attempt to change TCEC NN clone rules
- Replies: 92
- Views: 20807
Re: My failed attempt to change TCEC NN clone rules
one of the top Leela devs told me Ankan is the most important person in the project and although he spent little time contributing, his code is really critical as noone else knows to code for GPU, and without him cuda backend wouldn't probably happen . So for the record, you agree that the lc0 cuDN...
- Thu Sep 19, 2019 5:55 pm
- Forum: Computer Chess Club: General Topics
- Topic: My failed attempt to change TCEC NN clone rules
- Replies: 92
- Views: 20807
Re: My failed attempt to change TCEC NN clone rules
They all use essentially the same A0 network types, as that is dictated by the PUCT search algorithm. Really? Well, you probably want at least a move probability and some kind of winrate eval. That's not even an A0 innovation, although Alpha Zero was the first time I saw the networks for those outp...
- Thu Sep 19, 2019 5:19 pm
- Forum: Computer Chess Club: General Topics
- Topic: My failed attempt to change TCEC NN clone rules
- Replies: 92
- Views: 20807
Re: My failed attempt to change TCEC NN clone rules
I’m not sure if you realize this, but lczero and lc0 are two distinct engines. The first, lczero, was the initial chess engine used by the leela chess project and was derived from a combination of the leela go engine and stockfish chess board logic. The second, lc0, was a rewrite from scratch. I’m ...
- Thu Sep 19, 2019 4:27 pm
- Forum: Computer Chess Club: General Topics
- Topic: My failed attempt to change TCEC NN clone rules
- Replies: 92
- Views: 20807
Re: My failed attempt to change TCEC NN clone rules
Since Allie has been playing in the tournaments I have asked Ankan and he has said - most recently yesterday - that he is happy that Allie is using his cudann backend code and wished congratulations of success in TCEC. I’m sorry, the NVIDIA employee who contributed the CUDA code in the first place ...
- Thu Sep 19, 2019 4:13 pm
- Forum: Computer Chess Club: General Topics
- Topic: My failed attempt to change TCEC NN clone rules
- Replies: 92
- Views: 20807
Re: My failed attempt to change TCEC NN clone rules
You certainly have made very strong argument that Allie is a clone , regardless of what anyone points to as being different. And NN (scorpioNN, Stoofvlees) or MCTS (KomodoMCTS) are not clones. Not sure if it will change anything under the current infatuation state with anything neural. If you run S...
- Thu Sep 19, 2019 11:01 am
- Forum: Computer Chess Club: General Topics
- Topic: My failed attempt to change TCEC NN clone rules
- Replies: 92
- Views: 20807
Re: My failed attempt to change TCEC NN clone rules
Crem,
If you look at the ScorpioNN graphs, they are also quite similar to the Leela kibitzer. I would suggest this has more to do with the nature of mcts.
If you look at the ScorpioNN graphs, they are also quite similar to the Leela kibitzer. I would suggest this has more to do with the nature of mcts.
- Mon Sep 16, 2019 7:53 am
- Forum: Computer Chess Club: General Topics
- Topic: My failed attempt to change TCEC NN clone rules
- Replies: 92
- Views: 20807
Re: My failed attempt to change TCEC NN clone rules
As for code not being "particularly innovative": if you take a look into any chess engine, I'm pretty sure you won't find much "particularly innovative" there, and mostly either common knowledge or covered in chessprogrammingwiki. Still you cannot just take Stockfish eval and copy it into your engi...
- Mon Sep 16, 2019 7:46 am
- Forum: Computer Chess Club: General Topics
- Topic: My failed attempt to change TCEC NN clone rules
- Replies: 92
- Views: 20807
Re: My failed attempt to change TCEC NN clone rules
If the speed bothers you, I’m working on a Julia version that should resolve that issue. Will it be even cleaner and faster than your engine in Golang that you've been writing since May 2018, and seemingly actively developed at least until April 2019 (and was "finishing" in February 2019)? :D Touch...
- Mon Sep 16, 2019 12:32 am
- Forum: Computer Chess Club: General Topics
- Topic: My failed attempt to change TCEC NN clone rules
- Replies: 92
- Views: 20807