Skip to main content

Module project

Module project 

Source
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.json

It 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§

ScientificProject
Immutable configuration and state schema for one scientific project.

Enums§

ScientificProjectError
Failure while loading a complete conventional scientific project.