Blurb::
Filename for a YAML file that specifies polynomial surrogate options
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.
Topics::

Examples::

.. code-block::

    # 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


Theory::

Faq::

See_Also::
