pymead.optimization.shape_optimization.do_sampling# do_sampling(param_dict: dict, norm_parm_list: list) → list[source]# Performs the sampling stage for the genetic algorithm. Parameters: param_dict (dict) – Parameter dictionary assigned to the population and chromosomes (copied and modified form of the optimization settings) norm_parm_list (list) – List of normalized geometry collection design variable values (from the baseline geometry)