genetic Algorithm

Herpin herpinono at yahoo.fr
Sun Aug 21 15:32:58 CEST 2011


Hallo,

can somnbody give me more detail about the signification of the parameters "
Pressure", "beta" and "delta"  by genetic Algorithm?

thanks 

Herpin



pop_size      = 100;
nb_generation = 10; 
p_mut         = 0.1; 
p_cross       = 0.7;
Log           = %T; 
NbCouples   = 100;
nb_disp     = 10; 
pressure    = 0.05; // The efficiency of the worst individual


ga_params = add_param(ga_params,'minbound',[0 0]');
ga_params = add_param(ga_params,'maxbound',[20 20]');
ga_params = add_param(ga_params,'dimension',2);

ga_params = add_param(ga_params,'beta',0);
ga_params = add_param(ga_params,'delta',0.1);







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



More information about the users mailing list