[computer-go] Caching of local search in NeuroGo?
Markus Enzenberger
compgo at markus-enzenberger.de
Wed Aug 9 15:42:38 PDT 2006
On Wednesday 09 August 2006 10:19, Mark Boon wrote:
> On 9-aug-2006, at 10:49, Markus Enzenberger wrote:
> > yes, the branching factor can be greater than 1, but these cases are
> > relatively rare, the average branching factor is very close to 1.
>
> I don't see how they can be rare unless you eliminate part of the
> search on heuristic criteria. But then you shouldn't count those. If
> the ladder doesn't run, i.e. it can't be captured, the chasing party
> will have a branching factor of 2 at every move. Only the branching
I only try the move for the attacker with more empty adjacent points. Only if
there is a tie, I try both moves.
> factor of the escaping party will be close to 1. I suppose ladders
> run about half of the time only, in which cases with proper move-
> ordering you get a branching factor close to 1.
>
> Can one say that statistically the branching factor is 1.25?
Most of my ladder searches are not deep, don't succeed for the attacker and
don't branch at all. The attacker has usually only one attack move according
to the definition above. So my average branching factor is close to 1.
- Markus
More information about the computer-go
mailing list