Skip to main content
February 3, 2010
Question

Programming Genetic Algorithm

  • February 3, 2010
  • 2 replies
  • 5362 views
Some body can help me about this, I just need the implementation of genetic algorithm for optimization problem (single example).

Thank before hand

2 replies

1-Visitor
February 3, 2010
On 2/3/2010 10:46:56 AM, yaselcs wrote:
>Some body can help me about
>this, I just need the
>implementation of genetic
>algorithm for optimization
>problem (single example).
>
>Thank before hand
________________________

You mean "generic" ?

Mathcad is rich "optimizing". The subject is so wide and you don't have a specific project to start with. Do you have a work sheet in hand ?

jmG



February 3, 2010
>You mean "generic" ?

>jmG
No! He (or she) means "genetic".
Genetic algorithms are a particular class of evolutionary algorithms (EA) that use techniques inspired by evolutionary biology such as inheritance, mutation, selection, and crossover. (quote from Wikipedia)

There is a downloadable mathcad genetic algorithm program (called GApareto) at the following address:

http://homepage.mac.com/koichi_takasaki/lib/mcadfiles.html
However, it is completely uncommented, so you'll have to work hard to figure out what's going on! Actually, it shouldn't be too hard if you already know about genetic algorithms and mathcad. I can't vouch for its usefulness or validity.


stv
1-Visitor
February 3, 2010
Thanks "stv"

It generates some points and a graph. The first graph flies in the blue at right with no connection point . Hard to figure why ? Maybe a version problem. Maybe the visiting collab can tell more and how it relates to his project.

jmG
24-Ruby IV
February 3, 2010
On 2/3/2010 10:46:56 AM, yaselcs wrote:
>Some body can help me about
>this, I just need the
>implementation of genetic
>algorithm for optimization
>problem (single example).
>
>Thank before hand
See please
http://twt.mpei.ac.ru/MAS/Worksheets/Minimum.mcd

Val
http://twt.mpei.ac.ru/ochkov/v_ochkov.htm