Search found 672 matches
- Mon Apr 25, 2016 4:12 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Evaluate the pieces mobility
- Replies: 13
- Views: 3421
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: 3421
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: 3421
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: 3421
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: 5992
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...
- Wed Feb 17, 2016 6:23 pm
- Forum: Computer Chess Club: General Topics
- Topic: Funny mate in 6
- Replies: 59
- Views: 12660
Re: Funny mate in 6
Yes,given by Dirty:Sergei S. Markoff wrote:But the right move is Rh1
Code: Select all
18 #6 8.32M 0:02.89 Rh1 d4 Ra1 d3 Ra3 bxa3+ Ka1 a2 Ba3 Kxf6 Bb2#
Nice position

Best Fonzy
- Wed Feb 17, 2016 4:51 pm
- Forum: Computer Chess Club: General Topics
- Topic: Funny mate in 6
- Replies: 59
- Views: 12660
Re: Funny mate in 6
Dirty beta (but I think latest release will find it too) single core,Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz 18 #6 8.32M 0:02.89 Rh1 d4 Ra1 d3 Ra3 bxa3+ Ka1 a2 Ba3 Kxf6 Bb2# 18 #6 6.58M 0:02.32 Rh1 d4 Ra1 d3 Ra3 bxa3+ Ka1 a2 Ba3 Kxf6 Bb2# 18 +3.93! 3.48M 0:01.48 Rh1 d4 Rc1 d3 Nd6 cxd6 Rxd6 Nc7 Bf6...
- Fri Jan 29, 2016 7:11 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Tamerlane Chess
- Replies: 66
- Views: 10287
Re: Tamerlane Chess
On linux I use gcc with Sublime text.Not really an "environment" but a decent step up from "ed" 

- Thu Jan 21, 2016 9:23 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Using UCI to get deterministic output from engine
- Replies: 12
- Views: 2508
Re: Using UCI to get deterministic output from engine
The engine maybe does not clear the killer and history tables after receiving clear hash.
- Fri Jan 15, 2016 8:08 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: pswbtm error
- Replies: 3
- Views: 871
Re: pswbtm error
In pswbtm check the debug option and enter a path to a folder,in the folder the debug files will be written.literacy wrote:Aha, but what to type to get the debug file? Where to type it? Sorry if it is a stupid question.