Search found 6923 matches
- Thu May 10, 2007 9:40 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: About pawn hash tables
- Replies: 6
- Views: 7322
About pawn hash tables
I thought to find how much speed improvement I can get by pawn hash tables for part of the evaluation that depedenent only on pawn structure but I find that it is not so simple. The problem is that I have opening evaluation and endgame evaluation and I calculate average of them for every pawn based ...
- Thu May 10, 2007 7:52 am
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: Movei00_8_403 vs Petir439 ended 24.5 to 14.5
- Replies: 7
- Views: 2446
Re: Movei403 progress 4 6 10 is stronger at slower time
your results are good. In 6 games everything can happen. In my opinion more amazing is the 9.5:0.5 that the default version got against fruit2.0 in the first 10 games only to lose 9.5:0.5 in the last 10 games of the match. Thanks for your testing I admit that I did not test 4 6 10 Here are some resu...
- Thu May 10, 2007 6:37 am
- Forum: Computer Chess Club: General Topics
- Topic: 10th aniversery of deep blue win: interesting news article
- Replies: 50
- Views: 25596
Re: 10th aniversery of deep blue win: interesting news artic
No, that is not what I'm saying at all. I'm saying given time the GM would adapt his or hers play accordingly, which would fit computer play at the expense of his/her human training. GM's are far too good to need to set traps, that's an insult to all GM's! This really shows the lack of understandin...
- Wed May 09, 2007 11:24 pm
- Forum: Computer Chess Club: General Topics
- Topic: Test position
- Replies: 11
- Views: 4793
Re: Test position
I wish I could present a nice combination by Glaurung 2, but although my new engine wins more games than it loses against its older brother, it always wins in ugly and boring ways. The position given below, therefore, is from one of the games were Glaurung 1.2.1 won against the new Glaurung: [D]rq1...
- Wed May 09, 2007 10:31 am
- Forum: Computer Chess Club: General Topics
- Topic: detecting clones by comparing exe files
- Replies: 0
- Views: 1017
detecting clones by comparing exe files
I wonder if there is a program that compare exe files and find the biggest common string that both exe files share and I wonder if this can be effective to help detecting clones. From the discussion about strelka: "...try to find the following sequence of bytes in Strelka: AD 8E 57 4E 87 11 E7 You c...
- Wed May 09, 2007 4:14 am
- Forum: Computer Chess Club: General Topics
- Topic: An hard test position
- Replies: 11
- Views: 3769
Re: An hard test position
I use to play OTB and finished with 1798 USCF. In looking at this hard position, I am extremely impressed with the play of white. I wonder that the expert (black) actually felt good about the position and was wondering if to accept a draw or press for the full point. Very nice position and move, es...
- Tue May 08, 2007 7:11 pm
- Forum: Computer Chess Club: General Topics
- Topic: Preliminary list of participants for ICT 7
- Replies: 31
- Views: 13618
Re: Preliminary list of participants for ICT 7
Well, I explicitly inquired if the rules allowed it. It seems they do as long as it are totally unrelated programs, as uMax and Joker are. Unfortunately 2 times 0 is still 0. It seems all other contestants have at least 400 rating points more as the last measured rating of my engines. I think that ...
- Tue May 08, 2007 5:24 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: Movei00_8_403 vs Petir439 ended 24.5 to 14.5
- Replies: 7
- Views: 2446
Re: Movei00_8_403 vs Petir439 ended 24.5 to 15.5
40 games Movei scored 24.5 simple math tells me that petir scored 15.5 and also if you count the points you can find that it scored 15.5 I think that the difference is small and the number of games that were played are not enough to get a conclusion about which version is best. I played more games ...
- Tue May 08, 2007 2:26 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: Movei00_8_403 vs Petir439 ended 24.5 to 14.5
- Replies: 7
- Views: 2446
Re: Movei00_8_403 vs Petir439 ended 24.5 to 15.5
40 games Movei scored 24.5 simple math tells me that petir scored 15.5 and also if you count the points you can find that it scored 15.5 I think that the difference is small and the number of games that were played are not enough to get a conclusion about which version is best. I played more games t...
- Tue May 08, 2007 1:15 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: perft results
- Replies: 3
- Views: 4843
Re: perft results
I made some perft tests with my new Loop-code: Conditions: ======== CPU = AMD-FX60 Compiler = MS-VC-2005 Binaries = LOOP-64BIT FEN-Position = r3r1k1/1pq2pp1/2p2n2/1PNn4/2QN2b1/6P1/3RPP2/2R3KB b - - Results: ====== Depth = 5 Nodes = 323.787.902 Time = 4.188 Nps = 77.313.252 Depth = 6 Nodes = 15.097....