Search found 150 matches
- Thu Apr 28, 2016 8:06 pm
- Forum: Computer Chess Club: General Topics
- Topic: Hakkapeliitta TCEC, dev relase
- Replies: 11
- Views: 6200
Re: Hakkapeliitta TCEC, dev relase
The new binary is at the same place as the previous one. If anyone has any problems please report them immediately.
- Thu Apr 28, 2016 1:44 am
- Forum: Computer Chess Club: General Topics
- Topic: Hakkapeliitta TCEC, dev relase
- Replies: 11
- Views: 6200
Re: Hakkapeliitta TCEC, dev relase
Aaaaand right after I write that I am able to replicate the bug. Typical. Basically, it is a combination of high search depths, the hash table working as it should and checking for time only after 10000 nodes have been searched, and not the time allocation. The fix seems to be rather simple as well....
- Thu Apr 28, 2016 1:09 am
- Forum: Computer Chess Club: General Topics
- Topic: Hakkapeliitta TCEC, dev relase
- Replies: 11
- Views: 6200
Re: Hakkapeliitta TCEC, dev relase
Binary TCEC, for those who like try everything. Author Mikko Aarnos https://github.com/mAarnos/Hakkapeliitta/tree/dev folder /bin Added binary for TCEC When will the MP version be out ? I am completely tied up for the next couple of weeks but after that I intend to complete the MP version, no matte...
- Wed Mar 16, 2016 12:13 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Checks in qsearch - must-have or optional?
- Replies: 10
- Views: 4436
Re: Checks in qsearch - must-have or optional?
I'd echo Jon's comments. Checks in the QSearch have little impact on strength if analyzed on their own. However, they enable you to do more aggressive null move and LMR than would otherwise be possible. This is my experience as well. According to my notes checks in quiescence search lost maybe 5 el...
- Fri Mar 11, 2016 3:05 pm
- Forum: Computer Chess Club: General Topics
- Topic: Japanese
- Replies: 3
- Views: 1653
Re: Japanese
Here is most of the Japanese text transcribed. Notice the differences compared to the OCR. I cannot make out the letters immediately below the date, and I do not have any idea who the person that signed the document is due to the way names work in Japan. 賞状 第9回UEC杯...
- Wed Jan 27, 2016 8:16 pm
- Forum: Computer Chess Club: General Topics
- Topic: Go has fallen to computer domination?
- Replies: 161
- Views: 51166
Re: Go has fallen to computer domination?
This was the most shocking part in my opinion.Laskos wrote:Also, it beats normal MC programs like Crazy Stone (say 5 dan on i7) by 99.8%, which suggests 8-10 more stones, also above 4p.
- Wed Jan 27, 2016 7:24 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Computer Go at master level?
- Replies: 12
- Views: 5446
- Sat Jan 23, 2016 9:37 pm
- Forum: Computer Chess Club: General Topics
- Topic: Andscacs - New version 0.85
- Replies: 15
- Views: 6583
Re: Andscacs - New version 0.85
I just downloaded your last Hakkapeliitta version. I can propose a lot of things that should work :-) For example in passed pawns: * bonus for joined passed pawns. * penalization for passed not controlled. * penalization for king near passed pawn. * bonus for own king near passed pawn. I have even ...
- Sat Jan 23, 2016 3:33 pm
- Forum: Computer Chess Club: General Topics
- Topic: Andscacs - New version 0.85
- Replies: 15
- Views: 6583
Re: Andscacs - New version 0.85
Congratulations on your nice progress with evaluation improvements. For some reason every time I have tried to add a new evaluation term it is ±0 elo or worse.
- Sat Jan 23, 2016 3:19 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Crabby, original chess engine written in the rust language
- Replies: 6
- Views: 2553
Re: Crabby, original chess engine written in the rust langua
Welcome to the forum, and good luck with your engine.