Results 1 to 2 of 2

Thread: Genetic programing - Solving zen puzzle

  1. #1
    Join Date
    Apr 2010
    Location
    Slovakia
    Beans
    87
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question Genetic programing - Solving zen puzzle

    Hi

    I was reading several posts and tutorials about genetic programing but I can't understant the point of it, nor can I addapt it to use it to solve the zen puzzle. What should be what in that game? I know that there have to be some kind of population but what is that? then a mutation or crossing, ok but what and how? Really this is the most confuzing algorithm what I had to understand so far.

    Please if anybody can explain it to me I would be very thankful.
    Acer Aspire 5750G i5 2410m, 4GB ram, 640GB hdd, intel graphics

  2. #2
    Join Date
    Aug 2006
    Location
    60°27'48"N 24°48'18"E
    Beans
    3,458

    Re: Genetic programing - Solving zen puzzle

    It's not really an algorithm per se, just a general "method" of trying to find a solution to a problem.

    Identifying what the solutions are like, what the fitness function is and how to "breed" better solutions is the problem-specific hard part that needs to be solved separately for each case. There are no generic answers to those questions.
    LambdaGrok. | #ubuntu-programming on FreeNode

Tags for this Thread

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
  •