Builders ======== Builders are not components by itself, but build a subtree using available components. LayeredModel ------------ Defines parameters at nodes, which are interpolated inbetween nodes. .. code-block:: YAML !LayeredModel map: # Mapping to 1D (root component) interpolation: (lower|upper|linear) parameters: [, , ...] # order of dimension nodes: : [, , ...] # key: node position, value: dimension values : [, , ...] ... :Domain: *inherited*, must be 1D :Codomain: length of coefficients sequence :Interpolation methods: :lower: Take the value of the lower (smaller) node :upper: Take the value of the upper (larger) node :linear: Linear interpolation :Example: `3_layered_linear `_ Include ------- Includes another configuration file. .. code-block:: YAML !Include :Example: `f_120_sumatra `_