10#ifdef MOOSE_LIBTORCH_ENABLED
22 params.
addClassDescription(
"Outputs the parameters of a LibtorchArtificialNeuralNetwork within a "
23 "LibtorchDRLControlTrainer.");
26 "The control object holding the neural network.");
36 network = &getSurrogateTrainer<LibtorchDRLControlTrainer>(
"trainer_name").controlNeuralNet();
registerMooseObject("StochasticToolsApp", DRLControlNeuralNetParameters)
const ReporterMode REPORTER_MODE_ROOT
A Reporter which can print the parameter values of a LibtorchArtificialNeuralNetwork from within a DR...
DRLControlNeuralNetParameters(const InputParameters ¶ms)
static InputParameters validParams()
static InputParameters validParams()
const std::string & name() const
Interface for objects that need to use samplers.