2 questions, just to better understand :
-
My problem's got 75 bounded optimization variables. I monitor the set of variable in every trial and it seems they are all chosen between 0 and 1 irrespective of their range of variation given by cmaes_boundary_transformation. For example, one variable is set between 0 and 20, but each new search sets it lower than 1.
-
the size of the population is 16 = cmaes_Get(&evo, "lambda"). Can it be tuned or is it the result of the algorithm ?