Hi,
Interesting position.
I agree that b3 does not look very good....
I don't like the Ra1 suggestion as a rook locked in on a1 is not much better.
Maybe 1.f4 might work.
Best
Fonzy
Search found 667 matches
- Wed May 04, 2016 8:03 pm
- Forum: Computer Chess Club: General Topics
- Topic: Test Position - avoid move b3
- Replies: 9
- Views: 1899
- Wed May 04, 2016 7:23 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: PT 50 Leiden, games from Dirty
- Replies: 16
- Views: 2928
Re: PT 50 Leiden, games from Dirty
Here are the games that Dirty played. Nice games Fonz. By the way: what's the story about the "no-information" policy of this tournament? Do you have some? Standings etc. Thanks in advance. Hi Bart, It seems Jan Krabbenbos is too busy. Hans van der Zijden replaced Jan to conduct the tournament. May...
- Mon May 02, 2016 3:29 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: PT 50 Leiden, games from Dirty
- Replies: 16
- Views: 2928
PT 50 Leiden, games from Dirty
Here are the games that Dirty played. Hardware Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz. All games 2 cores except the first. [pgn] [Event "PT 50"] [Site "Leiden"] [Date "2016.04.30"] [Round "-"] [White "Dirty Apr 28 2016"] [Black "Baron"] [Result "1/2-1/2"] [TimeControl "1620+15"] [Annotator "12. +...
- Wed Apr 27, 2016 7:20 pm
- Forum: Computer Chess Club: General Topics
- Topic: chess computer board
- Replies: 6
- Views: 2351
Re: chess computer board
Hi, I've created a chess computer board. Because I can. There's room for improvement :-) https://www.vanheusden.com/Embla/board/ Nice. Seems you used standard led with black mounting clips. Maybe it would have looked better without the clips,or clips in the color of the board square*. Maybe even be...
- Mon Apr 25, 2016 4:27 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Hashtable aging
- Replies: 8
- Views: 3041
Re: Hashtable aging
Dear all, up to now I have just been clearing my hashtable before each search which is obviously losing all the information gained during the last search. The chess programming wiki isn't very clear on how hashtable aging should be done. I'm thinking of adding an "accessed" flag to my hashtable ent...
- Mon Apr 25, 2016 4:12 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Evaluate the pieces mobility
- Replies: 13
- Views: 3352
Re: Evaluate the pieces mobility
Hi all Last week I put some evaluation of mobility in Isa . Very primitive scheme : "every empty squares are ok " :? Ihave four array , for each piece (Knight , bishop , rook , queen) : Knight table : int p_mob[9] = {-10, -8, -6, -4, 0, 6, 8, 12, 15}; Bishop table : int p_mob[14] = {...
- Mon Apr 25, 2016 3:58 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Evaluate the pieces mobility
- Replies: 13
- Views: 3352
Re: Evaluate the pieces mobility
HENK : your answer are just like always : very useful , kind and clever lol Personally I dont want to clone anything , I listen experts advices , not you , that's why your engine is what it is .. Better you Concentrate your efforts to make Skipper à chess player instead of writing silly things Sorr...
- Mon Apr 25, 2016 3:54 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Evaluate the pieces mobility
- Replies: 13
- Views: 3352
Re: Evaluate the pieces mobility
Who are these experts?Henk wrote:LISTEN to the experts and start CLONING Stockfish NOW. No need to reinvent the wheel.
Any names?
- Mon Apr 25, 2016 3:52 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Evaluate the pieces mobility
- Replies: 13
- Views: 3352
Re: Evaluate the pieces mobility
Hi all Last week I put some evaluation of mobility in Isa . Very primitive scheme : "every empty squares are ok " :? Ihave four array , for each piece (Knight , bishop , rook , queen) : Knight table : int p_mob[9] = {-10, -8, -6, -4, 0, 6, 8, 12, 15}; Bishop table : int p_mob[14] = {...
- Wed Feb 24, 2016 4:56 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: AVG virus scanner
- Replies: 21
- Views: 5836
Re: AVG virus scanner
Well, the server source was not even on the machine. Re-installing Cygwin is what I finally did, as AVG apparently not only deleted mintty.exe (which I could download from somewhere) but also bash.exe. Unfortunately this had the side effect it also upgraded gcc from version 3.3.4 to 5.3.0. And this...