options_file

Filename to pass to exteral python methods

Specification

  • Alias: None

  • Arguments: STRING

  • Default: no advanced options file

Description

The file can be of any type and is intended to contain parameters and options meaningful to a particular external python method.

Examples

{
  "RandomSample" :
  {
    "max_evals" : 25,
    "rnd_seed"  : 231
  }
}