Arasan 11.5

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

Moderator: Ras

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

Arasan 11.5

Post by jdart »

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

Changes in Arasan 11.5:
1) King safety scores are tapered off so they don't reach extreme values.
2) Mobility calculation improvements.
3) Changes to razoring logic.
4) Profile Guided Optimization (PGO) build uses deeper search on
fewer positions.
User avatar
Graham Banks
Posts: 44571
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: Arasan 11.5

Post by Graham Banks »

Thanks for your efforts Jon. :)
gbanksnz at gmail.com
User avatar
Werner
Posts: 2991
Joined: Wed Mar 08, 2006 10:09 pm
Location: Germany
Full name: Werner Schüle

Re: Arasan 11.5

Post by Werner »

Thanks Jon!

Did you work on SMP too?

Best
Werner
swami
Posts: 6662
Joined: Thu Mar 09, 2006 4:21 am

Re: Arasan 11.5

Post by swami »

Thanks Jon for the new update.

Arasan 11.5

Strategic Test Suite Conditions:
Arena GUI
10 seconds per position
500 positions
Core2Quad 32 bits, Q6600, 2 GB RAM, 2.4GHZ
Engine uses 131 Mb Hash. MP.
Subject-wise Scores:
STS (v1.0) - Undermining:
74/100, Grade: A

STS (v2.0) - Open Files and Diagonals:
65/100, Grade: B+

STS (v3.0) - Knight Outposts/Centralization/Repositioning:
63/100, Grade: B

STS (v4.0) - Square Vacancy:
64.28/100, Grade: B

STS (v5.0) - Bishop vs Knight:
69/100, Grade: B+
Overall Performance:
Total Score: 335.28/500

Overall Average: 67.05%

Grade: B+
jdart
Posts: 4405
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Arasan 11.5

Post by jdart »

> Did you work on SMP too?

No, sorry, this version has no significant SMP changes.

--Jon
CRoberson
Posts: 2094
Joined: Mon Mar 13, 2006 2:31 am
Location: North Carolina, USA

Re: Arasan 11.5

Post by CRoberson »

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

Changes in Arasan 11.5:

4) Profile Guided Optimization (PGO) build uses deeper search on
fewer positions.
Doesn't make sense to me. PGO is a compiler method that should improve NPS and have zero change to the node counts.
jdart
Posts: 4405
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Arasan 11.5

Post by jdart »

What I meant was, the profile generation step in the build process is using fewer positions / deep search to generate the profiling information. This improves results, I suspect because previously it was not hitting enough depth to really exercise some of the program features like SMP, IID etc.

--Jon