Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standing stones flatten #57

Open
Innoviox opened this issue Apr 30, 2018 · 0 comments
Open

Standing stones flatten #57

Innoviox opened this issue Apr 30, 2018 · 0 comments

Comments

@Innoviox
Copy link
Owner

Excerpt from output of python3.6 main.py -w ai:3

4.283537149429321
    WHITE    BLACK
 1  Cb2
    1    2            3    4    5
a   @a1  @a2          @a3  @a4  @a5
b   @b1  BLACK{C}@b2  @b3  @b4  @b5
c   @c1  @c2          @c3  @c4  @c5
d   @d1  @d2          @d3  @d4  @d5
e   @e1  @e2          @e3  @e4  @e5
3.645015001296997
    WHITE    BLACK
 1  Cb2      Ca3
    1    2            3            4    5
a   @a1  @a2          WHITE{C}@a3  @a4  @a5
b   @b1  BLACK{C}@b2  @b3          @b4  @b5
c   @c1  @c2          @c3          @c4  @c5
d   @d1  @d2          @d3          @d4  @d5
e   @e1  @e2          @e3          @e4  @e5
1.839872121810913
    WHITE    BLACK
 1  Cb2      Ca3
 2  Sa2
    1    2            3            4    5
a   @a1  WHITE{S}@a2  WHITE{C}@a3  @a4  @a5
b   @b1  BLACK{C}@b2  @b3          @b4  @b5
c   @c1  @c2          @c3          @c4  @c5
d   @d1  @d2          @d3          @d4  @d5
e   @e1  @e2          @e3          @e4  @e5
1.8416838645935059
    WHITE    BLACK
 1  Cb2      Ca3
 2  Sa2      b1
    1            2            3            4    5
a   @a1          WHITE{F}@a2  WHITE{C}@a3  @a4  @a5
b   BLACK{F}@b1  BLACK{C}@b2  @b3          @b4  @b5
c   @c1          @c2          @c3          @c4  @c5
d   @d1          @d2          @d3          @d4  @d5
e   @e1          @e2          @e3          @e4  @e5

Note that in ply 2a, White makes the rather nonsensical move Sa2, which is correctly translated in the board. But by ply 2b, it's flat, which makes more sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant