TuningOutcome#
- class liesel.goose.TuningOutcome(info, kernel_state)[source]#
Bases:
Generic[TKernelState,TTuningInfo]A dataclass for the return value of the kernel method
Kernel.tune(). Different kernels can use different types ofKernelState’s andTuningInfo’s.Attributes
A tuning info object, see
DefaultTuningInfo.A kernel state object, see
DAKernelState.