from field_construction.arguments import OptimizationParams class StepTracker: def __init__(self, opt: OptimizationParams) -> None: self.opt = opt