Arasan 18.2

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

Moderator: Ras

jdart
Posts: 4433
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Arasan 18.2

Post by jdart »

Arasan 18.2 is available from http://www.arasanchess.org.

Changes in Arasan 18.2:

1) Make more parameters tunable, including TRADE_DOWN array. Fix gradient
computation for Q + minor vs Q material param.
2) Revise and simplify endgame scoring. Combine endgame score cache
with king cover cache (since they can use the same hash signature).
Allow larger values for king endgame scores. Add distance function to
Scoring. Use local calc instead of array lookup for this function.
3) Re-tune all parameters using latest rating gauntlet games as training
file.
4) Add MSVC project files to repository.
5) For Linux builds with gcc, turn on Link Time Optimization along with PGO.
6) Lots of book changes/improvements.

This version is measurably stronger than 18.1 in my tests (+20 ELO or so).

-Jon
User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Re: Arasan 18.2

Post by MikeB »

jdart wrote:Arasan 18.2 is available from http://www.arasanchess.org.

...

This version is measurably stronger than 18.1 in my tests (+20 ELO or so).

-Jon
Very nice - that's not easy! Will have to grab the latest and run it against the latest crafty.

Mike
jdart
Posts: 4433
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

installer fix

Post by jdart »

I have rebuilt the Windows GUI + installer since the title bar was still showing 18.1 as the version. No change to the engine.

--Jon
User avatar
cdani
Posts: 2204
Joined: Sat Jan 18, 2014 10:24 am
Location: Andorra

Re: Arasan 18.2

Post by cdani »

Nice!
Will see it in action in Ed's tournament :-)
User avatar
Sylwy
Posts: 5171
Joined: Fri Apr 21, 2006 4:19 pm
Location: IAȘI - the historical capital of MOLDOVA
Full name: Silvian Rucsandescu

Re: My test

Post by Sylwy »

styx
Posts: 338
Joined: Tue Mar 13, 2012 9:59 pm
Location: Germany

Re: Arasan 18.2

Post by styx »

Arasan will always have a special place on my hard disk drive since it's one of the first computer chess programs I came in touch with, many many moons ago (1996 or so ...)

Today it is much stronger (I remember it losing to WAXMAN all the time back in the days)

Thank you for doing what you do :)
User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Re: Arasan 18.2

Post by MikeB »

Hi Jon.

FYI - it's not very stable on the Mac under xBoard. Same with earlier versions. Ok with a game here and there - but running it in tournament mode it invariably crashes. So I can't really use it as part of my engine stable. Let me know if you would like me to help trouble shoot it.

Mike
styx
Posts: 338
Joined: Tue Mar 13, 2012 9:59 pm
Location: Germany

Re: Arasan 18.2

Post by styx »

I've spotted a problem. If you check UCI_LimitStrength in the engine settings in xboard, and limit the strength to a low value, it will stay limited even after unchecking "UCI_LimitStrength" and starting a new game. It will play limited until you reload the engine.

This may be a GUI issue. I don't know. At least Stockfish does not show such a behaviour.

- Ubuntu 15.10
- Arasan 18.2 x64
- xboard 4.8.0

*EDIT*
xboard seems to be the problem here. in pychess GUI it all works as intended
jdart
Posts: 4433
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Arasan 18.2

Post by jdart »

I have to confess, I hardly test it on Mac, except to see that it comes up and runs a couple of test problems.

If you find a way to make it crash repeatedly I'd like to hear about it.

The best way to debug it would be to run a debug build (-g and optimization off) and attach a debugger to it. Then at least you can get a stack trace if it crashes. I can try that but if I don't know what might trigger it, it might take a while to see.

--Jon
supersharp77
Posts: 1267
Joined: Sat Jul 05, 2014 7:54 am
Location: Southwest USA

Re: Arasan 18.2

Post by supersharp77 »

jdart wrote:Arasan 18.2 is available from http://www.arasanchess.org.

Changes in Arasan 18.2:

1) Make more parameters tunable, including TRADE_DOWN array. Fix gradient
computation for Q + minor vs Q material param.
2) Revise and simplify endgame scoring. Combine endgame score cache
with king cover cache (since they can use the same hash signature).
Allow larger values for king endgame scores. Add distance function to
Scoring. Use local calc instead of array lookup for this function.
3) Re-tune all parameters using latest rating gauntlet games as training
file.
4) Add MSVC project files to repository.
5) For Linux builds with gcc, turn on Link Time Optimization along with PGO.
6) Lots of book changes/improvements.

This version is measurably stronger than 18.1 in my tests (+20 ELO or so).

-Jon
Thx Jon Will test it (and 18.1) soon as I get a chance........AR :) :wink: