[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Shallow Or Deep Search?



For tactics I'm using iterative deepening with fractional depth increments.
This allows forcing lines to be searched much deeper than the nominal
search depth. E.g. extending a crucial block from atari counts only 1/8 of
a normal move towards depth.

        Martin