-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add genotype and mutation #22
Comments
Open
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
May 22, 2017
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
May 22, 2017
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
May 24, 2017
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
May 24, 2017
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
May 24, 2017
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
May 24, 2017
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
May 24, 2017
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
May 24, 2017
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
May 24, 2017
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
May 24, 2017
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
May 26, 2017
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
May 28, 2017
hamazaki1990
added a commit
to hamazaki1990/practice-py
that referenced
this issue
Jun 9, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Individual
クラスに遺伝子型を追加します。突然変異が起きたら、DNA segment上の位置を [0.0,1.0] の実数で記録することにしましょう。とりあえず遺伝子型はそのlistということで。一定ステップ経たら、集団中の全個体の変異サイトを左から順に並べて、遺伝子型を
0010010011
みたいな文字列に変換し、プリントしてください。The text was updated successfully, but these errors were encountered: