mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-19 09:24:14 -05:00
24 lines
727 B
Plaintext
24 lines
727 B
Plaintext
# core.config.SimulationConfig { #mlsysim.core.config.SimulationConfig }
|
|
|
|
```python
|
|
core.config.SimulationConfig()
|
|
```
|
|
|
|
Standard schema for an ML systems analytical modeling run.
|
|
Can be loaded from YAML, JSON, or Python Dicts.
|
|
|
|
## Methods
|
|
|
|
| Name | Description |
|
|
| --- | --- |
|
|
| [validate_physical_feasibility](#mlsysim.core.config.SimulationConfig.validate_physical_feasibility) | Runs a pre-solve check to ensure the configuration isn't |
|
|
|
|
### validate_physical_feasibility { #mlsysim.core.config.SimulationConfig.validate_physical_feasibility }
|
|
|
|
```python
|
|
core.config.SimulationConfig.validate_physical_feasibility()
|
|
```
|
|
|
|
Runs a pre-solve check to ensure the configuration isn't
|
|
physically impossible (e.g., OOM on start).
|