sequgen.parameter_space module¶
-
class
sequgen.parameter_space.ParameterSpace(dimensions: Iterable[sequgen.dimension.Dimension], sampler: Optional[Callable] = None)¶ Bases:
objectClass representing a parameter space.
-
Dimensions¶ alias of Iterable[sequgen.dimension.Dimension]
-
format_str()¶ Format string that can be used to print formatted information about the dimensions of the parameter space
-
sample()¶ Draw a sample from the parameter space. Defaults to uniform random draw.
-