Input File ReferenceΒΆ

SKPAR is controlled by an input file in YAML. The filename is given as an argument to the skpar command (e.g. skpar skpar_in.yaml). Examples of input files can be seen in Tutorials, while here we provide the full details.

The input file must contain the following four sections, which are covered in this reference. The sections of the reference correspond to sections in the input file.

tasks:
    # tasks defining the model

objectives:
    # objectives steering the optimisation

optimisation:
    # optimisation strategy

# optional
executables:
    # alises of executable commands used in tasks

# optional
config:
    # settings defining work directory layout