options_file

Filename for a YAML file that specifies polynomial surrogate options

Specification

  • Alias: None

  • Arguments: STRING

  • Default: no advanced options file

Description

The YAML file contains configuration options that are used to populate a Teuchos ParameterList used by the polynomial that will override other keyword-specified parameters. Missing options in the YAML file are set to default values.

Examples

# FILE: polynomial_options.yaml

Polynomial Parameters:
  max degree: 3
  scaler type: none
  reduced basis: false
  p-norm: 1.0
  regression solver type: SVD
  standardize response: false
  verbosity: 1