Search found 878 matches
- Fri Dec 18, 2020 2:45 am
- Forum: Computer Chess Club: General Topics
- Topic: Testing Stockfish, Lc0, Banksia GUI for iOS (iPhone, iPad, iWatch)
- Replies: 28
- Views: 4939
Re: Testing Stockfish, Lc0, Banksia GUI for iOS (iPhone, iPad, iWatch)
How do the different versions of the Apple Watch behave concerning the engines on the hardware ? Is there a need for the latest generation 6 or is the SE also usable ? Is it possible to play chess with the banksia chess gui on the Apple Watch ? What do I need ? Can I move with the Fingers ? Which E...
- Fri Dec 18, 2020 2:32 am
- Forum: Computer Chess Club: General Topics
- Topic: Testing Stockfish, Lc0, Banksia GUI for iOS (iPhone, iPad, iWatch)
- Replies: 28
- Views: 4939
- Tue Dec 08, 2020 9:12 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Can EGTB storage requirements be reduced using this scheme?
- Replies: 29
- Views: 3051
Re: Can EGTB storage requirements be reduced using this scheme?
The baseline number of entropy bits per position is 0.85. So 200 nodes could result in space savings of up to 58%, 1600 in 68%, 12800 in 87%. If we add 10% overhead for this B+ tree-like indexing, it's still a lot of savings. While this scheme would be slower, the files would be smaller so they cou...
- Tue Dec 08, 2020 2:51 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Can EGTB storage requirements be reduced using this scheme?
- Replies: 29
- Views: 3051
Re: Can EGTB storage requirements be reduced using this scheme?
Yeah, the accuracy will vary quite a bit based on the EGTB. You could do iterative deepening to look at more nodes if the results after 200 nodes are not decisive I am sure a few more thousands of nodes are not enough for complicated endgame positions. E.g., if an endgame has DTC/DTM about 30, you ...
- Tue Dec 08, 2020 1:12 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Can EGTB storage requirements be reduced using this scheme?
- Replies: 29
- Views: 3051
Re: Can EGTB storage requirements be reduced using this scheme?
- Based on some quick tests, we should get 97% agreement What data did you get from that quick test? If an engine can provide enough data and correct 97% with that shallow search we don’t need EGTB at all ;) Some big problems may be: - you can’t get 97% of all positions with that shallow search. Dr...
- Wed Nov 25, 2020 11:28 pm
- Forum: Computer Chess Club: General Topics
- Topic: M1 Apple Silicon for Chess?
- Replies: 52
- Views: 6358
Re: M1 Apple Silicon for Chess?
Benchmarks on a MacBook Air 16GB 8-core GPU Stockfish compiled for M1 Apple Silicon, commit f9595828eb7e5e970b0be3ee5f84ddd726845523 Wed 11 Nov bench 2408119 bench 64 1 20 2270034 bench 64 2 20 4503092 bench 64 4 20 9069926 bench 64 6 20 10820178 bench 64 8 20 12438598 ... Not M1 but A-series to co...
- Tue Nov 24, 2020 11:14 pm
- Forum: Computer Chess Club: General Topics
- Topic: Banksia GUI released
- Replies: 1075
- Views: 199577
Re: Banksia GUI released
How many cores did you set for each engine?Kefalonian-Greece wrote: ↑Tue Nov 24, 2020 6:06 pmI installed
version 0.37
Select Concurrency: 4 games 256 hash each engine
After a few games the tournament is interrupted.
My computer has 6 cores. Amd Ryzen
Can you give me the list of engines, I will try to reproduce the issue. Thanks
- Tue Nov 24, 2020 11:11 pm
- Forum: Computer Chess Club: General Topics
- Topic: Banksia GUI released
- Replies: 1075
- Views: 199577
- Tue Nov 24, 2020 10:00 pm
- Forum: Computer Chess Club: General Topics
- Topic: Testing Stockfish, Lc0, Banksia GUI for iOS (iPhone, iPad, iWatch)
- Replies: 28
- Views: 4939
Re: BanksiaGUI for iOS 1.0 released
Excellent - job well done. If you are still taking suggestions ... board colors : light squares ffdedede , dark squares : ff538835 and for the moves/analysis section a black or nearly black background with green or yellow font color if you need a color converter #ff538835 is green https://8-digit-h...
- Tue Nov 24, 2020 9:58 pm
- Forum: Computer Chess Club: General Topics
- Topic: Testing Stockfish, Lc0, Banksia GUI for iOS (iPhone, iPad, iWatch)
- Replies: 28
- Views: 4939
Re: Testing Stockfish, Lc0, Banksia GUI for iOS (iPhone, iPad, iWatch)
Just got BanksiaGUI, seems to work fine on my iPad 2019. Great achievement, thanks a lot !!! (small) question : in a game (book on) e4 is always answered by c5. How to get more variety ? Thanks for the feedback. The opening line is almost fixed because BSG always picks the best reply for a given po...