New release: chess22k v1.1

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

Moderators: hgm, Rebel, chrisw

sandermvdb
Posts: 160
Joined: Sat Jan 28, 2017 1:29 pm
Location: The Netherlands

Re: New release: chess22k v1.1

Post by sandermvdb »

Graham Banks wrote: Not sure what I need to do, but Chess22k moves instantly for every move under an x moves in y minutes time control. (ChessGUI)
I need to implement the 'movestogo' UCI parameter. In ChessGUI this command is being send as follows (order of parameters is different than Arena):
go movestogo 30 wtime 3600000 btime 3600000

So my engine thinks it only has 30 msecs :P

This will be fixed in the near future :)
sandermvdb
Posts: 160
Joined: Sat Jan 28, 2017 1:29 pm
Location: The Netherlands

Re: New release: chess22k v1.1

Post by sandermvdb »

SzG wrote:
sandermvdb wrote:
Graham Banks wrote: Not sure what I need to do, but Chess22k moves instantly for every move under an x moves in y minutes time control. (ChessGUI)
I need to implement the 'movestogo' UCI parameter. In ChessGUI this command is being send as follows (order of parameters is different than Arena):
go movestogo 30 wtime 3600000 btime 3600000

So my engine thinks it only has 30 msecs :P

This will be fixed in the near future :)
That's odd, I have a running tournament without that problem.
Depends on the order of parameters:
go movestogo 30 wtime 3600000 btime 3600000
go wtime 3600000 btime 3600000 movestogo 30
User avatar
Graham Banks
Posts: 41695
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: New release: chess22k v1.1

Post by Graham Banks »

sandermvdb wrote:
Graham Banks wrote: Not sure what I need to do, but Chess22k moves instantly for every move under an x moves in y minutes time control. (ChessGUI)
I need to implement the 'movestogo' UCI parameter. In ChessGUI this command is being send as follows (order of parameters is different than Arena):
go movestogo 30 wtime 3600000 btime 3600000

So my engine thinks it only has 30 msecs :P

This will be fixed in the near future :)
Sounds good. Thanks.
gbanksnz at gmail.com