I also see a Vincent Diepeveen with ELO 2327.
https://ratings.fide.com/card.phtml?event=1003054
Impact ELO developer
Moderator: Ras
-
mar
- Posts: 2891
- Joined: Fri Nov 26, 2010 2:00 pm
- Location: Czech Republic
- Full name: Martin Sedlak
Re: Impact ELO developer
Yes of course, how could I forget Vincent! There can be more.
-
Joost Buijs
- Posts: 1704
- Joined: Thu Jul 16, 2009 10:47 am
- Location: Almere, The Netherlands
Re: Impact ELO developer
In the past (35 years ago) when I was still young I had something like 2050 Dutch Elo which was something like 2150 Fide.
Dutch Elo was always lower than Fide Elo, I don't know how it compares nowadays.
At the moment I guess my rating is about 1850 Dutch Elo, it is about 10 years ago I played in the Dutch league and they removed me from the Elo list.
Maybe time to start playing again. LOL
Dutch Elo was always lower than Fide Elo, I don't know how it compares nowadays.
At the moment I guess my rating is about 1850 Dutch Elo, it is about 10 years ago I played in the Dutch league and they removed me from the Elo list.
Maybe time to start playing again. LOL
-
Henk
- Posts: 7261
- Joined: Mon May 27, 2013 10:31 am
Re: Impact ELO developer
Perhaps related: My chess.com blitz rating is 100 points higher than my Dutch KNSB rating for normal games. If they would be comparable it would be best not to think too long in normal games I guess.
-
Uri Blass
- Posts: 11222
- Joined: Thu Mar 09, 2006 12:37 am
- Location: Tel-Aviv Israel
Re: Impact ELO developer
I disagree that search require exactly zero chess knowledge.mar wrote:Well, speaking of chess knowlege, search requires exactly zero chess knowledge.
Good eval can be say several hundred elo (guesstimate), the rest is search.
You only need to know how pieces move to write a move generator.
So assuming someone who is above -inf elo should be able to write a relatively strong engine.
Add very basic chess knowledge + tuning (eval) and you can have a strong engine (relatively strong of course) and you really don't have to be a GM at all.
Conclusion: I see no strong correlation. For example, rook on semi-open file didn't add any elo in my tests, but it's considered good.
Of course there are strong players who are also engine authors, I think Miguel is pretty strong (don't remember his elo but you can ask him
Good chess knowledge can be productive for better search rules.
I believe that search that is not based on special chess knowledge+ evaluation that is based on very basic knowledge can be enough to get computer rating above 2800
but I believe that it is possible to get significantly better after it both by better evaluation and better search that is based on chess knowledge.
My fide rating is 2019
-
Henk
- Posts: 7261
- Joined: Mon May 27, 2013 10:31 am
Re: Impact ELO developer
Name and ELO rating of your chess engine ?Uri Blass wrote:I disagree that search require exactly zero chess knowledge.mar wrote:Well, speaking of chess knowlege, search requires exactly zero chess knowledge.
Good eval can be say several hundred elo (guesstimate), the rest is search.
You only need to know how pieces move to write a move generator.
So assuming someone who is above -inf elo should be able to write a relatively strong engine.
Add very basic chess knowledge + tuning (eval) and you can have a strong engine (relatively strong of course) and you really don't have to be a GM at all.
Conclusion: I see no strong correlation. For example, rook on semi-open file didn't add any elo in my tests, but it's considered good.
Of course there are strong players who are also engine authors, I think Miguel is pretty strong (don't remember his elo but you can ask him
Good chess knowledge can be productive for better search rules.
I believe that search that is not based on special chess knowledge+ evaluation that is based on very basic knowledge can be enough to get computer rating above 2800
but I believe that it is possible to get significantly better after it both by better evaluation and better search that is based on chess knowledge.
My fide rating is 2019
-
Uri Blass
- Posts: 11222
- Joined: Thu Mar 09, 2006 12:37 am
- Location: Tel-Aviv Israel
Re: Impact ELO developer
I quit chess programming some years ago.Henk wrote:Name and ELO rating of your chess engine ?Uri Blass wrote:I disagree that search require exactly zero chess knowledge.mar wrote:Well, speaking of chess knowlege, search requires exactly zero chess knowledge.
Good eval can be say several hundred elo (guesstimate), the rest is search.
You only need to know how pieces move to write a move generator.
So assuming someone who is above -inf elo should be able to write a relatively strong engine.
Add very basic chess knowledge + tuning (eval) and you can have a strong engine (relatively strong of course) and you really don't have to be a GM at all.
Conclusion: I see no strong correlation. For example, rook on semi-open file didn't add any elo in my tests, but it's considered good.
Of course there are strong players who are also engine authors, I think Miguel is pretty strong (don't remember his elo but you can ask him
Good chess knowledge can be productive for better search rules.
I believe that search that is not based on special chess knowledge+ evaluation that is based on very basic knowledge can be enough to get computer rating above 2800
but I believe that it is possible to get significantly better after it both by better evaluation and better search that is based on chess knowledge.
My fide rating is 2019
Name of my engine is movei.
CCRl rating of it at 40/40 is 2667
-
elcabesa
- Posts: 860
- Joined: Sun May 23, 2010 1:32 pm
Re: Impact ELO developer
I'm one example of mediocre chess player with a good chess engine, my Elo rating is 1500.
-
Henk
- Posts: 7261
- Joined: Mon May 27, 2013 10:31 am
Re: Impact ELO developer
Maybe ELO tester is more important.mar wrote:Nice to hear from youAndres Valverde wrote:Dirty evolution is sugestive:
Pradu started alone (Good programmer , bad player ) -> 2200
Andres joined the team (Bad programmer, medium player) -> 2400
Fonzy joined the team (Good programmer, good player) -> 2800
That sort of undermines my theory.
You should include Lars (good tester, grandmaster) -> 3400
-
Rochester
- Posts: 55
- Joined: Sat Feb 20, 2016 6:11 am
Re: Impact ELO developer
The good developer write the engine. The bad developer write the talkchess.