reuse
The reuse config group determines the MMLFileManager’s behaviour at
the beginning of an experiment. Through the _find_reusables()
method the MMLFileManager loads existing data as specified. When the
TaskStructFactory creates a
TaskStruct in
create_task_struct() it uses the
set_task_struct_defaults() method to attach the loaded paths
to the struct. As such they can be accessed during runtime of the scheduler and any of its subroutines. Note that for
models the struct will hold a list of all loaded models, while every other key will only add a single path to the
struct. More details on the syntax can be found at Getting started. By default no data is loaded (reuse=none).
current
- blueprint
- default: ${proj}
loads blueprints from current project
- models
- default: ${proj}
loads models from current project