I am creating a simulation to evolve simple, multi-cell organisms. (Just for fun!)

Neural networks are fairly easy to evolve, even more so when it’s done by random mutations and not actual training. Build an ANN at random and introduce mutations with every generation. The ANNs that accomplish simple goals (by pure chance) live to duplicate with every evolutionary cycle. Fairly easy stuff.

I am stumped when it comes to creating something that would simulate the genes that represent a body. After some reading today, there isn’t much info on how cells form into specific shapes for arms, hands, organs, etc. (I am sure there is a ton of data, but I don’t know what subject to Google.)

Genes can create the patterns for specific chemicals and cells. How to cells then develop into functional body parts? What makes a heart the shape of a heart?

I think that having a better understanding of that concept can help me develop a framework for physical evolution, even if it as a very tiny scale.

(Putting the ANN in charge of controlling those different body parts is also easy. It’s just a matter of allowing those physical traits to evolve first.)

  • Sims
    link
    fedilink
    English
    44 months ago

    how cells form into specific shapes for arms, hands, organs, etc.

    Not really qualified to answer, but Michael Levin have done some very interesting work on bioelectricity and growth of bodyparts. He is beginning to control the cell/formation of bodyparts, and other fascinating stuff. There’s some fine interviews on yt.

    (Just for fun!)

    Oh, just noticed that. Anyway, you seem interested in the subject, so you should check him out anyway ;)

    • @remotelove@lemmy.caOP
      link
      fedilink
      English
      34 months ago

      I am totally interested in this stuff, so thanks! I’ll absolutely check that out.

      Oh, this is my version of “fun” and it’s not for work or any kind of project for a school. ;)