init_ga_default — A function a initialize a population
Pop_init = init_ga_default(popsize,param)
the number of individuals to generate.
a list of parameters.
'dimension': the size of the vector X.
'minbound': a vector of minimum bounds for the variable X.
'maxbound': a vector of maximum bounds for the variable X.
a list which contains the initial population of individuals.