Arasan 14.2

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.
jdart
Posts: 3503
Joined: Fri Mar 10, 2006 4:23 am
Location: http://www.arasanchess.org

Arasan 14.2

Post by jdart » Tue Jun 12, 2012 11:02 pm

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

Changes in Arasan 14.2:
1) The chess engine handled input from the the UI in several places
and had duplicate code for scanning input and breaking it into lines.
This is now centralized and simplifed.
2) Some other code cleanup, especially conversion from C-style string
handling to C++.
3) Simplified code for lazy eval. Partial (lazy) scores are no longer
cached in the scoring module (such scores were seldom used anyway).
4) Outpost scores reduced.
5) Tweaked threshold values for history pruning and late move pruning (due
to a bug, 14.1 actually did only late move pruning above depth =
1 ply).
6) Reduced thresholds for static null pruning.
7) Some changes to LMR and root move reduction logic.
8) Bug fix: ensure final stage of ply 0 search window widening sets a
correct upper/lower bound.
9) Improvement to logic for searching checks in q-search.
10) Fix material eval adjustment for Q vs 2R.
11) Support is added for varying the engine strength via UCI or Winboard
options (Arasan GUI supports this too).
12) GUI bug fix: search could hang when a "Go" command is issued when it
is the user's turn to move, and the user then makes a manual move before
the search completes.
13) Winboard driver fixes: pings could be processed out of order in some
cases. Also, an extra move could be sent after Winboard has sent a
"resign" or "result" command.

This version is measurably stronger than 14.1 in my testing.

I have also updated the test suite (arasan14.epd), replacing one position (arasan14.167) and adding some new ones (arasan14.176-197).

--Jon

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

Re: Arasan 14.2

Post by Jamal Bubker » Tue Jun 12, 2012 11:40 pm

Thanks Jon !

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

Re: Arasan 14.2

Post by Graham Banks » Wed Jun 13, 2012 12:39 am

jdart wrote:Arasan 14.2 is available from http://www.arasanchess.org.
Thanks Jon. :)
My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz

User avatar
Dan Honeycutt
Posts: 5031
Joined: Mon Feb 27, 2006 3:31 pm
Location: Atlanta, Georgia

Re: Arasan 14.2

Post by Dan Honeycutt » Wed Jun 13, 2012 2:17 pm

jdart wrote:I have also updated the test suite (arasan14.epd), replacing one position (arasan14.167) and adding some new ones (arasan14.176-197).

--Jon
Hi Jon,

14.14 has a typo - it says "am Qxd6" should be "bm Qxd6".

Best
Dan H.

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

Re: Arasan 14.2

Post by jdart » Wed Jun 13, 2012 2:26 pm

Dan Honeycutt wrote: 14.14 has a typo - it says "am Qxd6" should be "bm Qxd6".
Nope. "am" means "avoid move."

[D] 8/5pk1/3p1bp1/1B5p/2P1PP2/3Q2PK/5q2/8 w - - 0 1

Qxd6 here is bad: Black will reply .. h4, winning.

--Jon

User avatar
Dan Honeycutt
Posts: 5031
Joined: Mon Feb 27, 2006 3:31 pm
Location: Atlanta, Georgia

Re: Arasan 14.2

Post by Dan Honeycutt » Wed Jun 13, 2012 2:29 pm

jdart wrote:
Dan Honeycutt wrote: 14.14 has a typo - it says "am Qxd6" should be "bm Qxd6".
Nope. "am" means "avoid move."
Ahhh, thanks, I didn't know that.

Best
Dan H.

User avatar
fern
Posts: 8745
Joined: Sun Feb 26, 2006 3:07 pm

Re: Arasan 14.2

Post by fern » Wed Jun 13, 2012 8:57 pm

In my comp. the change has been that Arasan does not do a thing. I play e4 and nothing happens....

What??'

Fern

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

Re: Arasan 14.2

Post by jdart » Wed Jun 13, 2012 10:51 pm

I need a little more information. What plaform? What interface are you using? Is there a debug log available?

--Jon

User avatar
fern
Posts: 8745
Joined: Sun Feb 26, 2006 3:07 pm

Re: Arasan 14.2

Post by fern » Wed Jun 13, 2012 11:02 pm

I use windows 7 and I use your GUI. As I said, after activating the exe, the board comes to life as usual, but then no move happens after the gui correctly display my first move.

Hope is enough for you to detect the issue.

my best
Fern, Arasan user since ever.

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

Re: Arasan 14.2

Post by jdart » Wed Jun 13, 2012 11:54 pm

I will look into it.

It is not documented but if you start the GUI (arasan.exe) with "-trace" on the command line, it will produce a trace.log file. If you could do that it might be helpful.

--Jon

Post Reply