ResumeFromPreviousState#

pydantic model autoplex.settings.ResumeFromPreviousState[source]#

A model describing the state information.

Useful to resume a previously interrupted or saved RSS workflow. When ‘train_from_scratch’ is set to False, this parameter is mandatory for the workflow to pick up from a saved state.

field test_error: float | None = None#

The test error from the last completed training step.

field pre_database_dir: str | None = None#

Path to the directory containing the pre-existing database for resuming

field mlip_path: str | None = None#

Path to the file of a previous MLIP model.

field isolated_atom_energies: dict | None = None#

A dictionary with isolated atom energy values mapped to atomic numbers