Support for hierarchical parameters
A dot in the parameter name should be interpreted as a hierarchical name in the YAML file creation. For instance speed.min and speed.max parameter should lead the code below in the YAML file. The associated class attribute should correspond to the parameter name with "." replaced by "_".
speed: min: .. max: ..