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.)

  • SorteKanin@feddit.dk
    link
    fedilink
    English
    arrow-up
    9
    ·
    4 months ago

    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.)

    Perhaps the term you’re looking for is morphogenesis.

    • lemming@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      ·
      4 months ago

      I would just add that it’s a gradient of transcription factor(s), proteins that regulate production of other proteins. Some of the regulated proteins are other thranscription factors that create finer gradients, like repeated stripes of gradients. along the initial, single gradient. This can be repeated on multiple levels so that pretty much every point of the body has unique combination of transcription factors. This combination triggers all the other proteins, including structural that create the form of the body. and of course, all this doesn’t just happen in 3D, but also changes with time. It’s complicated.

      For illustration and possible direction for some particular interesting cases wrapped in a very entertaining package, I recommend this: https://www.youtube.com/watch?v=ydqReeTV_vk

    • remotelove@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 months ago

      I found this video today that seems similar to what you are talking about: https://youtu.be/M_vRgMBL0yA?si=5OsRiVnKt9A2Q4_u

      Ok, I knew those genes were called something! Thinking about homeotic gene mutations has sufficiently jumbled my brain again though. (Hopefully, if I can code a simple analog to represent them, natural evolution can sort out any mess homeosis creates.)

  • Sims@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 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
      arrow-up
      3
      ·
      4 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. ;)