Andscacs - New version 0.921 with source

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

Moderators: hgm, Rebel, chrisw

Damir
Posts: 2802
Joined: Mon Feb 11, 2008 3:53 pm
Location: Denmark
Full name: Damir Desevac

Re: Andscacs - New version 0.921 with source

Post by Damir »

cdani wrote:
Damir wrote:Where do I have to change the things you just mentioned, so I could get Andscacs parameters ? :)
In the es.cpp file.
The problem is that if I add a few parameters it will not make much sense. And adding a lot of them is just a lot of work :-) I'm sorry.
Ouch looks like I will have to go into Andscacs source and make these changes. The es.cpp file you just mentioned is there. :? :?
Too bad I am complete patzer regarding this. :(
thunderstruck
Posts: 50
Joined: Tue Jul 19, 2016 10:19 am

Re: Andscacs - New version 0.921 with source

Post by thunderstruck »

Hi Daniel,

Version 0.921 doesn't work with Cutechess GUI in Windows and Linux.
Doesn't start(segfault).
Even when I start it from a teminal it crashes with the UCI command that sends Cutechess GUI ; go wtime 300000 btime 300000 movestogo 40
0.92 did work in Cutechess GUI in Windows and Linux.

Kind regards,

Antonio
Volker Pittlik
Posts: 619
Joined: Wed Mar 08, 2006 9:10 pm
Location: Murten / Morat, Switzerland
Full name: Volker Pittlik

Re: Andscacs - New version 0.921 with source

Post by Volker Pittlik »

thunderstruck wrote:Hi Daniel,

Version 0.921 doesn't work with Cutechess GUI in Windows and Linux.
Doesn't start(segfault).
Even when I start it from a teminal it crashes with the UCI command that sends Cutechess GUI ; go wtime 300000 btime 300000 movestogo 40
0.92 did work in Cutechess GUI in Windows and Linux.

Kind regards,

Antonio
I can confirm that. However, version 0.921 does work in xboard.

Code: Select all

New game (0): Andscacs 0.92-Andscacs 0.921 (w)
21634 >first : computer
21634 >first : name Andscacs 0.921
21634 >second: computer
21634 >second: name Andscacs 0.92
21635 >first : time 1000
21635 >first : otim 1000
book hit = (NULL)
21635 >first : go
nps: w=-1, b=-1
21965 <first &#58; move d2d4
21965 >second&#58; time 1000
21966 >second&#58; otim 977
book hit = &#40;NULL&#41;
21966 >second&#58; usermove 21966 >second&#58; d2d4
21966 >second&#58; go
22196 <second&#58; move d7d5
22196 >first &#58; time 977
22196 >first &#58; otim 986
book hit = &#40;NULL&#41;
22196 >first &#58; usermove 22196 >first &#58; d7d5
22530 <first &#58; move c1f4
22530 >second&#58; time 986
22530 >second&#58; otim 953
Volker
User avatar
cdani
Posts: 2204
Joined: Sat Jan 18, 2014 10:24 am
Location: Andorra

Re: Andscacs - New version 0.921 with source

Post by cdani »

thunderstruck wrote:Hi Daniel,

Version 0.921 doesn't work with Cutechess GUI in Windows and Linux.
Doesn't start(segfault).
Even when I start it from a teminal it crashes with the UCI command that sends Cutechess GUI ; go wtime 300000 btime 300000 movestogo 40
0.92 did work in Cutechess GUI in Windows and Linux.

Kind regards,

Antonio
Solved! There was a bug with the movestogo keyword. Thanks for reporting!
If anyone will play a tournament with moves per time, should update the version.
http://www.andscacs.com/downloads/andscacs0921.zip

I also updated the source file.
Dann Corbit
Posts: 12542
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: Andscacs - New version 0.921 with source

Post by Dann Corbit »

Thanks.
I am going to snoop through your code right away.

I hope for a Andscacs victory in TCEC 10.

And then a parade, with giant cheese balls baloons
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
User avatar
cdani
Posts: 2204
Joined: Sat Jan 18, 2014 10:24 am
Location: Andorra

Re: Andscacs - New version 0.921 with source

Post by cdani »

Dann Corbit wrote:Thanks.
I am going to snoop through your code right away.

I hope for a Andscacs victory in TCEC 10.

And then a parade, with giant cheese balls baloons
Happy diving! :-)
A bit difficult to win TCEC :-)
Daniel Anulliero
Posts: 759
Joined: Fri Jan 04, 2013 4:55 pm
Location: Nice

Re: Andscacs - New version 0.921 with source

Post by Daniel Anulliero »

Hi Daniel!

Congratulations for your new version of Andscacs :)
Thanks for sharing your source , good to close it again for the next versions !

Good luck for TCEC §

And now with the public source , our favourites known trolls (mainly come to mind Mr Sean , if it can read a source lol and also Mr "No progress part N" ) will just shut up lol

All the best
Dany
Isa download :
Henk
Posts: 7220
Joined: Mon May 27, 2013 10:31 am

Re: Andscacs - New version 0.921 with source

Post by Henk »

That discussion was about that an engine can not make continuously large elo steps in short time and be original. That has nothing to do with open source.

[I don't like studying other people source code so it is useless for me]
User avatar
cdani
Posts: 2204
Joined: Sat Jan 18, 2014 10:24 am
Location: Andorra

Re: MacOS exe

Post by cdani »

Hi!
I was asked about a problem with the Mac compile, but I have no idea about the problem. Maybe someone? Many thanks:
I can not execute Andscacs in my iMac, below information:

iMac-ZAD:Andscacs zad$ ./andscacs
dyld: Symbol not found: __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev
Referenced from: /Users/zad/Documents/HIARCS Chess/EngineData/Andscacs/./andscacs
Expected in: /usr/lib/libstdc++.6.0.9.dylib
in /Users/zad/Documents/HIARCS Chess/EngineData/Andscacs/./andscacs
Abort trap: 6



My machine:
macOS High Sierra 10.13.1
iMac (21.5-inch, Mid 2014)
Processor: 1,4 GHz Intel Core i5
elcabesa
Posts: 855
Joined: Sun May 23, 2010 1:32 pm

Re: MacOS exe

Post by elcabesa »

it looks like a missing symbol in stdc++ library.
is the software linked usign -static?
is the library present on the system reporting the crash?