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
boundssection viaparse_param_boundshas already been applied todemographic_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