tracts.driver_utils._print_param_bounds_table#

_print_param_bounds_table(demographic_model)#

Prints and logs a table of each model parameter’s effective admissibility bounds (i.e. after any narrowing from the driver file’s bounds section via parse_param_bounds has already been applied to demographic_model.model_base_params[...].bounds). Shown once per run, before the starting-parameters table.

Parameters:

demographic_model (ParametrizedDemography) – The demographic model whose parameters’ current bounds are reported.

Return type:

None