[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] dfa optimizer
From: |
Arend Bayer |
Subject: |
Re: [gnugo-devel] dfa optimizer |
Date: |
Fri, 7 Feb 2003 13:46:14 +0100 (CET) |
Paul wrote:
> - new dfa builder implemented in dfa.c
> - dfa size reduction algorithm implemented
> - dfa transformation hints (.dtr) files added to repository
This looks good. The only small downside is the added maintenance
when removing/renaming owl patterns.
Out of curiosity, did you try the more simplistic approach of rotating
each pattern so that it's dfa string length is minimized? Or maybe use
that as the starting point for your optimization iterations?
Arend