genetic Algorithm- need a Help

Herpin herpinono at yahoo.fr
Fri Jul 22 00:43:08 CEST 2011


deff('[w]=f(x,y)', 'w = sin(x)*cos(y)')
 
x= [0:0.1:15]; y=[0:0.1:15];z=feval(x,y,f); 
 
contour(x,y,z,15)
 
xtitle('contour plot of w=sin(x)*cos(y)','x','y')

Hallo everyone, 
 
my name is Herpin. I want to generate on the Graphic of this code at the
head a genetic Algorithm. 
The Graphic is a Scilab plot of contours.  

 I consider that this Graphic is like a Landscape of mountains and each
mountain represents an independent group of contour with different color. 
In each group of contour, the lowest circle represents the peak of a
Mountain.   

I want to generate in the graphic genetic Algorithm beginning with three
single points which locate at different distance each other. Each single
Point represents the first parent-generation.

Each point (parent) can produce five children with represent the second
generation. From this second generation, the child-point which near of the
peak of a mountain has a right to produce another five children while
another points of this second generation disappear.

 The process is continuing until the peak of a mountain is attained. 

   I want to use for this Algorithm just selection and mutation operator.  
Can someone help me?

  You are free to add Information that you know it will be making a sense;
like mutation probability or another parameter. 

Best Regards 

Herpin. 


--
View this message in context: http://mailinglists.scilab.org/genetic-Algorithm-need-a-Help-tp3189900p3189900.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list