Rhetoric 1.2 Released

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Harvey Williamson, bob

Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
User avatar
asanjuan
Posts: 206
Joined: Thu Sep 01, 2011 3:38 pm
Location: Seville, Spain

Re: Rhetoric 1.2 Released

Post by asanjuan » Fri Feb 28, 2014 3:17 pm

Steve Maughan wrote:Hi Alberto,
asanjuan wrote:(...). I managed to add a lot of elo points with only 3 changes: Singular Extensions, Late Move Pruning, and applying a new learning (or tuning) algorithm.(...)
Congrats!

May I ask Which "learning algorithm" you implemented?

I'm a little surprise you attribute the elo increase to (among other things) Singular Extensions. I always thought this added little in terms of raw strength.

Any estimate of the elo gain? I'm interested as I am at the stage of adding these elements to Maverick.

Steve
SE alone gave me around 20 elo.

LMP was a surprise and gave me 65 elo points!! It was a little bit tricky, because you need the null move threat to avoid tactical mistakes.

The big surprise was the implementation of the tunning based on Peter Osterlünd posts. I implemented the sigmoid function, the average error calculation function based on a big epd file, and the rest was a matter of search. You can use whatever technique to search (gradient, G.A, or a simple loop as Peter pointed). The result is a balanced set of parameters for your evaluation. And it gave Rhetoric another 80 or 90 elo more and a very dynamic and positional style. It discovered stunning values: for example:
A pawn in the opening is worth 75 centipawns, but in the endgame the value rises to 110. The mobility values where doubled and almost doubled again for the endgame except for the queen... That values made rhetoric sacrifice pawns for attack or any other positional criteria.

The total amount added: more than 100 elo points in self play. The test against the pool of sparrings that I have been using until now, show even better results. This may put Rhetoric in a good place in the rating lists. I'm not going to give a number but I have good feelings with this version.

S.E. can be tricky also. I implemented it in a very straightforward way. Quite simple, but working. If you want some code, I can send you an email or a PM with the details. I shared this mail with Brian Richardson (author of Tinker), so is not a problem.


Cheers.

User avatar
Steve Maughan
Posts: 1025
Joined: Wed Mar 08, 2006 7:28 pm
Location: Florida, USA
Contact:

Re: Rhetoric 1.2 Released

Post by Steve Maughan » Fri Feb 28, 2014 3:39 pm

asanjuan wrote:SE alone gave me around 20 elo.

LMP was a surprise and gave me 65 elo points!! It was a little bit tricky, because you need the null move threat to avoid tactical mistakes.

The big surprise was the implementation of the tunning based on Peter Osterlünd posts. I implemented the sigmoid function, the average error calculation function based on a big epd file, and the rest was a matter of search. You can use whatever technique to search (gradient, G.A, or a simple loop as Peter pointed). The result is a balanced set of parameters for your evaluation. And it gave Rhetoric another 80 or 90 elo more and a very dynamic and positional style. It discovered stunning values: for example:
A pawn in the opening is worth 75 centipawns, but in the endgame the value rises to 110. The mobility values where doubled and almost doubled again for the endgame except for the queen... That values made rhetoric sacrifice pawns for attack or any other positional criteria.

The total amount added: more than 100 elo points in self play. The test against the pool of sparrings that I have been using until now, show even better results. This may put Rhetoric in a good place in the rating lists. I'm not going to give a number but I have good feelings with this version.

S.E. can be tricky also. I implemented it in a very straightforward way. Quite simple, but working. If you want some code, I can send you an email or a PM with the details. I shared this mail with Brian Richardson (author of Tinker), so is not a problem.
Great summary.

I wasn't looking for absolute ELO of new version but the estimated deltas for the elements you added.

Since asking the question I found Peter Osterlünd post. I'll take a look. It looks interesting.

I'm getting bogged down in trying to tune Maverick's evaluation function. The domain space of an evaluation function is *massive*. Auto-tuning must be the way to go.

Thanks,

Steve
http://www.chessprogramming.net - Maverick Chess Engine

Jamal Bubker
Posts: 260
Joined: Mon May 24, 2010 2:32 pm

Re: Rhetoric 1.2 Released

Post by Jamal Bubker » Wed Mar 05, 2014 7:17 pm

Thank you Alberto for this new release !

User avatar
pedrox
Posts: 935
Joined: Fri Mar 10, 2006 5:07 am
Location: Basque Country (Spain)
Contact:

Re: Rhetoric 1.2 Released

Post by pedrox » Thu Mar 06, 2014 7:09 pm

Image

Image

User avatar
Graham Banks
Posts: 30733
Joined: Sun Feb 26, 2006 9:52 am
Location: Auckland, NZ

Re: Rhetoric 1.2 Released

Post by Graham Banks » Fri Mar 07, 2014 7:51 am

pedrox wrote:Image

Image
Thanks Pedro. Very useful. :)
My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz

Post Reply