2 new entries:
Gaviota by IM Miguel A. Ballicora Phd
ChessThinker by Kerwin Medina
Remember: He who finishes last is he who doesn't enter.
http://compchess.org/ACCAChampionships/ ... Champ.html
2011 6h Annual ACCA Pan American Computer Chess Championship
Moderator: Ras
-
CRoberson
- Posts: 2096
- Joined: Mon Mar 13, 2006 2:31 am
- Location: North Carolina, USA
-
CRoberson
- Posts: 2096
- Joined: Mon Mar 13, 2006 2:31 am
- Location: North Carolina, USA
Re: 2011 6h Annual ACCA Pan American Computer Chess Champion
New Entry:
RedQueen by Ben-Hur Carlos Vieira Langoni Junior
Remember: He who finishes last is he who doesn't enter.
http://compchess.org/ACCAChampionships/ ... Champ.html
RedQueen by Ben-Hur Carlos Vieira Langoni Junior
Remember: He who finishes last is he who doesn't enter.
http://compchess.org/ACCAChampionships/ ... Champ.html
-
bob
- Posts: 20943
- Joined: Mon Feb 27, 2006 7:30 pm
- Location: Birmingham, AL
Re: 2011 6h Annual ACCA Pan American Computer Chess Champion
I've been busy for a few weeks here, but am going to play. Couple of questions:
does HGM's server use timeseal or timestamp?
is the address of the server actually "hgm.org"?
what port? (5000)?
does HGM's server use timeseal or timestamp?
is the address of the server actually "hgm.org"?
what port? (5000)?
-
CRoberson
- Posts: 2096
- Joined: Mon Mar 13, 2006 2:31 am
- Location: North Carolina, USA
Re: 2011 6h Annual ACCA Pan American Computer Chess Champion
Bob,bob wrote:I've been busy for a few weeks here, but am going to play. Couple of questions:
does HGM's server use timeseal or timestamp?
is the address of the server actually "hgm.org"?
what port? (5000)?
Look at this thread from CCC programming and tech forum.
http://talkchess.com/forum/viewtopic.php?t=40797
Charles
-
CRoberson
- Posts: 2096
- Joined: Mon Mar 13, 2006 2:31 am
- Location: North Carolina, USA
Re: 2011 6h Annual ACCA Pan American Computer Chess Champion
New Entry:
Crafty by Dr. Robert Hyatt Phd
Remember: He who finishes last is he who doesn't enter.
http://compchess.org/ACCAChampionships/ ... Champ.html
Crafty by Dr. Robert Hyatt Phd
Remember: He who finishes last is he who doesn't enter.
http://compchess.org/ACCAChampionships/ ... Champ.html
-
CRoberson
- Posts: 2096
- Joined: Mon Mar 13, 2006 2:31 am
- Location: North Carolina, USA
Re: 2011 6h Annual ACCA Pan American Computer Chess Champion
New Entry:
Plisk by Vlad Stamate
Remember: He who finishes last is he who doesn't enter.
http://compchess.org/ACCAChampionships/ ... Champ.html
Plisk by Vlad Stamate
Remember: He who finishes last is he who doesn't enter.
http://compchess.org/ACCAChampionships/ ... Champ.html
-
CRoberson
- Posts: 2096
- Joined: Mon Mar 13, 2006 2:31 am
- Location: North Carolina, USA
Re: 2011 6h Annual ACCA Pan American Computer Chess Champion
New Entry:
Symbolic by Steven Edwards
Remember: He who finishes last is he who doesn't enter.
http://compchess.org/ACCAChampionships/ ... Champ.html
Symbolic by Steven Edwards
Remember: He who finishes last is he who doesn't enter.
http://compchess.org/ACCAChampionships/ ... Champ.html
-
sje
- Posts: 4675
- Joined: Mon Mar 13, 2006 7:43 pm
Some hopefully minor problems
Some hopefully minor problems:
There seem to be some disreprencies between the commands at the event web page and HGM's server responses.
set allowkib 1 -> No such variable name allowkib.
set noescape 0 -> No such variable name noescape.
set formula computer & unrated & time=45 & inc=10 -> Bad value given for variable formula.
There seem to be some disreprencies between the commands at the event web page and HGM's server responses.
set allowkib 1 -> No such variable name allowkib.
set noescape 0 -> No such variable name noescape.
set formula computer & unrated & time=45 & inc=10 -> Bad value given for variable formula.
-
CRoberson
- Posts: 2096
- Joined: Mon Mar 13, 2006 2:31 am
- Location: North Carolina, USA
Re: Some hopefully minor problems
These should work:sje wrote:Some hopefully minor problems:
There seem to be some disreprencies between the commands at the event web page and HGM's server responses.
set allowkib 1 -> No such variable name allowkib.
set noescape 0 -> No such variable name noescape.
set formula computer & unrated & time=45 & inc=10 -> Bad value given for variable formula.
set kibitz 1
set formula computer & !rated & time=45 & inc=10
-
sje
- Posts: 4675
- Joined: Mon Mar 13, 2006 7:43 pm
Re: Some hopefully minor problems
Yes, that should work. But how is "noescape" to be handled?CRoberson wrote:These should work:
set kibitz 1
set formula computer & !rated & time=45 & inc=10