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

Genetic Algorithm #98

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Genetic Algorithm #98

wants to merge 2 commits into from

Conversation

mitsuyoshi-yamazaki
Copy link
Owner

@mitsuyoshi-yamazaki mitsuyoshi-yamazaki commented May 29, 2021

目的

  • 局所性のあるパターンが生まれるような進化を行わせる

Discussion

  • 相互作用を実現できている(衝突判定)ため、局所的な仕様から厳密性が失われていても大きな問題ではない
  • 発現した状態遷移の種類を生殖能力に反映させればそちらに圧が加わるのではないか
  • 遺伝子の変更方法によって適応速度が変わるはずで、最終的には変更方法自体が進化できなければならない

課題

  • Lineを取り除いたりなんだりがめんどい

@mitsuyoshi-yamazaki mitsuyoshi-yamazaki self-assigned this May 29, 2021
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