Expand description
Conventional immutable definition of one scientific project.
ScientificProject is the normal entry point for the complete standard
project layout:
project-root/
└── config/
├── fixed.json
├── sweep.json
├── paths.json
└── state.jsonIt combines immutable task/path configuration with the shared state schema
and delegates complete lazy task generation through ScientificProject::task_configs.
It does not create execution directories, construct model payloads, run
tasks, or configure output streams.
Structs§
- Scientific
Project - Immutable configuration and state schema for one scientific project.
Enums§
- Scientific
Project Error - Failure while loading a complete conventional scientific project.