Geschrieben von:/Posted by: Dann Corbit am 20 Januar 2000 02:04:15:
This is an xboard program I just ported to Win32:
ftp://38.168.214.175/pub/COLCHESS.ZIP
My FTP site
Thanks Dann,This is an xboard program I just ported to Win32:
ftp://38.168.214.175/pub/COLCHESS.ZIP
Darn. I had to modify it and forgot to describe it. There is an environmental variable (which I forget the name of but if you grep the code for getenv() you will find it. That variable describes the home directory of the program. From NT you can set it from control-panel/system/environment or you could set it in a batch file that launches the program or something.Thanks Dann,This is an xboard program I just ported to Win32:
ftp://38.168.214.175/pub/COLCHESS.ZIP
I can't seem to make it work, it doesn't find it's book or calculate a move, I've tried it with no command line parameter, I've also tried with xboard and -xboard, but for me, it won't go.
Also, it doesn't want to shut down when you shut off Winboard, I have to hit Ctrl-Alt-Delete and then end it's task from there.
What system is that running on?It gets just over 50% on WAC at two seconds per move. Here is the tail end of the analysis:
Current Position
----------------
. . . Q . . . .
p . . . b . k . pP=Pawn
. . p . . r P p rR=Rook
. . q . . . . . nN=Knight lower=Black
. . . . B . . . bB=Bishop CAPS=White
P . . P . . . . qQ=Queen
. . . . . . . P kK=King
. . . . . . R K
Thinking 2 -29 3 1591 d8c7 c5a3 2.
3 45 28 14496 d8e8 f6f8 2. d3d4
4 -35 82 56439 d8e8 c5a3 2. e4c6 a7a5 3.
5 -16 200 129807 d8e8 c5a3 2. e4c6 a7a5 3. h2h4
---Answer: Qh8+ ~Incorrect-??
Correct So Far: 149[2]/298
That's interesting. The annoying thing about computer programs is that they can spot almost instantaneously mates in 3 or less without even a slight effort!It is actually pretty snappy for some things. I let it run at one second per position, and it got 45% of wac correct even at that very fast time control.
The author says it is weak, so it might be just the (beatable) program that >everyone is begging for!
The run was on a 350 MHz PIII running NT 4.0. The program was compiled with MS VC++ 6.0What system is that running on?It gets just over 50% on WAC at two seconds per move. Here is the tail end of the analysis:
Current Position
----------------
. . . Q . . . .
p . . . b . k . pP=Pawn
. . p . . r P p rR=Rook
. . q . . . . . nN=Knight lower=Black
. . . . B . . . bB=Bishop CAPS=White
P . . P . . . . qQ=Queen
. . . . . . . P kK=King
. . . . . . R K
Thinking 2 -29 3 1591 d8c7 c5a3 2.
3 45 28 14496 d8e8 f6f8 2. d3d4
4 -35 82 56439 d8e8 c5a3 2. e4c6 a7a5 3.
5 -16 200 129807 d8e8 c5a3 2. e4c6 a7a5 3. h2h4
---Answer: Qh8+ ~Incorrect-??
Correct So Far: 149[2]/298
Try recompiling with xboard undefined (in xboard.h) and you'll find it gives slightly more readable output! The test function wasn't designed to be used in xboard mode. In fact I might even turn it off when in xboard mode, along with one or two other functions that aren't of any use then.
Return to Archive (Old Parsimony Forum)
Users browsing this forum: No registered users and 25 guests