Is your feature request related to a problem? Please describe.
Output getters for config_dict properties have to check whether config_dict is None. This can be a bit lengthy. We should add a dedicated class which contains the dict and handles this logic. Also, negative gbw_index should result in returning None.
Is your feature request related to a problem? Please describe.
Outputgetters forconfig_dictproperties have to check whetherconfig_dictisNone. This can be a bit lengthy. We should add a dedicated class which contains the dict and handles this logic. Also, negativegbw_indexshould result in returningNone.