Dakota Reference Manual  Version 6.15
Explore and Predict with Confidence
 All Pages
options_file


Filename for a YAML file that specifies polynomial surrogate options

Specification

Alias: none

Argument(s): 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