sequgen.samplers.sample_uniform_random module

sequgen.samplers.sample_uniform_random.sample_uniform_random(dimension_names=None, lower_bounds=None, upper_bounds=None)

Takes a uniform random sample from the parameter space.

Parameters
  • dimension_names – Array of names of the dimensions of the parameter space.

  • lower_bounds – Array of lower bounds of the dimensions of the parameter space.

  • upper_bounds – Array of upper bounds of the dimensions of the parameter space.

Returns

Dictionary with keys equal to the dimension names, together representing a uniform random draw from the parameter space.