If You give (top) engine enough time: will it solve ALL
Moderator: Ras
-
Jouni
- Posts: 3839
- Joined: Wed Mar 08, 2006 8:15 pm
- Full name: Jouni Uski
If You give (top) engine enough time: will it solve ALL
test positions eventually? Or is there some null-move/lmr/other things to prevent finding solution even with "infinite" time?
Jouni
-
AlvaroBegue
- Posts: 932
- Joined: Tue Mar 09, 2010 3:46 pm
- Location: New York
- Full name: Álvaro Begué (RuyDos)
Re: If You give (top) engine enough time: will it solve ALL
I believe graph history interaction might mess up the analysis of some positions that require lots of irreversible moves. That's the only source of trouble I can think of.
-
Uri Blass
- Posts: 11162
- Joined: Thu Mar 09, 2006 12:37 am
- Location: Tel-Aviv Israel
Re: If You give (top) engine enough time: will it solve ALL
I guess there are positions that top engines cannot solve regardless of time.Jouni wrote:test positions eventually? Or is there some null-move/lmr/other things to prevent finding solution even with "infinite" time?
Even with no reductions they are not designed to search infinite depth.
-
Henk
- Posts: 7251
- Joined: Mon May 27, 2013 10:31 am
Re: If You give (top) engine enough time: will it solve ALL
Only do alpha beta search and Quiescence Search and nothing more. No Transposition Table, null move etcetera.