Struct emulator::RuntimeConfig
ClassList > emulator > RuntimeConfig
Runtime configuration (can change per run via atm_in YAML). More...
#include <emulator_config.hpp>
Public Attributes
| Type | Name |
|---|---|
| bool | enabled = trueEnable inference (false = pass-through mode) |
| std::string | ic_file Initial conditions file path. |
| std::string | model_path Path to AI model file (TorchScript .pt) |
Detailed Description
These values can be modified between runs without rebuilding the case.
Public Attributes Documentation
variable enabled
Enable inference (false = pass-through mode)
bool emulator::RuntimeConfig::enabled;
variable ic_file
Initial conditions file path.
std::string emulator::RuntimeConfig::ic_file;
variable model_path
Path to AI model file (TorchScript .pt)
std::string emulator::RuntimeConfig::model_path;
The documentation for this class was generated from the following file components/emulator_comps/common/src/emulator_config.hpp