Page 1 of 1

Program to extract patterns

Posted: Mon Jun 09, 2014 12:58 pm
by anpd
Hi, is there any program that can extract common occurring patterns in a collection of games? I am developing an old school Go ai and looking for a pattern database.

Re: Program to extract patterns

Posted: Mon Jun 09, 2014 1:34 pm
by RBerenguel
anpd wrote:Hi, is there any program that can extract common occurring patterns in a collection of games? I am developing an old school Go ai and looking for a pattern database.
Pachi can, check the tools folder in the repository, and the comments in pattern_bayes and other pattern_ source files

Re: Program to extract patterns

Posted: Mon Jun 09, 2014 10:49 pm
by anpd
RBerenguel wrote:
anpd wrote:Hi, is there any program that can extract common occurring patterns in a collection of games? I am developing an old school Go ai and looking for a pattern database.
Pachi can, check the tools folder in the repository, and the comments in pattern_bayes and other pattern_ source files
Great, thanks will take a look :)