Ah ok I seeRubinus wrote:Sure, but only free night.
Search found 2202 matches
- Fri Jan 20, 2012 9:11 am
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: Using tablebase is lock?
- Replies: 4
- Views: 636
Re: Using tablebase is lock?
- Fri Jan 20, 2012 7:49 am
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: Using tablebase is lock?
- Replies: 4
- Views: 636
Re: Using tablebase is lock?
Hi,
1) 1+1 => too fast
2) 86 => not enough games (means nothing)
Martin
1) 1+1 => too fast
2) 86 => not enough games (means nothing)
Martin
- Mon Jan 16, 2012 5:35 pm
- Forum: Computer Chess Club: General Topics
- Topic: Battle of the Goths 2012 test games started (Live broadcast)
- Replies: 26
- Views: 2698
Re: Battle of the Goths 2012 test games started (Live broadc
Thanks HGM! will be fun.
- Mon Jan 16, 2012 2:05 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Java GUI with UCI support
- Replies: 4
- Views: 878
- Mon Jan 16, 2012 8:44 am
- Forum: Computer Chess Club: General Topics
- Topic: Tornado 4.88 SSE 4.2 update available
- Replies: 5
- Views: 1421
Re: Tornado 4.88 SSE 4.2 update available
Great news Engin
Tnx!
Martin

Martin
- Sun Jan 15, 2012 11:21 am
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: CEGT - rating lists January 08th 2012
- Replies: 6
- Views: 837
Re: CEGT - rating lists January 08th 2012
Just tried Jim's compile (excelsior jet exe) and it really doesn't seem to start with 256 MB hash under Arena. But I had no problems with the original jar.
Martin
Martin
- Sun Jan 15, 2012 11:12 am
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: CEGT - rating lists January 08th 2012
- Replies: 6
- Views: 837
Re: CEGT - rating lists January 08th 2012
Hi Martin, it is quite complicated to start CuckooChess 1.12 here inside Arena. I could start it with 128 MB hash - not with 256 MB. I had to install Java before and to run a batch file javaw -Xmx384m -jar cuckoo112.jar uci I had to rename cuckoo112.jar.jar from the original JA download. Why do 256...
- Thu Jan 12, 2012 5:24 pm
- Forum: Computer Chess Club: General Topics
- Topic: Release: Nemo 1.0 Beta
- Replies: 44
- Views: 8707
Re: Release: Nemo 1.0 Beta
Thanks Michael. The engine looks very good and feels smooth.
I have played only one game so far but it looks promising. Thank you and good luck!
Martin
I have played only one game so far but it looks promising. Thank you and good luck!
Martin
- Wed Jan 11, 2012 7:32 am
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: CEGT - rating lists January 08th 2012
- Replies: 6
- Views: 837
Re: CEGT - rating lists January 08th 2012
Hi Martin, you are welcome! I remember I tried Mediocre here as first Java engine. First I had no success how to start, but with JA compile it worked. But in our 40/20 list we have no equal opponents. This maybe better with Cuckoochess. I wil put it on my list. At the moment I make test with GreKo ...
- Mon Jan 09, 2012 3:43 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Iteration in pondering
- Replies: 38
- Views: 4536
Re: Iteration in pondering
That is not a UCI problem, when the GUI tells the engine to ponder on the engine requested move only "ponderhit", "stop" or "quit" are expected commands. Everything else can safely be ignored And if you abort search you waste effort (maybe little but you do) because you cannot store the incomplete ...