fraudtwin.generate_scale#

fraudtwin.generate_scale(config, *, output_dir='runs', checkpoint_dir=None, profile=None, seed=None, workers=None)[source][source]#

Run an explicitly requested scale job using the scale manifest path.

This entry point preserves the established generation semantics while making scale execution explicit. Large profiles should be run through this API/CLI; the compatibility generate API remains available for small in-memory callers.

Return type:

GeneratedRun

Parameters:
  • config (str | Path | SimulationRunConfig)

  • output_dir (str | Path)

  • checkpoint_dir (str | Path | None)

  • profile (str | Path | CalibrationProfile | None)

  • seed (int | None)

  • workers (int | None)