Search found 771 matches
- Sat Feb 16, 2019 3:32 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: On failing high and finding mates
- Replies: 1
- Views: 50
Re: On failing high and finding mates
it looks to me you have some kind of strange, but probably easy to find, BUG in your search. it looks to me that you are returning the real PV in your search and I would assume that in my analysis. at depth 30 your engine report the following PV with evaluation +30: info depth 30 seldepth 56 score c...
- Mon Feb 11, 2019 4:16 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: unit testing polyglot probe code....
- Replies: 7
- Views: 364
Re: unit testing polyglot probe code....
Thank you Peter, I'll try now to test promotions moves... even if they seems to not be present in my book
- Sun Feb 10, 2019 5:43 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: unit testing polyglot probe code....
- Replies: 7
- Views: 364
Re: unit testing polyglot probe code....
Thank you, I 'la give them a try
- Wed Feb 06, 2019 3:57 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: unit testing polyglot probe code....
- Replies: 7
- Views: 364
Re: unit testing polyglot probe code....
I'm not trying to calculate the key, probably I'll check it too sooner or later. I was asking if someone known some famous and sound opening with en passant or promotion.
Probably the author of perfect2017.bin will be the best source of info
Probably the author of perfect2017.bin will be the best source of info
- Wed Feb 06, 2019 1:54 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: unit testing polyglot probe code....
- Replies: 7
- Views: 364
unit testing polyglot probe code....
I'm debugging and testing vajolet polyglot probe code and I'm trying to test if the en passant and promotion code works. I'm using perfect2017.bin as opening book. do you know some opening lines containing promotion in the early phases? do you know some opening lines containing en passant moves in t...
- Mon Jan 28, 2019 6:53 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: UCI question
- Replies: 11
- Views: 699
Re: UCI question
You can also use "python chess" library and python scripts to communicate with an uci engine.
- Mon Jan 28, 2019 10:35 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: UCI question
- Replies: 11
- Views: 699
Re: UCI question
Probably something like that:
Save the command list in input.txt file and then:
Komodo <input.txt
Pay attention the it's not possible to analyze more than one position with a single file because uci require when performing analysis the input management is not blocked.
Save the command list in input.txt file and then:
Komodo <input.txt
Pay attention the it's not possible to analyze more than one position with a single file because uci require when performing analysis the input management is not blocked.
- Sat Jan 26, 2019 5:23 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Elo boost and time management
- Replies: 19
- Views: 1179
Re: Elo boost and time management
i'd like to see some test at long time control, but it wouyld be unfeasible long to get a good elo estimation
- Sat Jan 26, 2019 4:01 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Elo boost and time management
- Replies: 19
- Views: 1179
- Sat Jan 26, 2019 11:35 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Elo boost and time management
- Replies: 19
- Views: 1179
Re: Elo boost and time management
from my own test it give a very good Elo boost at very short time control, the longer the time countrol the smaller the elo gain I suppose.
but I haven't done a lot of testing with long time control, let's say 10 minutes/games or TCEC/CCCC time control
but I haven't done a lot of testing with long time control, let's say 10 minutes/games or TCEC/CCCC time control