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

表現型のエンコーディング #104

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

mitsuyoshi-yamazaki
Copy link
Owner

@mitsuyoshi-yamazaki mitsuyoshi-yamazaki commented Jun 2, 2021


課題

繰り返さないパターンの検出ができない


http://localhost:8080/pages/drawer.html?system.run=0&system.auto_download=0&s.l=100&d.c=transition&s.r=A:-88,A,-152,A
A:-88,A,-152,A
※ 枝の長い順

[Log] calculateTransition() A:-88,A,-152,A
[Log] (0A,-88A^3,-152A,-88A,-152A,-88A^2,-152A,-88A,-152A^15)
[Log] (0A,-88A^3,-152A,-88A,-152A,-88A^2,-152A^2,-88A^3,-152A^12)
[Log] (0A,-88A^3,-152A,-88A,-152A,-88A^2,-152A^17)
[Log] (0A,-88A^3,(-152A,-88A)^2,(-152A,-88A^2)^2,-152A^12)
[Log] (0A,-88A^3,(-152A,-88A)^2,-152A,-88A^2,-152A,-88A,-152A,-88A^2,(-152A,-88A)^2,-152A,-88A^2,-152A^2,-88A)
[Log] (0A,-88A^3,(-152A,-88A)^2,-152A,-88A^2,-152A,-88A,-152A,-88A^2,(-152A,-88A)^2,-152A,-88A^2,-152A^3)
[Log] (0A,-88A^3,(-152A,-88A)^2,-152A,-88A^2,-152A,-88A,-152A,-88A^2,(-152A,-88A)^3,-152A,-88A^3)
[Log] (0A,-88A^3,(-152A,-88A)^2,-152A,-88A^2,-152A,-88A,-152A,-88A^2,(-152A,-88A)^3,-152A,-88A^2,-152A)
[Log] (0A,-88A^3,(-152A,-88A)^2,-152A,-88A^2,-152A,-88A,-152A,-88A^2,(-152A,-88A)^3,-152A^4)
[Log] (0A,-88A^3,(-152A,-88A)^2,-152A,-88A^2,-152A,-88A,-152A,-88A^2,(-152A,-88A)^2,-152A^6)
[Log] (0A,-88A^3,(-152A,-88A)^2,(-152A,-88A^2,-152A,-88A)^2,-152A^8)
...

いつもの

ルールA:-88,A,-152,A
発現パターン一覧

[Log] (2-18, 11894): "-88A"
[Log] (2-5, 6245): "-240A,-88A"
[Log] (2-25, 5561): "-240A"
[Log] (2-3, 1095): "-240A,-88A^2"
[Log] (2-3, 594): "-240A,-88A^2,(-240A,-88A)^2"
[Log] (2-3, 478): "-240A,-88A^2,-240A,-88A"
[Log] (2-2, 13): "(-240A,-88A)^2,-240A,-88A^2,-240A,-88A,-240A,-88A^2"
[Log] (2-2, 6): "(-240A,-88A)^3,-240A,-88A^2"
[Log] (2-2, 4): "-240A^2,-88A^2"

(<最小繰り返し回数>-<最大繰り返し回数>, 発現数): パターン

-88A :正方形のパターン
-152A :正三角形のパターン

ルール(genotype)上は A→-88A と A→-152A の発現頻度は等しいが、描画すると(phenotype)前者の方が倍発現している

@mitsuyoshi-yamazaki mitsuyoshi-yamazaki self-assigned this Jun 2, 2021
@mitsuyoshi-yamazaki mitsuyoshi-yamazaki marked this pull request as ready for review June 5, 2021 08:26
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

Successfully merging this pull request may close these issues.

1 participant