ons.
>>>
>>> Best,
>>> Brian
>>>
>>> -Original Message-
>>> From: Erik van der Werf
>>> To: computer-go
>>> Sent: Tue, Sep 17, 2019 5:55 am
>>> Subject: Re: [Computer-go] Indexing and Searching Go Position
At 07:07 AM 9/17/2019, Brian Sheppard via Computer-go wrote:
>I remember a scheme (from Dave Dyer, IIRC) that indexed positions based on the
>points on which the 20th, 40th, 60th,... moves were made. IIRC it was nearly a
>unique key for pro positions.
Correct, but it's only useful for game
es were made. IIRC it was
> nearly a unique key for pro positions.
>
> Best,
> Brian
>
> -Original Message-
> From: Erik van der Werf
> To: computer-go
> Sent: Tue, Sep 17, 2019 5:55 am
> Subject: Re: [Computer-go] Indexing and Searching Go Positions --
&
:55 am
Subject: Re: [Computer-go] Indexing and Searching Go Positions -- Literature
Wanted
Hi Stephen,
I'm not aware of recent published work. There is an ancient document by Antti
Huima on hash schemes for easy symmetry detection/lookup. Unfortunately his
implementation was broken, but other
Hi Stephen,
I'm not aware of recent published work. There is an ancient document by
Antti Huima on hash schemes for easy symmetry detection/lookup.
Unfortunately his implementation was broken, but other schemes have been
proposed that solve the issue (I found one myself, but I think many others
Dear Go programmers,
I'm interested in experimenting with some new ideas for indexing and
searching Goban positions and patterns and I want to stand on the shoulders
of giants. Which papers, articles, blog posts or open-source code should I
read to get concrete knowledge of the approaches used in