Heyho,
I do not follow SF development, but I get here and there a breadcrumb, for
example:
"is LVA as in MVV-LVA useless ?"
http://talkchess.com/forum3/viewtopic.php?t=70918
"...Lazy SMP feeds on chaos..."
http://talkchess.com/forum3/viewtopic.p ... 84#p824068
So I ponder if we left the paradigm of esoteric chess programming, one has to
get into the techniques, understand them, implement them, improve them to
transcendental chess programming, "it tested better"?
If we consider that chess engines run on Turing-Machines, we could conclude
that everything what happens in the chess engine is traceable by using pen n
paper, obv. this is not the case anymore? And I am not talking about NNs here,
just the classic approach. Hence the question, did we enter such a kind of
development and when?
--
Srdja
From Esoteric to Transcendental Chess Programming?
Moderators: hgm, chrisw, Rebel
-
- Posts: 2991
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
-
- Posts: 775
- Joined: Sat Sep 08, 2018 5:37 pm
- Location: Ukraine
- Full name: Maksim Korzh
Re: From Esoteric to Transcendental Chess Programming?
I guess this can't be unified for all engines.smatovic wrote: ↑Tue Jan 12, 2021 10:09 am Heyho,
I do not follow SF development, but I get here and there a breadcrumb, for
example:
"is LVA as in MVV-LVA useless ?"
http://talkchess.com/forum3/viewtopic.php?t=70918
"...Lazy SMP feeds on chaos..."
http://talkchess.com/forum3/viewtopic.p ... 84#p824068
So I ponder if we left the paradigm of esoteric chess programming, one has to
get into the techniques, understand them, implement them, improve them to
transcendental chess programming, "it tested better"?
If we consider that chess engines run on Turing-Machines, we could conclude
that everything what happens in the chess engine is traceable by using pen n
paper, obv. this is not the case anymore? And I am not talking about NNs here,
just the classic approach. Hence the question, did we enter such a kind of
development and when?
--
Srdja
SF is a community engine with a complicated testing framework and the way they approach is based on these circumstances behind.
For engines maintained by single authors such an extended test-driven approach is not the case due to the limited resources - not everyone
would invest money into testing like Andrew Grant does.
I thinks what you call esoteric vs transcendental chess programming is the matter of resources being involved.
The "new" era starts for an engine as soon as people start to invest money into it's testing.
So IMO it's all the matter of development scale and goals.
Didactic chess engines:
https://www.chessprogramming.org/Maksim_Korzh
Chess programming YouTube channel:
https://www.youtube.com/channel/UCB9-pr ... KKqDgXhsMQ
https://www.chessprogramming.org/Maksim_Korzh
Chess programming YouTube channel:
https://www.youtube.com/channel/UCB9-pr ... KKqDgXhsMQ
-
- Posts: 28206
- Joined: Fri Mar 10, 2006 10:06 am
- Location: Amsterdam
- Full name: H G Muller
Re: From Esoteric to Transcendental Chess Programming?
I used to call this 'Voodoo development'.
-
- Posts: 4185
- Joined: Tue Mar 14, 2006 11:34 am
- Location: Ethiopia
Re: From Esoteric to Transcendental Chess Programming?
NN is more of a black box as one doesn’t have any idea how the NN decided to evaluate one move better than the other. Classic stockfish has shown an effective testing framework and tuning methodology is fundamental, which btw was helpful even after Stockfish went NNUE too. Lc0 still lacks that framework and rely on testers to pick nets for example. Some complain recent NN/nnue Evans being “button press” solutions, but in reality this “problem” started when extensive testing was needed to verify if an idea is +1 Elo. You basically need a group of developers to generate ideas and test them on cluster of computers.smatovic wrote: ↑Tue Jan 12, 2021 10:09 am Heyho,
I do not follow SF development, but I get here and there a breadcrumb, for
example:
"is LVA as in MVV-LVA useless ?"
http://talkchess.com/forum3/viewtopic.php?t=70918
"...Lazy SMP feeds on chaos..."
http://talkchess.com/forum3/viewtopic.p ... 84#p824068
So I ponder if we left the paradigm of esoteric chess programming, one has to
get into the techniques, understand them, implement them, improve them to
transcendental chess programming, "it tested better"?
If we consider that chess engines run on Turing-Machines, we could conclude
that everything what happens in the chess engine is traceable by using pen n
paper, obv. this is not the case anymore? And I am not talking about NNs here,
just the classic approach. Hence the question, did we enter such a kind of
development and when?
--
Srdja
That a NN is a blackbox doesn’t matter to me as long as the methodology to train a strong net is understood.
-
- Posts: 2991
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: From Esoteric to Transcendental Chess Programming?
Interesting, I take this as confirmation that already without NNs in chess 'we'
entered a kind of black-box level (transcendental chess programming) with our
test-driven development methods, thanks.
--
Srdja
entered a kind of black-box level (transcendental chess programming) with our
test-driven development methods, thanks.
--
Srdja
-
- Posts: 518
- Joined: Sat Mar 02, 2013 11:31 pm
Re: From Esoteric to Transcendental Chess Programming?
NN are just massive PSQT. The "magic mushroom era" started way earlier testing all kind of +1 Elo crap with massive HW power. Looking at the top programs search functions. The same stuff, same order even same comments as in SF search. That's why I'm not reading any top programs sources. So boring. You learn nothing. Entropy is gone when products are alike.
-
- Posts: 2991
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: From Esoteric to Transcendental Chess Programming?
Hehe...
"trascendetal chess programming"
"new era"
"Voodoo development"
"black box"
"magic mushroom era"
any other suggestions?
j.k.
It seems we are missing here the right kind of terminology for something people are well aware of, or alike?
--
Srdja
"trascendetal chess programming"
"new era"
"Voodoo development"
"black box"
"magic mushroom era"
any other suggestions?
j.k.
It seems we are missing here the right kind of terminology for something people are well aware of, or alike?
--
Srdja
-
- Posts: 7234
- Joined: Mon May 27, 2013 10:31 am
Re: From Esoteric to Transcendental Chess Programming?
Maybe Idiotery started with magic bitboards. Just call it perfect hashing or something like that instead of superstitious nonsense.
I also see neural networks as resignation: We can't solve the problem so let's use neural networks as a last resort.
I also see neural networks as resignation: We can't solve the problem so let's use neural networks as a last resort.
-
- Posts: 525
- Joined: Tue Feb 04, 2014 12:25 pm
- Location: Gower, Wales
- Full name: Colin Jenkins
Re: From Esoteric to Transcendental Chess Programming?
While a NN is a black box I think new knowledge can emerge from it, if there is new knowledge to be had. For example if LC0 or something like it becomes much stronger than all heuristic based engines because it has been freed from its human heuristic evaluation roots - and it seems to have a totally original style - one could conceivably discover new knowledge by hypothesising new heuristics based on observations of LC0 game play by experts and trying them out Texel-style (for example). Or even figure out an algorithms that works through a series of structure formations and similarly try them in the same way. New knowledge could emerge.
One thing is for sure. If these new structures/heuristics exist, they are going to seem super-weird - otherwise they would have been discovered already organically.
One thing is for sure. If these new structures/heuristics exist, they are going to seem super-weird - otherwise they would have been discovered already organically.
-
- Posts: 2991
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: From Esoteric to Transcendental Chess Programming?
I think I agree...
http://talkchess.com/forum3/viewtopic.p ... 57#p869633
My intend with this post was not to judge about NNs or any kind of black box development, I am interested in this from an viewpoint from the concept of the Technological Singularity, or alike. If we assume such a thing like a TS take off, and we look back, when and how did this happen? Did the TS take off via NNs, or already earlier? Where was the breaking line of systems which exceed human understanding? Something like this. Hence the question about black-box development before NNs.
--
Srdja