Look at how this new version accelerates analysis:
Can you explain a little more for all the morons ? :shock:
User923005 that wants to point out is the difference, the comparison of the datas (Depth/times, Depth/nodes, nps) between SF-DD and SF-TCEC6 on same machine with same position and same ...
Search found 78 matches
- Sat May 31, 2014 1:10 am
- Forum: Engines, GUIs, Books and Platforms
- Topic: Stockfish TCEC6 PA_GTB
- Replies: 22
- Views: 30888
- Sun May 18, 2014 6:53 pm
- Forum: Engines, GUIs, Books and Platforms
- Topic: Remote UCI engines and port forwarding
- Replies: 18
- Views: 30937
Re: Remote UCI engines and port forwarding
Hello HG,
where is the tool you talking about? Is that it works with any GUI and protocol (UCI)? And Linux too?
Regards
where is the tool you talking about? Is that it works with any GUI and protocol (UCI)? And Linux too?
Regards
- Sun Mar 30, 2014 2:17 pm
- Forum: General Topics
- Topic: bayeselo spreadsheet formula ?
- Replies: 3
- Views: 2467
Re: bayeselo spreadsheet formula ?
Thank you I sincerely appreciate your help
I explain what I wanted to do. Compare progress ELO because I saw a big jump from +37 to +39 in the last moments of the test. And so I wanted to identify the responsible lot of this jump.
If there's a way diverted, for example, the way to generate PGN ...
I explain what I wanted to do. Compare progress ELO because I saw a big jump from +37 to +39 in the last moments of the test. And so I wanted to identify the responsible lot of this jump.
If there's a way diverted, for example, the way to generate PGN ...
- Sat Mar 29, 2014 11:46 pm
- Forum: Engines, GUIs, Books and Platforms
- Topic: Jfresh windows version for the impatient
- Replies: 3
- Views: 3126
Re: Jfresh windows version for the impatient
Sorry for not making my engine windows compatible in the first place :(
I only have a mac to test on currently and posix threads are the only threads I know in plain C.
Honestly I'm a little surprised that my engine was noticed so quickly. If you have any feedback at all feel free to let me know ...
I only have a mac to test on currently and posix threads are the only threads I know in plain C.
Honestly I'm a little surprised that my engine was noticed so quickly. If you have any feedback at all feel free to let me know ...
- Sat Mar 29, 2014 4:08 pm
- Forum: General Topics
- Topic: bayeselo spreadsheet formula ?
- Replies: 3
- Views: 2467
bayeselo spreadsheet formula ?
Hi,
there is a way to calculate bayeselo from table of results like this?
the ideal, would be a formula for spreadsheet (excel/calc), is there such a thing?
there is a way to calculate bayeselo from table of results like this?
Code: Select all
Wins Losses Draws
203 102 695
213 109 678
236 91 673
- Fri Mar 28, 2014 4:48 pm
- Forum: Engines, GUIs, Books and Platforms
- Topic: Jfresh windows version for the impatient
- Replies: 3
- Views: 3126
Re: Jfresh windows version for the impatient
Thank you, it works 

- Wed Mar 19, 2014 11:16 am
- Forum: Programming and Technical Discussions
- Topic: Extract line from Sf bench command
- Replies: 18
- Views: 10376
Re: Extract line from Sf bench command
The command sequence equivalent to "bench 32 1 6 default depth" should be this:
setoption name hash value $1
setoption name threads value $2
isready
position fen $4
go $5 $3
positions used by stockfish
rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
r3k2r/p1ppqpb1/bn2pnp1/3PN3/1p2P3 ...
setoption name hash value $1
setoption name threads value $2
isready
position fen $4
go $5 $3
positions used by stockfish
rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
r3k2r/p1ppqpb1/bn2pnp1/3PN3/1p2P3 ...
- Wed Mar 19, 2014 10:56 am
- Forum: Programming and Technical Discussions
- Topic: Extract line from Sf bench command
- Replies: 18
- Views: 10376
Re: Extract line from Sf bench command
Thank you for the explanation. I understand a little better.
I ask if it is possible to make the "Bench" equivalent in Shell for engines such as Senpai who do not have this command. I would like to compare different compiler with Senpai.
I ask if it is possible to make the "Bench" equivalent in Shell for engines such as Senpai who do not have this command. I would like to compare different compiler with Senpai.
- Thu Mar 13, 2014 7:02 pm
- Forum: Programming and Technical Discussions
- Topic: Extract line from Sf bench command
- Replies: 18
- Views: 10376
Re: Extract line from Sf bench command
Ah ok, it is consistency.
Can you enlighten me on the Standard deviation? If the number is short, it is better?
Can you enlighten me on the Standard deviation? If the number is short, it is better?
- Thu Mar 13, 2014 6:36 pm
- Forum: Programming and Technical Discussions
- Topic: Extract line from Sf bench command
- Replies: 18
- Views: 10376
Re: Extract line from Sf bench command
Thanks a lot, currently I try it.
For Windows, this will be needed: http://gnuwin32.sourceforge.net/packages/bc.htm
then paste it in the folder "bin" of the 'Bash' shell
Otherwise you'll get this error:
#./Bench.sh: line 45: bc: command not found
#./Bench.sh: line 46: let: var=0+: syntax error ...
For Windows, this will be needed: http://gnuwin32.sourceforge.net/packages/bc.htm
then paste it in the folder "bin" of the 'Bash' shell
Otherwise you'll get this error:
#./Bench.sh: line 45: bc: command not found
#./Bench.sh: line 46: let: var=0+: syntax error ...