astromodule.hp.IntHyperParameter.to_dict#
- IntHyperParameter.to_dict(show_name: bool = False) dict#
- A hyperparmeter can be defined from various attributes. This method expresses the hyperparmeter in the form of a python dictionary. - Parameters:
- Show_Name: BOOL, OPTIONAL
- Trueif the- HyperParmetername should be included, in this case, a pair key-value- name: <hyperparameter-name>will be included, else, only hyperparmeter attributes will be included. By default- False
 
 
