AddSurrogateAction
This action adds SurrogateModel objects contained within the [Surrogates] block. For example, the following block adds a PolynomialChaos surrogate model.
[Surrogates]
  [poly_chaos]
    type = PolynomialChaos
    trainer = poly_chaos
  []
[]
(modules/stochastic_tools/test/tests/surrogates/poly_chaos/master_2d_mc.i)Input Parameters
- active__all__ If specified only the blocks named will be visited and made active
Default:__all__
C++ Type:std::vector<std::string>
Description:If specified only the blocks named will be visited and made active
 - inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector<std::string>
Description:If specified blocks matching these identifiers will be skipped.
 - isObjectActionTrueIndicates that this is a MooseObjectAction.
Default:True
C++ Type:bool
Description:Indicates that this is a MooseObjectAction.