|
|
 | Frequently Asked Questions |
1. Why does search in All Solutions mode take so much time?
Search for checkmate in All Solutions mode (right click on Start button) involves runs in a few heuristical passes (see button 'Show' in Heuristics Selection Dialog) and a pass without heuristics.
The final pass without heuristics is still optimized for FINDING mate, not for finding a refutation.
This is why Brute Force and Hybrid Brute Force runs may be recommended (see items in menu 'Problem'). They are optimized for finding refutations as fast as possible.
2. Search for Black defence takes very long time, why is it so?
Search for best defence in general is a very time-consuming operation: in case of a #n problem, many #(n-1) problems would have to be solved brute force (or in All Solutions mode) in order to be able to make a precise decision.
This is why search for defence by Black for #7+ is heuristical, nonetheless in many cases it may still take long time (particularly if right click is made for more careful analysis).
This is why there are cases where manual selection of best defence by Black may be recommended (for example when program doesn't give the result in the expected amount of time)
3. I am using .tmpReg file. Does it have to be reloaded after every program restart?
Yes, temporary data of the problem (hash table built during solving or loaded from file) is removed from memory already during navigation to another problem within .cp file (see Left and Right Arrow buttons in the top of the program window). This is to avoid using too much RAM.
This is why after some particularly important long analysis it may be recommended to save this data to a file (menu Advanced->Save temporary register of the current problem).
Note also that program has an option of periodical AutoSave of temporary data that may be useful in case of very long analyses. The default values are to save up to 256MB (after LZ4 compression) every 4h of analysis.
4. I selected from menu "Solve and show the whole main variant". J.G.Island solved the main problem quickly but then it started pondering for a very, very long time. Why is it so?
Most probably 'the guilty one' is search for Black defence (see 'Search for Black defence takes very long time, why is it so?')
This is why finding the main variant sometimes may involve manual intervention and making a potential best Black's defence manually.
5. J.G.Island found a dual in the 2nd move, displayed both solutions but only the first of these moves was made on the chessboard. How to proceed to see the details of the dual variant?
The move made on the chessboard can be undone (see red circle icon with a white arrow back). Then you can manually make any other move to be able to start analysis for the position after this move.
|