michi icon indicating copy to clipboard operation
michi copied to clipboard

Lots of impossible 3x3 patterns

Open ghost opened this issue 9 years ago • 2 comments

your pattern expansion for the 3x3 patterns you end up with a lot of patterns that have one or two blanks or that have blanks that aren't 3 on an edge.

ghost avatar Mar 19 '16 21:03 ghost

Can you given an example, and explain why is coming up with impossible patterns an issue anyway?

pasky avatar Mar 19 '16 21:03 pasky

Here is a commit that eliminates the impossible patterns..

https://github.com/pasky/michi/pull/11

I'm working on a replication of AlphaGo, and one of the features is the 3x3 patterns.

An example of an impossible pattern might be

"Xx x.x x " #cut 1 pattern unprotected cut

ghost avatar Mar 19 '16 22:03 ghost