Search found 15 matches
- Sun Jan 10, 2021 5:47 pm
- Forum: Computer Chess Club: General Topics
- Topic: Introducing Harmon Chess App for Droid plus engine updates
- Replies: 13
- Views: 1276
Re: Introducing Harmon Chess App for Droid plus engine updates
Can you post Windows binaries for regular 64bit machines. Somehow the *.exe on Github doesn't work on my Win 10
- Mon Nov 09, 2020 3:03 pm
- Forum: Computer Chess Club: General Topics
- Topic: Black Diamond 12R2 for the Android
- Replies: 24
- Views: 2340
Re: Black Diamond 12R2 for the Android
Everything works fine now!
- Thu Nov 05, 2020 5:23 pm
- Forum: Computer Chess Club: General Topics
- Topic: Black Diamond 12R2 for the Android
- Replies: 24
- Views: 2340
Re: Black Diamond 12R2 for the Android
Trying to install 2.0.2 version with adb and I get
[INSTALL_PARSE_FAILED_NO_CERTIFICATES]
error
I know that I could resign the apk on my own but I thought that's not needed ?!
[INSTALL_PARSE_FAILED_NO_CERTIFICATES]
error
I know that I could resign the apk on my own but I thought that's not needed ?!
- Sat Oct 17, 2020 9:48 am
- Forum: Computer Chess Club: General Topics
- Topic: DGT Centaur uses Stockfish DD (Stockfish 4.5)
- Replies: 14
- Views: 5286
Re: DGT Centaur uses Stockfish DD (Stockfish 4.5)
Just out of curiosity, how do you know that the Centaur uses Stockfish 8 A german chess forum where Centaur power-users are posting and they researched it . https://www.schachcomputer.info/forum/showthread.php?t=5955&page=26 And the very well researched and trusty "Schach Computer" wiki as it https...
- Wed Oct 14, 2020 1:52 pm
- Forum: Computer Chess Club: General Topics
- Topic: DGT Centaur uses Stockfish DD (Stockfish 4.5)
- Replies: 14
- Views: 5286
Re: DGT Centaur uses Stockfish DD (Stockfish 4.5)
The DGT Centaur uses Stockfish 8.
Their adaptive code might just work thru enabling MultiPV and then choose the 1st , 2nd or 3rd best move, depends what the player played before.
Their adaptive code might just work thru enabling MultiPV and then choose the 1st , 2nd or 3rd best move, depends what the player played before.
- Sun Oct 04, 2020 9:16 am
- Forum: Computer Chess Club: General Topics
- Topic: Honey-12 R1
- Replies: 8
- Views: 1959
Re: Honey-12 R1
Looks like the Makefile in this release has a bug when compiling for OS X. Using the Makefile from Honey-12 works
make build ARCH=x86-64-modern HONEY=yes
doesn't work
with "arch x86-64" not recognized.
make build ARCH=x86-64-modern HONEY=yes
doesn't work
with "arch x86-64" not recognized.
- Fri Sep 04, 2020 9:55 am
- Forum: Computer Chess Club: General Topics
- Topic: Of course, it is now time for Honey 12
- Replies: 29
- Views: 5339
Re: Of course, it is now time for Honey 12
Great news!
A little confused by the version numbers of Honey releases.
So Honey 12 is he latest and before it was Honey-XIr5?
A little confused by the version numbers of Honey releases.
So Honey 12 is he latest and before it was Honey-XIr5?
- Sun Jul 26, 2020 11:27 am
- Forum: Computer Chess Club: General Topics
- Topic: Banksia GUI released
- Replies: 1075
- Views: 198352
Re: Banksia GUI released
Looked into the "Creating a chess opening book" from a PGN base tool.
The tool is missing a "Done" button where as a user I expect that the build-in tool who'd start creating a opening book.
How that tool "Creating a chess opening book" works in Banksia GUI ?
The tool is missing a "Done" button where as a user I expect that the build-in tool who'd start creating a opening book.
How that tool "Creating a chess opening book" works in Banksia GUI ?
- Wed Feb 05, 2020 10:19 am
- Forum: Computer Chess Club: General Topics
- Topic: It's here ...Honey X6
- Replies: 59
- Views: 17459
Re: It's here ...Honey X6
@MikeB Can you please explain what's the idea behind your adaptive code? Thanks a lot. I already commented one of your else parts which i understand fully. size_t i = 0; if ( previousScore >= -PawnValueMg && previousScore <= PawnValueMg * 4 ) { while (i+1 < rootMoves.size() && bestThread->rootMoves[...
- Tue May 28, 2019 4:36 pm
- Forum: Computer Chess Club: General Topics
- Topic: LC0 for iPad?
- Replies: 20
- Views: 6979
Re: LC0 for iPad?
I am running apps on the iPad. Apps like "Analyze This" (which uses Stockfish 10), SmallFish (Stockfish also), "Hiarcs Chess", and "Chess Pro" (I believe that's the Tiger engine in there somewhere, but I am not 100% sure of that). The CPU in the iPad Pro is faster than my MacBook Pro and the touch ...