Starting at a high depth based on a previous PV is undesirable here,
especially when that PV might start with a move that is now excluded.
(int)ptree->nsuc_check[0], (int)ptree->nsuc_check[1] );
/* look up last pv. */
- if ( last_pv.length )
+ if ( last_pv.length && ! analyze_mode )
{
Out( "- a pv was found in the previous search result.\n" );
}
/* probe the transposition table, since last pv is not available. */
- if ( ! last_pv.length
+ if ( ! last_pv.length && ! analyze_mode
#if defined(MPV)
&& ! root_mpv
#endif