New UCI 2 version of Monarch

Archive of the old Parsimony forum. Some messages couldn't be restored. Limitations: Search for authors does not work, Parsimony specific formats do not work, threaded view does not work properly. Posting is disabled.

New UCI 2 version of Monarch

Postby Steve Maughan » 13 Apr 2004, 02:02

Geschrieben von:/Posted by: Steve Maughan at 13 April 2004 03:02:07:

After a two year absence there is a new version of Monarch. The new version has been completely re-written in C (was Delphi). The new version is UCI compatible (versions 1 & 2!) but not currently Winboard compatible. For those interested you can download it at:
www.stevemaughan.com/monarch
I'd estimate that the current strength is ~1950 ELO on decent hardware. Hopefully this will increase over the coming months!
Have fun,
Steve Maughan


http://www.stevemaughan.com/monarch
Steve Maughan
 

Re: New UCI 2 version of Monarch

Postby Olivier Deville » 13 Apr 2004, 07:09

Geschrieben von:/Posted by: Olivier Deville at 13 April 2004 08:09:26:
Als Antwort auf:/In reply to: New UCI 2 version of Monarch geschrieben von:/posted by: Steve Maughan at 13 April 2004 03:02:07:
After a two year absence there is a new version of Monarch. The new version has been completely re-written in C (was Delphi). The new version is UCI compatible (versions 1 & 2!) but not currently Winboard compatible. For those interested you can download it at:
www.stevemaughan.com/monarch
I'd estimate that the current strength is ~1950 ELO on decent hardware. Hopefully this will increase over the coming months!
Have fun,
Steve Maughan
Very good news !! Thanks Steve for updating this very interesting engine
Olivier



ChessWar
Olivier Deville
 

Hash allocation

Postby Igor Gorelikov » 13 Apr 2004, 10:50

Geschrieben von:/Posted by: Igor Gorelikov at 13 April 2004 11:50:52:
Als Antwort auf:/In reply to: New UCI 2 version of Monarch geschrieben von:/posted by: Steve Maughan at 13 April 2004 03:02:07:
After a two year absence there is a new version of Monarch. The new version has been completely re-written in C (was Delphi). The new version is UCI compatible (versions 1 & 2!) but not currently Winboard compatible. For those interested you can download it at:
www.stevemaughan.com/monarch
I'd estimate that the current strength is ~1950 ELO on decent hardware. Hopefully this will increase over the coming months!
Have fun,
Steve Maughan
TaskInfo shows that Monarch ALWAYS uses 8-9 Mb of RAM instead of the hash value I set.
Conditions: Windows 98 SE, under Polyglot, under Arena.
Igor
Igor Gorelikov
 

Re: Hash allocation

Postby Steve Maughan » 13 Apr 2004, 11:15

Geschrieben von:/Posted by: Steve Maughan at 13 April 2004 12:15:31:
Als Antwort auf:/In reply to: Hash allocation geschrieben von:/posted by: Igor Gorelikov at 13 April 2004 11:50:52:

TaskInfo shows that Monarch ALWAYS uses 8-9 Mb of RAM instead of the hash
value I set. Conditions: Windows 98 SE, under Polyglot, under Arena.
Igor,
Thanks - I'll take a look.
Steve
Steve Maughan
 

Re: Hash allocation

Postby Fabien Letouzey » 13 Apr 2004, 11:20

Geschrieben von:/Posted by: Fabien Letouzey at 13 April 2004 12:20:27:
Als Antwort auf:/In reply to: Re: Hash allocation geschrieben von:/posted by: Steve Maughan at 13 April 2004 12:15:31:
TaskInfo shows that Monarch ALWAYS uses 8-9 Mb of RAM instead of the hash
value I set. Conditions: Windows 98 SE, under Polyglot, under Arena.
Igor,
Thanks - I'll take a look.
Steve
Note that it could be my fault as well.
PolyGlot sends UCI options before receiving "uciok".
It does send "uci" first though.
Fabien.
Fabien Letouzey
 

Re: Hash allocation

Postby David Dahlem » 13 Apr 2004, 21:39

Geschrieben von:/Posted by: David Dahlem at 13 April 2004 22:39:56:
Als Antwort auf:/In reply to: Hash allocation geschrieben von:/posted by: Igor Gorelikov at 13 April 2004 11:50:52:
After a two year absence there is a new version of Monarch. The new version has been completely re-written in C (was Delphi). The new version is UCI compatible (versions 1 & 2!) but not currently Winboard compatible. For those interested you can download it at:
www.stevemaughan.com/monarch
I'd estimate that the current strength is ~1950 ELO on decent hardware. Hopefully this will increase over the coming months!
Have fun,
Steve Maughan
TaskInfo shows that Monarch ALWAYS uses 8-9 Mb of RAM instead of the hash value I set.
Conditions: Windows 98 SE, under Polyglot, under Arena.
Igor
Monarch is uci, and Arena supports uci. Perhaps the problem is caused by using an adapter when an adapter is not necessary. :-)
Regards
Dave
David Dahlem
 

Re: Hash allocation

Postby Steve Maughan » 14 Apr 2004, 00:50

Geschrieben von:/Posted by: Steve Maughan at 14 April 2004 01:50:39:
Als Antwort auf:/In reply to: Re: Hash allocation geschrieben von:/posted by: Fabien Letouzey at 13 April 2004 12:20:27:

Fabien,
Note that it could be my fault as well.
PolyGlot sends UCI options before receiving "uciok".
This could be the problem. Monarch waits for "isready" before initializing.
Regards,
Steve
Steve Maughan
 

Re: Hash allocation

Postby Fabien Letouzey » 14 Apr 2004, 09:22

Geschrieben von:/Posted by: Fabien Letouzey at 14 April 2004 10:22:24:
Als Antwort auf:/In reply to: Re: Hash allocation geschrieben von:/posted by: Steve Maughan at 14 April 2004 01:50:39:

Note that it could be my fault as well.
PolyGlot sends UCI options before receiving "uciok".
This could be the problem. Monarch waits for "isready" before initializing.
That's unrelated IMO.
PolyGlot sends "uci", then the options, then "isready" (of course!).
The (unrelated) trick is that it does not wait for "uciok" before sending the options. Does this cause a problem?
Fabien.
Fabien Letouzey
 

Re: Hash allocation

Postby Igor Gorelikov » 14 Apr 2004, 09:33

Geschrieben von:/Posted by: Igor Gorelikov at 14 April 2004 10:33:01:
Als Antwort auf:/In reply to: Re: Hash allocation geschrieben von:/posted by: David Dahlem at 13 April 2004 22:39:56:

Conditions: Windows 98 SE, under Polyglot, under Arena.
Igor
Monarch is uci, and Arena supports uci. Perhaps the problem is caused by using an adapter when an adapter is not necessary. :-)
Regards
Dave
To make it clear: Monarch first is running under Polyglot plus Winboard, then under Arena (without Polyglot).
Sorry, if my text was dubious.
Igor
Igor Gorelikov
 

Re: Hash allocation

Postby Steve Maughan » 14 Apr 2004, 13:46

Geschrieben von:/Posted by: Steve Maughan at 14 April 2004 14:46:10:
Als Antwort auf:/In reply to: Re: Hash allocation geschrieben von:/posted by: Fabien Letouzey at 14 April 2004 10:22:24:

Fabien,
Note that it could be my fault as well.
PolyGlot sends UCI options before receiving "uciok".
This could be the problem. Monarch waits for "isready" before initializing.
That's unrelated IMO.
PolyGlot sends "uci", then the options, then "isready" (of course!).
The (unrelated) trick is that it does not wait for "uciok" before sending the >options. Does this cause a problem?
Probably not but from readng the UCI protocol I had the impression that the engine should be initialized after the isready command. Is this correct?
Regards,
Steve
Steve Maughan
 

Re: Hash allocation

Postby Fabien Letouzey » 14 Apr 2004, 14:01

Geschrieben von:/Posted by: Fabien Letouzey at 14 April 2004 15:01:34:
Als Antwort auf:/In reply to: Re: Hash allocation geschrieben von:/posted by: Steve Maughan at 14 April 2004 14:46:10:
Fabien,
Note that it could be my fault as well.
PolyGlot sends UCI options before receiving "uciok".
This could be the problem. Monarch waits for "isready" before initializing.
That's unrelated IMO.
PolyGlot sends "uci", then the options, then "isready" (of course!).
The (unrelated) trick is that it does not wait for "uciok" before sending the >options. Does this cause a problem?
Probably not but from readng the UCI protocol I had the impression that the engine should be initialized after the isready command. Is this correct?
Regards,
Steve
probably not?
I was asking whether this causes a problem with your engine or not.
Yes of course what I do is "incorrect" (reread my previous posts in this thread).
But I don't think any engine minds for the moment.
Fabien.
Fabien Letouzey
 


Return to Archive (Old Parsimony Forum)

Who is online

Users browsing this forum: No registered users and 18 guests

cron