
Search found 5188 matches
- Sun Jan 10, 2021 7:23 pm
- Forum: Computer Chess Club: General Topics
- Topic: Alexa vs Google
- Replies: 1
- Views: 377
Re: Alexa vs Google
That was CRAZY!
The way Alexa announced 'Check' was hilarious. Thanks for sharing.

- Mon Jan 04, 2021 1:48 pm
- Forum: Computer Chess Club: General Topics
- Topic: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
- Replies: 93
- Views: 7257
Re: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
Has anyone else checked out it's real time monitoring tool.


- Mon Jan 04, 2021 1:32 pm
- Forum: Computer Chess Club: General Topics
- Topic: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
- Replies: 93
- Views: 7257
Re: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
Nordlandia wrote: ↑Sun Jan 03, 2021 7:24 pmUnfortunately Ceres only support 1-Core dedicated for the GPU at the moment.

- Mon Jan 04, 2021 11:47 am
- Forum: Computer Chess Club: General Topics
- Topic: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
- Replies: 93
- Views: 7257
Re: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
Ceres is a newly released chess engine which has a re-implementation of MCTS search over the lc0 backends. It shows very strong search performance characteristics which will be interesting to learn from. The specific details of some of those performance characteristics would likely be difficult to ...
- Sun Jan 03, 2021 4:39 pm
- Forum: Computer Chess Club: General Topics
- Topic: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
- Replies: 93
- Views: 7257
Re: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
The problem with Chad's Boxed version has been fixed. lc0.dll in the right subdirectory now.
https://drive.google.com/file/d/1yPF13m ... sp=sharing
https://drive.google.com/file/d/1yPF13m ... sp=sharing
- Sun Jan 03, 2021 4:07 pm
- Forum: Computer Chess Club: General Topics
- Topic: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
- Replies: 93
- Views: 7257
- Sun Jan 03, 2021 3:37 pm
- Forum: Computer Chess Club: General Topics
- Topic: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
- Replies: 93
- Views: 7257
Re: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
From Ted Summers on Ed's forum: Here is a Boxed version that was uploaded by Chad on Discord. You will need to have Dot Net 5 installed. Ceres: https://drive.google.com/file/d/12wpPWyMfax1tlCKvAeUnlv0JgB2fh5gK/view?usp=sharing Dot Net: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-...
- Sun Jan 03, 2021 12:58 pm
- Forum: Computer Chess Club: General Topics
- Topic: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
- Replies: 93
- Views: 7257
Re: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
I will give it a try. I found the boxed one someone else posted, and it did not work for me. C:\Users\dannc\chess\ceres>type Ceres.json { "DirLC0Binaries": "C:\\Users\\dannc\\chess\\ceres", "DirLC0Networks": "C:\\Users\\dannc\\chess\\ceres", "DirEPD": ".", "DirPGN": ".", "DirCeresOutput": ".", "Dir...
- Sun Jan 03, 2021 12:54 pm
- Forum: Computer Chess Club: General Topics
- Topic: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
- Replies: 93
- Views: 7257
Re: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
Here is a Boxed version that was uploaded by Chad on Discord. You will need to have Dot Net 5 installed. Ceres: https://drive.google.com/file/d/12wpPWyMfax1tlCKvAeUnlv0JgB2fh5gK/view?usp=sharing Dot Net: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-5.0.1-windows-x64-instal...
- Sun Jan 03, 2021 12:52 pm
- Forum: Computer Chess Club: General Topics
- Topic: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
- Replies: 93
- Views: 7257
Re: +100 elo breakthrough in new rewritten Lco engine ( Ceres)
I get a 404 error on the boxed ceres. I can build the LC0 project using the supplied cmd file or the visual studio project. However, the project is some berserk CMAKE thing that does not allow you to change the project from exe to dll. Does someone have a solution file that can be modified? Dan, He...