Command line reference

usage: autofmu [-h] [-o FILE] [-v] [-V] --inputs VARIABLE [VARIABLE ...]
               --outputs VARIABLE [VARIABLE ...] [-s {linear,logistic}]
               FILE

Positional Arguments

FILE

CSV files that contain the datasets for training the FMU model

Named Arguments

-o, --outfile

file to output the generated FMU model (default ‘model.fmu’)

Default: model.fmu

-v, --verbose

run the program in verbose mode

Default: False

-V, --version

show program’s version number and exit

--inputs

list of names of the model input variables

--outputs

list of names of the model output variables

-s, --strategy

Possible choices: linear, logistic

strategy to use to deduce the approximation

Default: “linear”