Thanks for running this.
Aside from logging on, I missed pretty much everything due to going to get a chinese takeaway meal for the family, consuming the food, then watching a classic film with one of my lads (Pulp Fiction).
Search found 311 matches
- Sat Apr 10, 2021 9:59 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: On-line engine blitz tourney April
- Replies: 20
- Views: 854
- Mon Mar 29, 2021 7:27 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: King safety evaluation
- Replies: 12
- Views: 1749
Re: King safety evaluation
Well tuned king safety is not easy, not something that can be cracked quickly, for sure.
I don't have the answer, other than gradual tweaking then lots of testing. Maybe automated tuning (Texel tuning etc.) is a good way forward for tuning king safety and other stuff.
I don't have the answer, other than gradual tweaking then lots of testing. Maybe automated tuning (Texel tuning etc.) is a good way forward for tuning king safety and other stuff.
- Wed Mar 17, 2021 6:57 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: Francesca MAD 0.30a 64-bit Gauntlet for CCRL 40/15
- Replies: 2
- Views: 306
Re: Francesca MAD 0.30a 64-bit Gauntlet for CCRL 40/15
CCRL 40/15 Rating List - Custom engine selection 1225452 games played by 2804 programs, run by 23 testers Ponder off, General books (up to 12 moves), 3-4-5 piece EGTB Time control: Equivalent to 40 moves in 15 minutes on an Intel i7-4770k. Computed on March 13, 2021 with Bayeselo based on 1'225'452...
- Thu Feb 25, 2021 7:55 am
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: 84th Amateur Series Division 5
- Replies: 9
- Views: 1311
Re: 84th Amateur Series Division 5
Congratulations to Daniel (Fruit Reloaded author) for winning this division and gaining promotion for the next series. :) Almost got there, Tom. Sometimes more than one engine promotes though, so who knows? Thanks to all who took an interest. Again, it was nice seeing many of you in the broadcast. ...
- Mon Feb 22, 2021 7:00 pm
- Forum: Computer Chess Club: General Topics
- Topic: ProDeo 3.1 - The PESTO version
- Replies: 19
- Views: 3484
Re: ProDeo 3.1 - The PESTO version
I might give this a try, for fun. So rip out existing PST's use the PESTO ones, keep everything else 'as is'. Test..
- Fri Feb 05, 2021 5:20 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Sorting moves during move ordering
- Replies: 16
- Views: 2836
Re: Sorting moves during move ordering
If you are using some sort of historyscore for the sorting of quiet moves, the historyscore of moves change while searching the current quiet move. If you presort the quiet moves, you don't use the changes in historyscore for the still to search quiet moves which can lead to a different order of th...
- Wed Jan 27, 2021 6:46 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Cutechess-cli and SPRT
- Replies: 5
- Views: 1602
Re: Cutechess-cli and SPRT
Hi all, Looking for some help re: SPRT. I've been happily using cutechess-cli for automated testing, and it works great. I'm now trying to use SPRT to terminate matches early, and save time. I'm using the following to test a new version of my engine against a very old version (several hundred ELO w...
- Wed Jan 27, 2021 8:07 am
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: The Mad Woman And The Cucumber
- Replies: 15
- Views: 2988
Re: The Mad Woman And The Cucumber
Thanks, Graham. Great tourny and a good scrap at the top for the overall first place.Graham Banks wrote: ↑Tue Jan 26, 2021 2:43 amCongratulations to Morgan (Stash author) for winning against a tough field.![]()
Thanks to all who took an interest.
Very close between Stash, Tucano, Cheng and Fab.
- Tue Jan 19, 2021 9:07 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Cutechess-cli and SPRT
- Replies: 5
- Views: 1602
Re: Cutechess-cli and SPRT
You should be aware that SPRT is only efficient if the Elo difference is comparable to the bounds. If this is not the case then SPRT is very inefficient (compared to a standard fixed length test). Interesting.. why would that be? So the parameters I'm using would be more efficient if there is only ...
- Tue Jan 19, 2021 5:37 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Cutechess-cli and SPRT
- Replies: 5
- Views: 1602
Cutechess-cli and SPRT
Hi all, Looking for some help re: SPRT. I've been happily using cutechess-cli for automated testing, and it works great. I'm now trying to use SPRT to terminate matches early, and save time. I'm using the following to test a new version of my engine against a very old version (several hundred ELO we...