Command Line Interface
If you define data and model, and prepare a YAML parameter file, you don't need to write another Python script code to invoke runs. Ivory's command line interface can do it.
For cross validation:
For grid search:
For optimization using a suggest function:
For parametric optimization:
Right-hand side string for each parameter creates a Range instance to determine the range of parameters.