• Lucid Dreaming - Dream Views




    Results 1 to 12 of 12

    Hybrid View

    1. #1
      Dreaming up music skysaw's Avatar
      Join Date
      Jun 2007
      Gender
      Location
      Alexandria, VA
      Posts
      2,330
      Likes
      5

      Genetic algorithms and evolutionary programming

      Is anyone else here interested in this subject?

      For those who don't know, the concept uses the model of evolution as a means of programming the solution to a problem. It has very wide appeal for A.I. and neural networks.

      The basic way it works is to start with an encoding system ("chromosone sequences") for behavioral components and functions, fill it up with random values, then start to play the artificial selection game.

      Example:
      1. Generate 100 chromosone sequences at random, each representing a program that can be run.
      2. Let them all run, and evaluate how well they perform the desired task.
      3. Take the two best results and use them as parents for the next generation.
      4. Use those two to generate 100 more sequences using mutation and crossover.
      5. Repeat until you have a "good" solution.

      I found this site to be a good introduction to the concepts. I've been using this idea to code a game/educational program that generates 3D artificial life-forms that learn to adapt intelligently to their environment. It's kind of scary once it starts to actually work!
      _________________________________________
      We now return you to our regularly scheduled signature, already in progress.
      _________________________________________

      My Music
      The Ear Is Always Correct - thoughts on music composition
      What Sky Saw - a lucid dreaming journal

    2. #2
      Member Identity X's Avatar
      Join Date
      Mar 2004
      Gender
      Posts
      1,529
      Likes
      7
      Studied them for 3 years. Meh. And I've not heard the term "chromosone sequence" used before, it's usually referred to as a "genotype".

    3. #3
      Eprac Diem arby's Avatar
      Join Date
      May 2006
      LD Count
      i/0
      Gender
      Location
      Canada
      Posts
      1,957
      Likes
      52
      Yeah, I looked into that after I programed my "pseudo-genetics" evolutionary thing with the cells. Never actually did anything with it tho =/

      What is it you're trying to do with it?

    4. #4
      Dreaming up music skysaw's Avatar
      Join Date
      Jun 2007
      Gender
      Location
      Alexandria, VA
      Posts
      2,330
      Likes
      5
      Quote Originally Posted by arby View Post
      Yeah, I looked into that after I programed my "pseudo-genetics" evolutionary thing with the cells. Never actually did anything with it tho =/

      What is it you're trying to do with it?
      I've got a few applications in mind, each with some startup effort already in place. One is a 3D game with evolving organisms and an environment building tool. I also have two separate ideas involving evolving music programs... details to come!
      _________________________________________
      We now return you to our regularly scheduled signature, already in progress.
      _________________________________________

      My Music
      The Ear Is Always Correct - thoughts on music composition
      What Sky Saw - a lucid dreaming journal

    5. #5
      Banned
      Join Date
      May 2007
      LD Count
      Loads
      Gender
      Location
      Digital Forest.
      Posts
      6,864
      Likes
      386
      That's what I'm doing.

    6. #6
      Eprac Diem arby's Avatar
      Join Date
      May 2006
      LD Count
      i/0
      Gender
      Location
      Canada
      Posts
      1,957
      Likes
      52
      here is a great video about it.. =O


    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •