Programatically create Param Classes

Hi, you can check the param.parameterized_class(name,params) function.
Where name is the name of the class and params is a dictionary {param_name : param}.

4 Likes