Page 29 of 37
Re: Designing an analysis friendly Stockfish?
Posted: Sun Feb 20, 2011 2:50 am
by Peter C
ernest wrote:Damir Desevac wrote:if you just use your brain a little more...
Look at Jeremy's answer, seems your brain is somewhat damaged!...

Just ignore Damir. He has a strange hatred for everyone.
Peter
Re: Designing an analysis friendly Stockfish?
Posted: Sun Feb 20, 2011 8:36 am
by Damir Desevac
No I don't hate anyone. It just annoys me, when some people here post senseless questions without giving it a second thought + worthless garbage links ( karakaniec ).
Re: Designing an analysis friendly Stockfish?
Posted: Sun Feb 20, 2011 11:55 am
by Uly
Damir Desevac wrote:some people here post senseless
It wasn't senseless, I actually found that interesting as I didn't notice the very high infrequency of draws. If you're going to insult people, better keep your opinion to yourself (or state your opinion without the insult).
Re: Designing an analysis friendly Stockfish?
Posted: Sun Feb 20, 2011 12:02 pm
by Jeremy Bernstein
Uly wrote:Damir Desevac wrote:some people here post senseless
It wasn't senseless, I actually found that interesting as I didn't notice the very high infrequency of draws. If you're going to insult people, better keep your opinion to yourself (or state your opinion without the insult).
Someone with real hardware should run a 1/1 tournament at some point. I simply don't have the necessary gear to do proper testing.
Jeremy
Re: Designing an analysis friendly Stockfish?
Posted: Sun Feb 20, 2011 12:18 pm
by ernest
Damir Desevac wrote:when some people here post senseless questions .
Your "answer" to my "senseless question" was simply WRONG

Re: Designing an analysis friendly Stockfish?
Posted: Sun Feb 20, 2011 2:59 pm
by Damir Desevac
Sorry if I offended you, but you ask some very weird questions.
Re: Designing an analysis friendly Stockfish?
Posted: Sun Feb 20, 2011 6:12 pm
by Webkikr
Does anyone have just the project file for a "stock" Stockfish 2.0.1?
Or even a decent makefile?
Re: Designing an analysis friendly Stockfish?
Posted: Mon Feb 21, 2011 6:33 am
by UncombedCoconut
Webkikr wrote:Does anyone have just the project file for a "stock" Stockfish 2.0.1?
Or even a decent makefile?
Peter S (Pardon me if I've mis-identified you), I don't understand your question. Default Stockfish-2.0.1 comes with a less user-friendly Makefile than most open-source programs, but it makes sense based on the program's sensitivity to performance. On a POSIX-like system, a command like "make ARCH=x86-64" (followed by -jN if that makes sense) should work well. If something is truly bizarre, then compile {bitboard,pawns,material,endgame,evaluate,main,misc,move,movegen,history,movepick,search,position,tt,uci,ucioption,book,bitbase,san,benchmark,timeman}.cpp together and make sure the compiler is looking for the headers in the same folder as the aforementioned .cpp files. If you post a failed VC6 or VC200X project file somebody can probably fix it.
Good luck.
Re: Designing an analysis friendly Stockfish?
Posted: Tue Feb 22, 2011 5:02 pm
by keoki010
Jeremy Bernstein wrote:Uly wrote:Damir Desevac wrote:some people here post senseless
It wasn't senseless, I actually found that interesting as I didn't notice the very high infrequency of draws. If you're going to insult people, better keep your opinion to yourself (or state your opinion without the insult).
Someone with real hardware should run a 1/1 tournament at some point. I simply don't have the necessary gear to do proper testing.
Jeremy
Jeremy here is a tour 3"3' hash 1024 ponder off ht=on on i7-980 Gran has some problems on fast time controls when it starts TB access and can lose on time. Not the case here though.
Engine Score St
1: Stockfish_201_PA_GTB_Gran2c_x64 57.5/100 ····································································································
2: Stockfish_201_PAMC_GTBg_x64 42.5/100 0==001==0=01=1====0====10=100==00=01==0=0==10=00==01=1=00===0===0===01==========0==10==0=====00=1==1
100 games played / Tournament finished
Name of the tournament: Arena tournament 6
Site/ Country: GEORGES-PC, United States
Level: Blitz 3/3
Hardware: Genuine Intel(R) CPU 000 @ 3.07GHz with 4,096 MB Memory
Operating system: Windows 7 Ultimate Professional (Build 7600)
PGN-File: C:\Arena\Tournaments\Arena tournament 6.pgn
Website:
E-Mail Address:
Engine Score St
1: Stockfish_201_PA_GTB_Gran2c_x64 57.5/100 ····································································································
2: Stockfish_201_PAMC_GTBg_x64 42.5/100 0==001==0=01=1====0====10=100==00=01==0=0==10=00==01=1=00===0===0===01==========0==10==0=====00=1==1
Re: Designing an analysis friendly Stockfish?
Posted: Tue Feb 22, 2011 6:26 pm
by Peter C
Webkikr wrote:Does anyone have just the project file for a "stock" Stockfish 2.0.1?
Or even a decent makefile?
I believe a makefile for Linux/Cygwin/friends is included in the Stockfish distribution.
I can build the standard SF fine with MinGW+MSYS just by typing "make profile-build ARCH=x86-[64|32]".
Peter