Says you, who obviously has no clue.Krzysztof Grzelak wrote:You need to change the way programmers think. Too many programmers fell into the so-called programming experience - and this is not good.Evert wrote:I tried to add elo++ in my own code, but sadly it didn't help.
Tell you what though, if you think it's so easy to improve Stockfish, why don't you prove it?
Stockfish 9
Moderator: Ras
-
- Posts: 5672
- Joined: Tue Feb 28, 2012 11:56 pm
Re: Stockfish 9
-
- Posts: 1584
- Joined: Tue Jul 15, 2014 12:47 pm
Re: Stockfish 9
I have a notion of what I write, because in this respect nothing has changed.syzygy wrote:Says you, who obviously has no clue.
-
- Posts: 5672
- Joined: Tue Feb 28, 2012 11:56 pm
Re: Stockfish 9
No you don't.Krzysztof Grzelak wrote:I have a notion of what I write, because in this respect nothing has changed.syzygy wrote:Says you, who obviously has no clue.
-
- Posts: 666
- Joined: Sun Aug 04, 2013 1:19 pm
Re: Stockfish 9
Krzysztof Grzelak wrote:You need to change the way programmers think. Too many programmers fell into the so-called programming experience - and this is not good.Evert wrote:I tried to add elo++ in my own code, but sadly it didn't help.
Tell you what though, if you think it's so easy to improve Stockfish, why don't you prove it?
You need to change the way programmers think. Too many programmers fell into the so-called programming experience - and this is not good.[/quote]
You only need to rent amazon ec2 instances and donate them to Stockfish framework.
For example if the Stockfish framework needs 100 cores + 3 years for 100 ELO.
You should change it into much more cores and much less time for 100 ELO.
If everybody here would rent and donate at least 1 machine, then Stockfish would reach +100 ELO after 6 months.
-
- Posts: 1584
- Joined: Tue Jul 15, 2014 12:47 pm
Re: Stockfish 9
I am sorry but what you are aiming for now.syzygy wrote:No you don't.
-
- Posts: 545
- Joined: Tue Jun 06, 2017 4:49 pm
- Location: Italy
Re: Stockfish 9
It worked! Thanks to all people who suggested this magic Ctrl + F5. I'll try it again tomorrow to check if there's a SF 10 release!tpoppins wrote:
Try Ctrl+F5 in your browser.

Seriously, my best congrats to Marco and the whole team. Their work is great.

F.S.I. Chess Teacher
-
- Posts: 1584
- Joined: Tue Jul 15, 2014 12:47 pm
Re: Stockfish 9
Perhaps yes, maybe no, I do not know.Hai wrote:You only need to rent amazon ec2 instances and donate them to Stockfish framework.
For example if the Stockfish framework needs 100 cores + 3 years for 100 ELO.
You should change it into much more cores and much less time for 100 ELO.
If everybody here would rent and donate at least 1 machine, then Stockfish would reach +100 ELO after 6 months.
-
- Posts: 2016
- Joined: Sun Feb 17, 2008 4:19 pm
Re: Stockfish 9
funny post, interesting.syzygy wrote:No you don't.Krzysztof Grzelak wrote:I have a notion of what I write, because in this respect nothing has changed.syzygy wrote:Says you, who obviously has no clue.
kgburcham
no chess program was born totally from one mind. all chess programs have many ideas from many minds.
-
- Posts: 2821
- Joined: Fri Sep 25, 2015 9:38 pm
- Location: Sortland, Norway
-
- Posts: 1262
- Joined: Wed Mar 08, 2006 8:28 pm
- Location: Florida, USA
Re: Stockfish 9
Hi Evert,
That should do the trick
Steve
Clearly elo++ is only going to increment by 1. You need to add a for loop e.g.Evert wrote:I tried to add elo++ in my own code, but sadly it didn't help.
Code: Select all
for(i = 0; i < desired_improvement; i++) elo++;

Steve
http://www.chessprogramming.net - Maverick Chess Engine